diff --git a/SOURCES/0001-data-Fix-syntax-error-in-fprintd.pod.patch b/SOURCES/0001-data-Fix-syntax-error-in-fprintd.pod.patch new file mode 100644 index 0000000..59b6823 --- /dev/null +++ b/SOURCES/0001-data-Fix-syntax-error-in-fprintd.pod.patch @@ -0,0 +1,25 @@ +From 7710040ea723def69dde485d6f497fac87f215fa Mon Sep 17 00:00:00 2001 +From: Bastien Nocera +Date: Sun, 11 Aug 2013 18:58:20 +0200 +Subject: [PATCH] data: Fix syntax error in fprintd.pod + +fprintd.pod around line 100: =over without closing =back +POD document had syntax errors at /usr/bin/pod2man line 69. +--- + data/fprintd.pod | 3 +++ + 1 file changed, 3 insertions(+) + +diff --git a/data/fprintd.pod b/data/fprintd.pod +index 83c7afc..7085920 100644 +--- a/data/fprintd.pod ++++ b/data/fprintd.pod +@@ -100,3 +100,6 @@ By default, fprintd stores the fingerprints in B + =over 8 + + =item B, B ++ ++=back ++ +-- +1.8.4.2 + diff --git a/SPECS/fprintd.spec b/SPECS/fprintd.spec index a3cad3a..b254c8d 100644 --- a/SPECS/fprintd.spec +++ b/SPECS/fprintd.spec @@ -1,6 +1,6 @@ Name: fprintd Version: 0.5.0 -Release: 1%{?dist} +Release: 3%{?dist} Summary: D-Bus service for Fingerprint reader access Group: System Environment/Daemons @@ -19,6 +19,8 @@ BuildRequires: intltool BuildRequires: autoconf automake libtool BuildRequires: perl-podlators +Patch0: 0001-data-Fix-syntax-error-in-fprintd.pod.patch + %description D-Bus service to access fingerprint readers. @@ -50,6 +52,7 @@ fingerprint readers access. %prep %setup -q -n %{name}-%{version} +%patch0 -p1 %build %configure --libdir=/%{_lib}/ --enable-gtk-doc --enable-pam @@ -94,6 +97,13 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/dbus-1/interfaces/net.reactivated.Fprint.Manager.xml %changelog +* Mon Jan 06 2014 Bastien Nocera 0.5.0-3 +- Fix build with strict pod2man +Resolves: #1048858 + +* Fri Dec 27 2013 Daniel Mach - 0.5.0-2 +- Mass rebuild 2013-12-27 + * Tue Mar 05 2013 Bastien Nocera 0.5.0-1 - Update to 0.5.0