Define POD encoding

f38
Petr Písař 12 years ago
parent f0024a42b3
commit fc0731a1f2

@ -0,0 +1,27 @@
From b7ba2d5c49a75ce7de80034e9ffe61d07165c339 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
Date: Wed, 24 Jul 2013 09:57:59 +0200
Subject: [PATCH] Define POD encoding
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
<https://rt.cpan.org/Public/Bug/Display.html?id=87242>
Signed-off-by: Petr Písař <ppisar@redhat.com>
---
lib/Lingua/Stem.pod | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/Lingua/Stem.pod b/lib/Lingua/Stem.pod
index 987e802..6ada364 100644
--- a/lib/Lingua/Stem.pod
+++ b/lib/Lingua/Stem.pod
@@ -1,3 +1,4 @@
+=encoding ISO-8859-1
=head1 NAME
--
1.8.1.4

@ -6,6 +6,8 @@ License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Lingua-Stem/
Source0: http://www.cpan.org/authors/id/S/SN/SNOWHARE/Lingua-Stem-%{version}.tar.gz
# Define POD encoding, CPAN RT#87242
Patch0: Lingua-Stem-0.84-Define-POD-encoding.patch
BuildArch: noarch
BuildRequires: perl(Lingua::GL::Stemmer)
BuildRequires: perl(Lingua::PT::Stemmer)
@ -34,6 +36,7 @@ stemmed words as appropriate to the selected locale.
%prep
%setup -q -n Lingua-Stem-%{version}
%patch0 -p1
%build
%{__perl} Build.PL installdirs=vendor
@ -57,6 +60,7 @@ TEST_POD_COVERAGE=1 ./Build test
%changelog
* Wed Jul 24 2013 Petr Pisar <ppisar@redhat.com> - 0.84-9
- Perl 5.18 rebuild
- Define POD encoding (CPAN RT#87242)
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.84-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

Loading…
Cancel
Save