Author: qboosh Date: Thu Jun 14 20:20:09 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 0.6.0 - added pl.po
---- Files affected: SPECS: pam-pam_pkcs11.spec (1.6 -> 1.7) ---- Diffs: ================================================================ Index: SPECS/pam-pam_pkcs11.spec diff -u SPECS/pam-pam_pkcs11.spec:1.6 SPECS/pam-pam_pkcs11.spec:1.7 --- SPECS/pam-pam_pkcs11.spec:1.6 Tue Feb 13 08:16:51 2007 +++ SPECS/pam-pam_pkcs11.spec Thu Jun 14 22:20:04 2007 @@ -2,20 +2,26 @@ Summary: PAM login module that allows a X.509 certificate based user login Summary(pl.UTF-8): Moduł PAM umożliwiający logowanie się w oparciu o certyfikat X.509 Name: pam-pam_pkcs11 -Version: 0.5.3 +Version: 0.6.0 Release: 1 License: LGPL v2.1+ Group: Libraries Source0: http://www.opensc-project.org/files/pam_pkcs11/pam_pkcs11-%{version}.tar.gz -# Source0-md5: 607e3ba84b8938eff20c51c597e522c0 +# Source0-md5: 5f3be860fa5b630cbce113e4a9bc6996 +Source1: pam_pkcs11.pl.po URL: http://www.opensc-project.org/pam_pkcs11/ +BuildRequires: autoconf >= 2.52 +BuildRequires: automake BuildRequires: curl-devel +BuildRequires: gettext-devel >= 0.16.1 BuildRequires: libxslt-progs +BuildRequires: libtool BuildRequires: openldap-devel BuildRequires: openssl-devel BuildRequires: pam-devel BuildRequires: pcsc-lite-devel BuildRequires: pkgconfig +BuildRequires: sed >= 4.0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _libdir /%{_lib} @@ -37,7 +43,17 @@ %prep %setup -q -n pam_pkcs11-%{version} +cp -f %{SOURCE1} po/pl.po +sed -i -e 's/"fr"/"fr pl"/' configure.in +rm -f po/stamp-po + %build +%{__gettextize} +%{__libtoolize} +%{__aclocal} -I aclocal +%{__autoconf} +%{__autoheader} +%{__automake} %configure \ --with-curl %{__make} @@ -50,10 +66,12 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/pam_pkcs11/*.{la,a} +%find_lang pam_pkcs11 + %clean rm -rf $RPM_BUILD_ROOT -%files +%files -f pam_pkcs11.lang %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README TODO doc/{README.*,*.html,*.css} etc/*.example %attr(755,root,root) %{_bindir}/* @@ -68,6 +86,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.7 2007/06/14 20:20:04 qboosh +- updated to 0.6.0 +- added pl.po + Revision 1.6 2007/02/13 07:16:51 glen - tabs in preamble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/pam-pam_pkcs11.spec?r1=1.6&r2=1.7&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
