]> git.pld-linux.org Git - packages/libp11.git/blobdiff - libp11.spec
- fix openssl engines dir
[packages/libp11.git] / libp11.spec
index 8babe9e825f2388ef92b2cba15d5488503ed9f3f..a2f2aefb9ee2f978db8d34b3a3381e3d70715b30 100644 (file)
@@ -1,13 +1,13 @@
 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.4.7
-Release:       3
+Version:       0.4.9
+Release:       2
 License:       LGPL v2.1+
 Group:         Libraries
 #Source0Download: https://github.com/OpenSC/libp11/releases
 Source0:       https://github.com/OpenSC/libp11/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 0902e692c7a5d2b96505913240b33220
+# Source0-md5: 757b23242758a52599cb35f61de11ba2
 URL:           https://github.com/OpenSC/libp11
 BuildRequires: doxygen
 BuildRequires: openssl-devel >= 0.9.8
@@ -91,7 +91,7 @@ takim jak OpenSC.
 %configure \
        --enable-api-doc \
        --disable-silent-rules \
-       --with-enginesdir=/%{_lib}/engines
+       --with-enginesdir=/%{_lib}/engines-1.1
 %{__make}
 
 %install
@@ -106,7 +106,7 @@ cp -af examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 # obsoleted by pkgconfig
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/libp11.la
 # loadable module
-%{__rm} $RPM_BUILD_ROOT/%{_lib}/engines/*.la
+%{__rm} $RPM_BUILD_ROOT/%{_lib}/engines-1.1/*.la
 # packaged as %doc
 %{__rm} -r $RPM_BUILD_ROOT%{_docdir}/libp11
 
@@ -120,7 +120,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc NEWS README.md
 %attr(755,root,root) %{_libdir}/libp11.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libp11.so.2
+%attr(755,root,root) %ghost %{_libdir}/libp11.so.3
 
 %files devel
 %defattr(644,root,root,755)
@@ -140,5 +140,5 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -n openssl-engine-pkcs11
 %defattr(644,root,root,755)
-%attr(755,root,root) /%{_lib}/engines/libpkcs11.so
-%attr(755,root,root) /%{_lib}/engines/pkcs11.so
+%attr(755,root,root) /%{_lib}/engines-1.1/libpkcs11.so
+%attr(755,root,root) /%{_lib}/engines-1.1/pkcs11.so
This page took 0.029384 seconds and 4 git commands to generate.