From: Jakub Bogusz Date: Sat, 24 Aug 2013 05:04:57 +0000 (+0200) Subject: - updated to 0.5.1 X-Git-Tag: auto/th/fprintd-0.5.1-1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Ffprintd.git;a=commitdiff_plain;h=b265d689328744ad2a7e7e07910e3db131501abe - updated to 0.5.1 - added pod patch (fixes .pod processing error) --- diff --git a/fprintd-pod.patch b/fprintd-pod.patch new file mode 100644 index 0000000..da6a0ba --- /dev/null +++ b/fprintd-pod.patch @@ -0,0 +1,8 @@ +--- fprintd-0.5.1/data/fprintd.pod.orig 2013-06-26 13:10:17.000000000 +0200 ++++ fprintd-0.5.1/data/fprintd.pod 2013-08-24 06:58:58.058422328 +0200 +@@ -100,3 +100,5 @@ + =over 8 + + =item B, B ++ ++=back diff --git a/fprintd.spec b/fprintd.spec index cf2fdb0..7330c49 100644 --- a/fprintd.spec +++ b/fprintd.spec @@ -6,12 +6,13 @@ Summary: Daemon to offer libfprint functionality over D-Bus Summary(pl.UTF-8): Demon oferujący funkcjonalność libfprint poprzez D-Bus Name: fprintd -Version: 0.5.0 +Version: 0.5.1 Release: 1 License: GPL v2+ Group: Libraries -Source0: http://people.freedesktop.org/~hadess/%{name}-%{version}.tar.bz2 -# Source0-md5: 74cff28ed2b6b72453fbc4465761a114 +Source0: http://people.freedesktop.org/~hadess/%{name}-%{version}.tar.xz +# Source0-md5: e9b40ab0298a50d28b6af728e2a40a1b +Patch0: %{name}-pod.patch URL: http://www.reactivated.net/fprint/wiki/Fprintd BuildRequires: dbus-glib-devel %{?with_apidocs:BuildRequires: docbook-dtd412-xml} @@ -26,6 +27,8 @@ BuildRequires: perl-tools-pod BuildRequires: pkgconfig BuildRequires: polkit-devel >= 0.91 BuildRequires: rpmbuild(macros) >= 1.644 +BuildRequires: tar >= 1:1.22 +BuildRequires: xz Requires: libfprint >= 0.5.0 Requires: systemd-units >= 38 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -63,6 +66,7 @@ Moduł PAM do uwierzytelniania odciskiem palca. %prep %setup -q +%patch0 -p1 %build %configure \