Author: qboosh                       Date: Thu Oct  6 10:45:32 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   pam-pam_poldi.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/pam-pam_poldi.spec
diff -u /dev/null SPECS/pam-pam_poldi.spec:1.1
--- /dev/null   Thu Oct  6 12:45:32 2005
+++ SPECS/pam-pam_poldi.spec    Thu Oct  6 12:45:27 2005
@@ -0,0 +1,73 @@
+# $Revision$, $Date$
+Summary:       PAM module implementing authentication via OpenPGP smartcards
+Summary(pl):   Moduł PAM implementujący uwierzytelnianie za pomocą kart 
procesorowych OpenPGP
+Name:          pam-pam_poldi
+Version:       0.2
+Release:       1
+License:       GPL v2+
+Group:         Libraries
+Source0:       ftp://ftp.gnupg.org/gcrypt/alpha/poldi/poldi-%{version}.tar.gz
+# Source0-md5: e6c6923ac6fe02bdadd1975761464e20
+Patch0:                poldi-info.patch
+Patch1:                poldi-DESTDIR.patch
+URL:           http://www.gnupg.org/
+BuildRequires: autoconf >= 2.52
+BuildRequires: automake >= 1.7.9
+BuildRequires: libgcrypt-devel
+BuildRequires: libgpg-error-devel >= 0.7
+BuildRequires: libusb-devel
+BuildRequires: pam-devel
+BuildRequires: texinfo
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+PAM module implementing authentication via OpenPGP smartcards.
+
+%description -l pl
+Moduł PAM implementujący uwierzytelnianie za pomocą kart procesorowych
+OpenPGP.
+
+%prep
+%setup -q -n poldi-%{version}
+%patch0 -p1
+%patch1 -p1
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install install-pam-module \
+       DESTDIR=$RPM_BUILD_ROOT \
+       PAM_MODULE_DIRECTORY=/%{_lib}/security
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} 
>/dev/null 2>&1
+
+%postun
+[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} 
>/dev/null 2>&1
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS NEWS README THANKS
+%attr(755,root,root) %{_bindir}/poldi-ctrl
+%attr(755,root,root) /%{_lib}/security/pam_poldi.so
+%{_infodir}/poldi.info*
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/10/06 10:45:27  qboosh
+- new
================================================================
_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to