]> git.pld-linux.org Git - packages/fprintd.git/commitdiff
- up to 0.4.1 auto/th/fprintd-0_4_1-1
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 19 Apr 2011 17:54:10 +0000 (17:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dont-ever-unload.patch -> 1.2
    fprintd.spec -> 1.8

dont-ever-unload.patch [deleted file]
fprintd.spec

diff --git a/dont-ever-unload.patch b/dont-ever-unload.patch
deleted file mode 100644 (file)
index cb2dc59..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-Don't allow PAM module to get unloaded
-
-It uses libraries which can't handle being unloaded very
-gracefully.
-
-http://bugs.freedesktop.org/show_bug.cgi?id=31503
-
-diff -up fprintd-0.2.0/pam/Makefile.am.dont-ever-unload fprintd-0.2.0/pam/Makefile.am
---- fprintd-0.2.0/pam/Makefile.am.dont-ever-unload     2010-11-09 10:55:30.452135193 -0500
-+++ fprintd-0.2.0/pam/Makefile.am      2010-11-09 10:55:32.954860614 -0500
-@@ -5,7 +5,7 @@ pammoddir=$(libdir)/security
- pam_fprintd_la_SOURCES = pam_fprintd.c $(MARSHALFILES)
- pam_fprintd_la_CFLAGS = -fPIC $(WARN_CFLAGS) $(GLIB_CFLAGS)
--pam_fprintd_la_LDFLAGS = -avoid-version -module
-+pam_fprintd_la_LDFLAGS = -avoid-version -module -Wl,-z,nodelete
- pam_fprintd_la_LIBADD = $(PAM_LIBS) $(GLIB_LIBS)
- MARSHALFILES = marshal.c marshal.h
index 4498061f76881d4c66fbf6e3824854c841f7a516..3715ba51c3c92978497f3b8d4c679c34d2650947 100644 (file)
@@ -5,13 +5,12 @@
 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.2.0
-Release:       4
+Version:       0.4.1
+Release:       1
 License:       GPL v2+
 Group:         Libraries
 Source0:       http://people.freedesktop.org/~hadess/%{name}-%{version}.tar.bz2
-# Source0-md5: d6f023e6560d5647eadf668cdbcee57a
-Patch0:                dont-ever-unload.patch
+# Source0-md5: 021844be151c0cb22d0c1624233b7780
 URL:           http://www.reactivated.net/fprint/wiki/Fprintd
 BuildRequires: autoconf
 BuildRequires: dbus-glib-devel
@@ -20,7 +19,7 @@ BuildRequires:        gettext-devel
 BuildRequires: glib2-devel >= 2.0.0
 %{?with_apidocs:BuildRequires:  gtk-doc}
 BuildRequires: intltool
-BuildRequires: libfprint-devel >= 0.1.0
+BuildRequires: libfprint-devel >= 0.4.0
 %{?with_apidocs:BuildRequires: libxslt-progs}
 BuildRequires: pam-devel
 BuildRequires: perl-tools-pod
@@ -61,7 +60,6 @@ Moduł PAM do uwierzytelniania odciskiem palca.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure \
@@ -80,13 +78,15 @@ install -d $RPM_BUILD_ROOT/var/lib/fprint
 
 %{__rm} $RPM_BUILD_ROOT/%{_lib}/security/pam_fprintd.la
 
+%find_lang %{name}
+
 # to -devel, but we haven't any
 rm $RPM_BUILD_ROOT%{_datadir}/dbus-1/interfaces/net.reactivated.Fprint.*.xml
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS NEWS README TODO
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/fprintd.conf
This page took 0.150647 seconds and 4 git commands to generate.