diff --git a/p11-kit.spec b/p11-kit.spec index a5efc9d..a325338 100644 --- a/p11-kit.spec +++ b/p11-kit.spec @@ -1,5 +1,5 @@ Name: p11-kit -Version: 0.24.1 +Version: 0.25.0 Release: 1mamba Summary: Provides a way to load and enumerate PKCS#11 modules Group: System/Tools @@ -51,12 +51,15 @@ This package contains headers and library files for development. #%description apidocs #This package includes the %{name} API documentation. +%debug_package + %prep %setup -q +./autogen.sh %build -./autogen.sh %configure --enable-gtk-doc + %make %install @@ -108,9 +111,6 @@ This package contains headers and library files for development. %dir %{_includedir}/p11-kit-1 %dir %{_includedir}/p11-kit-1/p11-kit %{_includedir}/p11-kit-1/p11-kit/*.h -%{_libdir}/pkcs11/p11-kit-trust.la -%{_libdir}/pkcs11/p11-kit-client.la -%{_libdir}/libp11-kit.la %{_libdir}/libp11-kit.so %{_libdir}/p11-kit-proxy.so %{_libdir}/pkgconfig/p11-kit-1.pc @@ -122,6 +122,9 @@ This package contains headers and library files for development. ##%{_datadir}/gtk-doc/html/%{name}/* %changelog +* Sun Jul 02 2023 Automatic Build System 0.25.0-1mamba +- automatic version update by autodist + * Tue Jan 18 2022 Automatic Build System 0.24.1-1mamba - automatic version update by autodist