Author: qboosh Date: Wed Apr 20 16:07:19 2011 GMT Module: packages Tag: HEAD ---- Log message: - updated to 0.2.8 (note: new soname) - dropped libtool file (obsoleted by pkgconfig)
---- Files affected: packages/libp11: libp11.spec (1.18 -> 1.19) ---- Diffs: ================================================================ Index: packages/libp11/libp11.spec diff -u packages/libp11/libp11.spec:1.18 packages/libp11/libp11.spec:1.19 --- packages/libp11/libp11.spec:1.18 Mon Jul 19 12:47:39 2010 +++ packages/libp11/libp11.spec Wed Apr 20 18:07:13 2011 @@ -4,12 +4,12 @@ Summary: Layer on top of PKCS#11 API to make using PKCS#11 implementations easier Summary(pl.UTF-8): Warstwa powyżej API PKCS#11 ułatwiająca używanie implementacji PKCS#11 Name: libp11 -Version: 0.2.7 +Version: 0.2.8 Release: 1 License: LGPL v2.1+ Group: Libraries Source0: http://www.opensc-project.org/files/libp11/%{name}-%{version}.tar.gz -# Source0-md5: 564ab53ad7353903ddfdc15b153c44fb +# Source0-md5: f46dcbbea13a0732ab095d36283d5060 URL: http://www.opensc-project.org/libp11/ BuildRequires: doxygen BuildRequires: libltdl-devel @@ -70,6 +70,9 @@ install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} cp -af examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} +# obsoleted by pkgconfig +%{__rm} $RPM_BUILD_ROOT%{_libdir}/libp11.la + %clean rm -rf $RPM_BUILD_ROOT @@ -80,13 +83,12 @@ %defattr(644,root,root,755) %doc NEWS doc/{README,nonpersistent/{ChangeLog,wiki.out/*}} %attr(755,root,root) %{_libdir}/libp11.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/libp11.so.1 +%attr(755,root,root) %ghost %{_libdir}/libp11.so.2 %files devel %defattr(644,root,root,755) %doc doc/api.out/html/* %attr(755,root,root) %{_libdir}/libp11.so -%{_libdir}/libp11.la %{_includedir}/libp11.h %{_pkgconfigdir}/libp11.pc %{_examplesdir}/%{name}-%{version} @@ -101,6 +103,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.19 2011/04/20 16:07:13 qboosh +- updated to 0.2.8 (note: new soname) +- dropped libtool file (obsoleted by pkgconfig) + Revision 1.18 2010/07/19 10:47:39 glen - up to 0.2.7, new soname ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libp11/libp11.spec?r1=1.18&r2=1.19&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
