diff --git a/0001-data-Fix-syntax-error-in-fprintd.pod.patch b/0001-data-Fix-syntax-error-in-fprintd.pod.patch new file mode 100644 index 0000000..e6883a5 --- /dev/null +++ b/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.3.1 + diff --git a/fprintd.spec b/fprintd.spec index 09d6898..bf54c47 100644 --- a/fprintd.spec +++ b/fprintd.spec @@ -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 -b .man-page %build %configure --libdir=/%{_lib}/ --enable-gtk-doc --enable-pam