automatic version update by autodist [release 0.4.13-1mamba;Thu Dec 19 2024]
This commit is contained in:
parent
0273ff9fe5
commit
4c643f874d
12
libp11.spec
12
libp11.spec
@ -1,5 +1,5 @@
|
|||||||
Name: libp11
|
Name: libp11
|
||||||
Version: 0.4.12
|
Version: 0.4.13
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: PKCS#11 wrapper library
|
Summary: PKCS#11 wrapper library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -44,15 +44,13 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
|
||||||
%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libp11.so.*
|
%{_libdir}/libp11.so.*
|
||||||
|
%{_libdir}/libpkcs11.so.*
|
||||||
%dir %{_libdir}/engines-*
|
%dir %{_libdir}/engines-*
|
||||||
%{_libdir}/engines-*/libpkcs11.so
|
%{_libdir}/engines-*/libpkcs11.so
|
||||||
%{_libdir}/engines-*/pkcs11.la
|
|
||||||
%{_libdir}/engines-*/pkcs11.so
|
%{_libdir}/engines-*/pkcs11.so
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
@ -61,13 +59,17 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%{_includedir}/libp11.h
|
%{_includedir}/libp11.h
|
||||||
%{_includedir}/p11_err.h
|
%{_includedir}/p11_err.h
|
||||||
%{_libdir}/libp11.a
|
%{_libdir}/libp11.a
|
||||||
%{_libdir}/libp11.la
|
|
||||||
%{_libdir}/libp11.so
|
%{_libdir}/libp11.so
|
||||||
|
%{_libdir}/libpkcs11.a
|
||||||
|
%{_libdir}/libpkcs11.so
|
||||||
%{_libdir}/pkgconfig/libp11.pc
|
%{_libdir}/pkgconfig/libp11.pc
|
||||||
%{_datadir}/doc/libp11/NEWS
|
%{_datadir}/doc/libp11/NEWS
|
||||||
%doc NEWS README.md
|
%doc NEWS README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 19 2024 Automatic Build System <autodist@openmamba.org> 0.4.13-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Jul 17 2022 Automatic Build System <autodist@mambasoft.it> 0.4.12-1mamba
|
* Sun Jul 17 2022 Automatic Build System <autodist@mambasoft.it> 0.4.12-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user