SPECS: pam-pam_poldi.spec - updated to 0.4 - updated info, added system-lib...

qboosh qboosh at pld-linux.org
Wed Aug 27 22:49:38 CEST 2008


Author: qboosh                       Date: Wed Aug 27 20:49:38 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 0.4
- updated info, added system-libassuan,libc patches

---- Files affected:
SPECS:
   pam-pam_poldi.spec (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SPECS/pam-pam_poldi.spec
diff -u SPECS/pam-pam_poldi.spec:1.5 SPECS/pam-pam_poldi.spec:1.6
--- SPECS/pam-pam_poldi.spec:1.5	Thu Jan 24 02:36:34 2008
+++ SPECS/pam-pam_poldi.spec	Wed Aug 27 22:49:33 2008
@@ -2,41 +2,48 @@
 Summary:	PAM module implementing authentication via OpenPGP smartcards
 Summary(pl.UTF-8):	Moduł PAM implementujący uwierzytelnianie za pomocą kart procesorowych OpenPGP
 Name:		pam-pam_poldi
-Version:	0.3
+Version:	0.4
 Release:	1
-License:	GPL v2+
+License:	GPL v3+
 Group:		Libraries
 Source0:	ftp://ftp.gnupg.org/gcrypt/alpha/poldi/poldi-%{version}.tar.bz2
-# Source0-md5:	83fc751869cafa2393228e586e752c71
+# Source0-md5:	5a0312c3124e3dbb558a24f1017c169c
 Patch0:		poldi-info.patch
+Patch1:		poldi-system-libassuan.patch
+Patch2:		poldi-libc.patch
 URL:		http://www.gnupg.org/
 BuildRequires:	autoconf >= 2.52
-BuildRequires:	automake >= 1.7.9
+BuildRequires:	automake >= 1:1.7.9
+BuildRequires:	gettext-devel
+BuildRequires:	libassuan-devel
 BuildRequires:	libgcrypt-devel
 BuildRequires:	libgpg-error-devel >= 0.7
-BuildRequires:	libusb-devel
+BuildRequires:	libksba-devel >= 1.0.2
 BuildRequires:	pam-devel
 BuildRequires:	texinfo
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-PAM module implementing authentication via OpenPGP smartcards.
+Poldi is a PAM module implementing authentication via OpenPGP
+smartcards.
 
 %description -l pl.UTF-8
-Moduł PAM implementujący uwierzytelnianie za pomocą kart procesorowych
-OpenPGP.
+Poldi to moduł PAM implementujący uwierzytelnianie kartami
+procesorowymi OpenPGP.
 
 %prep
 %setup -q -n poldi-%{version}
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
-%{__aclocal}
+%{__aclocal} -I m4
 %{__autoconf}
 %{__autoheader}
 %{__automake}
 %configure \
-	--with-pam-module-directory=/lib/security
+	--with-pam-module-directory=/%{_lib}/security
 %{__make}
 
 %install
@@ -45,18 +52,23 @@
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
+# missing in make install
+install -D src/pam/pam_poldi.so $RPM_BUILD_ROOT/%{_lib}/security/pam_poldi.so
+
+%find_lang poldi
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post	-p	/sbin/postshell
+%post	-p /sbin/postshell
 -/usr/sbin/fix-info-dir -c %{_infodir}
 
-%postun	-p	/sbin/postshell
+%postun	-p /sbin/postshell
 -/usr/sbin/fix-info-dir -c %{_infodir}
 
-%files
+%files -f poldi.lang
 %defattr(644,root,root,755)
-%doc AUTHORS NEWS README THANKS
+%doc AUTHORS ChangeLog EXPERIMENTAL MIGRATION NEWS README THANKS TODO
 %attr(755,root,root) %{_bindir}/poldi-ctrl
 %attr(755,root,root) /%{_lib}/security/pam_poldi.so
 %{_infodir}/poldi.info*
@@ -67,6 +79,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2008/08/27 20:49:33  qboosh
+- updated to 0.4
+- updated info, added system-libassuan,libc patches
+
 Revision 1.5  2008/01/24 01:36:34  glen
 - invoke fix-info-dir via /sbin/postshell where possible to avoid extra /bin/sh dep
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/pam-pam_poldi.spec?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list