]> git.pld-linux.org Git - packages/libp11.git/commitdiff
- updated to 0.2.3 auto/th/libp11-0_2_3-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 12 Aug 2007 00:03:28 +0000 (00:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- require openssl with pkgconfig support (>= 0.9.7)

Changed files:
    libp11.spec -> 1.12

libp11.spec

index 221c05f52ee2d04b8b82e0105722900b74a2930d..2c75e531762e5d3ca8b0e44a896e60a2a2152dcd 100644 (file)
@@ -1,15 +1,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)
 
@@ -27,7 +27,7 @@ Summary(pl.UTF-8):    Pliki nagłówkowe biblioteki libp11
 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.
@@ -71,7 +71,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %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
This page took 0.039137 seconds and 4 git commands to generate.