[acheck] Declare documentation encoding

Petr Pisar ppisar at fedoraproject.org
Wed Jul 17 12:02:57 UTC 2013


commit d733984c05a1eaf1508675074428c6e9b6f00227
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Jul 17 14:00:44 2013 +0200

    Declare documentation encoding

 acheck-0.5.1-Declare-documentation-encoding.patch |   42 +++++++++++++++++++++
 acheck.spec                                       |    3 +
 2 files changed, 45 insertions(+), 0 deletions(-)
---
diff --git a/acheck-0.5.1-Declare-documentation-encoding.patch b/acheck-0.5.1-Declare-documentation-encoding.patch
new file mode 100644
index 0000000..ec4b828
--- /dev/null
+++ b/acheck-0.5.1-Declare-documentation-encoding.patch
@@ -0,0 +1,42 @@
+From 97fe45cdedd209d68dcd1a21626c2f5373819f1f Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar at redhat.com>
+Date: Wed, 17 Jul 2013 13:42:50 +0200
+Subject: [PATCH] Declare documentation encoding
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+
+Signed-off-by: Petr Písař <ppisar at redhat.com>
+---
+ man/acheck.fr.1.pod | 2 ++
+ man/acheck.fr.5.pod | 2 ++
+ 2 files changed, 4 insertions(+)
+
+diff --git a/man/acheck.fr.1.pod b/man/acheck.fr.1.pod
+index 4f281c3..e0f1cde 100644
+--- a/man/acheck.fr.1.pod
++++ b/man/acheck.fr.1.pod
+@@ -1,5 +1,7 @@
+ #!/usr/bin/perl -w
+ 
++=encoding iso-8859-1
++
+ =head1 NOM
+ 
+ acheck - Correction des erreurs courantes de traduction
+diff --git a/man/acheck.fr.5.pod b/man/acheck.fr.5.pod
+index 777a8ff..563cae3 100644
+--- a/man/acheck.fr.5.pod
++++ b/man/acheck.fr.5.pod
+@@ -1,5 +1,7 @@
+ #!/usr/bin/perl -w
+ 
++=encoding iso-8859-1
++
+ =head1 NOM
+ 
+ .acheck - Fichier de configuration d'acheck
+-- 
+1.8.1.4
+
diff --git a/acheck.spec b/acheck.spec
index 6ad5b37..6640dab 100644
--- a/acheck.spec
+++ b/acheck.spec
@@ -8,6 +8,7 @@ License:        GPLv2+
 URL:            http://packages.debian.org/etch/%{name}
 Source0:        http://ftp.de.debian.org/debian/pool/main/a/acheck/%{name}_%{version}.tar.gz
 Patch0:         acheck-0.5.1-man.patch
+Patch1:         acheck-0.5.1-Declare-documentation-encoding.patch
 BuildRequires:  gettext
 BuildRequires:  /usr/bin/pod2man
 BuildArch:      noarch
@@ -24,6 +25,7 @@ checks.
 %prep
 %setup -q -n acheck-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 #Empty build
@@ -77,6 +79,7 @@ install -p -m 644 po/sv.mo $RPM_BUILD_ROOT/%{_datadir}/locale/sv/LC_MESSAGES/%{n
 %changelog
 * Wed Jul 17 2013 Petr Pisar <ppisar at redhat.com> - 0.5.1-10
 - Perl 5.18 rebuild
+- Declare documentation encoding
 
 * Sun Mar 03 2013 Ralf Corsépius <corsepiu at fedoraproject.org> - 0.5.1-9
 - Use /usr/bin/pod2man to generate man-pages (Fix FTBFS #913870)


More information about the scm-commits mailing list