[backup-manager] Fix POD syntax

Petr Pisar ppisar at fedoraproject.org
Sat Jul 20 11:44:49 UTC 2013


commit a32918f6f8a3eddbce7494f8f44936c150fb4c99
Author: Petr Písař <ppisar at redhat.com>
Date:   Sat Jul 20 13:43:57 2013 +0200

    Fix POD syntax

 backup-manager-0.7.10-Fix-POD-syntax.patch |   30 ++++++++++++++++++++++++++++
 backup-manager.spec                        |    4 +++
 2 files changed, 34 insertions(+), 0 deletions(-)
---
diff --git a/backup-manager-0.7.10-Fix-POD-syntax.patch b/backup-manager-0.7.10-Fix-POD-syntax.patch
new file mode 100644
index 0000000..61ac590
--- /dev/null
+++ b/backup-manager-0.7.10-Fix-POD-syntax.patch
@@ -0,0 +1,30 @@
+From 808f397dbc76d61e6e29c661585afeb6ba9c41a2 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar at redhat.com>
+Date: Sat, 20 Jul 2013 13:41:25 +0200
+Subject: [PATCH] Fix POD syntax
+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>
+---
+ backup-manager-purge | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/backup-manager-purge b/backup-manager-purge
+index ce7a67f..c9a5f1c 100755
+--- a/backup-manager-purge
++++ b/backup-manager-purge
+@@ -53,6 +53,8 @@ than I<ttl> days will be outdated.
+ 
+ =head1 OPTIONAL ARGS
+ 
++=over 4
++
+ =item B<--files-from=>file
+ 
+ A file containing a list of archives to parse, one archive per line.
+-- 
+1.8.1.4
+
diff --git a/backup-manager.spec b/backup-manager.spec
index a313127..d12b29a 100644
--- a/backup-manager.spec
+++ b/backup-manager.spec
@@ -10,6 +10,8 @@ URL:            http://www.backup-manager.org
 Source0:        http://www.backup-manager.org/download/%{name}-%{version}.tar.gz
 Source1:        %{name}.cron.daily
 Patch0:         %{name}-configtpl.patch
+# Strict pod2man does not tolerate mistakes
+Patch1:         %{name}-0.7.10-Fix-POD-syntax.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
@@ -67,6 +69,7 @@ vos besoins.
 %prep
 %setup -q
 %patch0 -p1 -b .configtpl
+%patch1 -p1 -b .pod
 
 # Clean Makefile
 sed -i -e "s at install -o root -g 0 @install @" Makefile
@@ -125,6 +128,7 @@ chmod 755 %{buildroot}%{_datadir}/%{name}/sanitize.sh
 %changelog
 * Wed Jul 17 2013 Petr Pisar <ppisar at redhat.com> - 0.7.10-9
 - Perl 5.18 rebuild
+- Fix POD syntax
 
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7.10-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild


More information about the scm-commits mailing list