SPECS: libp11.spec - updated to 0.2.3 - require openssl with pkgco...
qboosh
qboosh at pld-linux.org
Sun Aug 12 02:03:33 CEST 2007
Author: qboosh Date: Sun Aug 12 00:03:33 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 0.2.3
- require openssl with pkgconfig support (>= 0.9.7)
---- Files affected:
SPECS:
libp11.spec (1.11 -> 1.12)
---- Diffs:
================================================================
Index: SPECS/libp11.spec
diff -u SPECS/libp11.spec:1.11 SPECS/libp11.spec:1.12
--- SPECS/libp11.spec:1.11 Tue Feb 13 07:46:51 2007
+++ SPECS/libp11.spec Sun Aug 12 02:03:28 2007
@@ -2,15 +2,15 @@
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.2
-Release: 2
+Version: 0.2.3
+Release: 1
License: LGPL v2.1+
Group: Libraries
Source0: http://www.opensc-project.org/files/libp11/%{name}-%{version}.tar.gz
-# Source0-md5: b8655b2065575eb1b96a9c924c234c63
+# Source0-md5: 28ee2fc73fd82fbaa4a0670c972ca191
URL: http://www.opensc-project.org/libp11/
BuildRequires: libltdl-devel
-BuildRequires: openssl-devel
+BuildRequires: openssl-devel >= 0.9.7
BuildRequires: pkgconfig
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -28,7 +28,7 @@
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: libltdl-devel
-Requires: openssl-devel
+Requires: openssl-devel >= 0.9.7
%description devel
Header files for libp11 library.
@@ -72,7 +72,7 @@
%files
%defattr(644,root,root,755)
-%doc doc/{ChangeLog,README,*.html,*.css}
+%doc NEWS doc/{ChangeLog,README,*.html,*.css}
%attr(755,root,root) %{_libdir}/libp11.so.*.*.*
%files devel
@@ -94,6 +94,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.12 2007/08/12 00:03:28 qboosh
+- updated to 0.2.3
+- require openssl with pkgconfig support (>= 0.9.7)
+
Revision 1.11 2007/02/13 06:46:51 glen
- tabs in preamble
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/libp11.spec?r1=1.11&r2=1.12&f=u
More information about the pld-cvs-commit
mailing list