Author: qboosh Date: Sat Nov 3 18:47:04 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 0.11.4 - removed obsolete explorer-debug patch (applied)
---- Files affected: SPECS: opensc.spec (1.49 -> 1.50) ---- Diffs: ================================================================ Index: SPECS/opensc.spec diff -u SPECS/opensc.spec:1.49 SPECS/opensc.spec:1.50 --- SPECS/opensc.spec:1.49 Sat Nov 3 03:10:03 2007 +++ SPECS/opensc.spec Sat Nov 3 19:46:59 2007 @@ -2,14 +2,13 @@ Summary: OpenSC library - for accessing SmartCard devices using PC/SC Lite Summary(pl.UTF-8): Biblioteka OpenSC - do korzystania z kart procesorowych przy użyciu PC/SC Lite Name: opensc -Version: 0.11.3 +Version: 0.11.4 Release: 1 Epoch: 0 License: LGPL v2.1+ Group: Applications Source0: http://www.opensc-project.org/files/opensc/%{name}-%{version}.tar.gz -# Source0-md5: 10897652e1f8d08d3c953982a4237f2e -Patch0: %{name}-explorer-debug.patch +# Source0-md5: 2031aa617be609d50d014d5d370bb8a2 URL: http://www.opensc-project.org/ BuildRequires: autoconf >= 2.52 BuildRequires: automake @@ -103,7 +102,6 @@ %prep %setup -q -%patch0 -p1 %build touch config.rpath @@ -189,7 +187,12 @@ %attr(755,root,root) %{_bindir}/piv-tool %attr(755,root,root) %{_bindir}/pkcs11-tool %attr(755,root,root) %{_bindir}/pkcs15-* -%attr(755,root,root) %{_libdir}/lib*.so.*.* +%attr(755,root,root) %{_libdir}/libopensc.so.*.*.* +%attr(755,root,root) %{_libdir}/libpkcs15init.so.*.*.* +%attr(755,root,root) %{_libdir}/libscconf.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libopensc.so.2 +%attr(755,root,root) %ghost %{_libdir}/libpkcs15init.so.2 +%attr(755,root,root) %ghost %{_libdir}/libscconf.so.2 %attr(755,root,root) %{_libdir}/onepin-opensc-pkcs11.so %attr(755,root,root) %{_libdir}/opensc-pkcs11.so %attr(755,root,root) %{_libdir}/pkcs11-spy.so @@ -203,7 +206,7 @@ %{_mandir}/man1/opensc-tool.1* %{_mandir}/man1/pkcs11-tool.1* %{_mandir}/man1/pkcs15-*.1* -%{_mandir}/man[57]/* +%{_mandir}/man5/pkcs15-profile.5* %files devel %defattr(644,root,root,755) @@ -216,9 +219,11 @@ %{_libdir}/libpkcs15init.la %{_libdir}/libscconf.la %{_includedir}/opensc -%{_pkgconfigdir}/*.pc +%{_pkgconfigdir}/libopensc.pc +%{_pkgconfigdir}/libpkcs15init.pc +%{_pkgconfigdir}/libscconf.pc %{_mandir}/man1/opensc-config.1* -%{_mandir}/man3/* +%{_mandir}/man3/sc_*.3* %files static %defattr(644,root,root,755) @@ -236,6 +241,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.50 2007/11/03 18:46:59 qboosh +- updated to 0.11.4 +- removed obsolete explorer-debug patch (applied) + Revision 1.49 2007/11/03 02:10:03 baggins - updated openldap BR/R to 2.4.6 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/opensc.spec?r1=1.49&r2=1.50&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
