diff --git a/libksba.spec b/libksba.spec index 4e005c7..59a2add 100644 --- a/libksba.spec +++ b/libksba.spec @@ -1,5 +1,5 @@ Name: libksba -Version: 1.3.5 +Version: 1.4.0 Release: 1mamba Summary: A library to access X.509 and CMS data structures Group: System/Libraries @@ -24,6 +24,8 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} A library to access X.509 and CMS data structures. This package contains static libraries and header files need for development. +%debug_package + %prep %setup -q @@ -52,7 +54,7 @@ exit 0 %defattr(-,root,root) %{_libdir}/*.so.* %{_infodir}/ksba.info.* -%doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO +%doc AUTHORS COPYING %files devel %defattr(-,root,root) @@ -61,8 +63,13 @@ exit 0 %{_includedir}/*.h %{_libdir}/*.la %{_libdir}/*.so +%{_libdir}/pkgconfig/ksba.pc +%doc ChangeLog NEWS README THANKS TODO %changelog +* Sat Jun 06 2020 Automatic Build System 1.4.0-1mamba +- automatic version update by autodist + * Fri Sep 16 2016 Automatic Build System 1.3.5-1mamba - automatic update by autodist