]> git.pld-linux.org Git - packages/libp11.git/commitdiff
- fix openssl engines dir auto/th/libp11-0.4.9-2
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 21 Oct 2018 14:37:21 +0000 (16:37 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 21 Oct 2018 14:37:33 +0000 (16:37 +0200)
- rel 2

libp11.spec

index 7218ea51643f817673d7364438e60bebf0e16f39..a2f2aefb9ee2f978db8d34b3a3381e3d70715b30 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Layer on top of PKCS#11 API to make using PKCS#11 implementations easie
 Summary(pl.UTF-8):     Warstwa powyżej API PKCS#11 ułatwiająca używanie implementacji PKCS#11
 Name:          libp11
 Version:       0.4.9
-Release:       1
+Release:       2
 License:       LGPL v2.1+
 Group:         Libraries
 #Source0Download: https://github.com/OpenSC/libp11/releases
@@ -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
 
@@ -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.093408 seconds and 4 git commands to generate.