automatic version update by autodist [release 1.6.1-1mamba;Sun Sep 18 2022]

This commit is contained in:
Automatic Build System 2024-01-06 04:53:45 +01:00
parent 9267b12aac
commit 76f8cfc02d

View File

@ -1,5 +1,5 @@
Name: libksba
Version: 1.6.0
Version: 1.6.1
Release: 1mamba
Summary: A library to access X.509 and CMS data structures
Group: System/Libraries
@ -9,6 +9,10 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.gnupg.org
Source: ftp://ftp.gnupg.org/gcrypt/libksba/libksba-%{version}.tar.bz2
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libgpg-error-devel
## AUTOBUILDREQ-END
Requires(post):%{__install_info}
%description
@ -21,7 +25,7 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description devel
A library to access X.509 and CMS data structures.
This package contains static libraries and header files need for development.
This package contains static libraries and header files needed for development.
%debug_package
@ -29,7 +33,9 @@ This package contains static libraries and header files need for development.
%setup -q
%build
%configure --disable-static
%configure \
--disable-static
%make
%install
@ -51,7 +57,7 @@ exit 0
%files
%defattr(-,root,root)
%{_libdir}/*.so.*
%{_libdir}/libksba.so.*
%{_infodir}/ksba.info.*
%doc AUTHORS COPYING
@ -60,12 +66,14 @@ exit 0
%{_bindir}/ksba-config
%{_datadir}/aclocal/ksba.m4
%{_includedir}/*.h
%{_libdir}/*.la
%{_libdir}/*.so
%{_libdir}/libksba.so
%{_libdir}/pkgconfig/ksba.pc
%doc ChangeLog NEWS README THANKS TODO
%changelog
* Sun Sep 18 2022 Automatic Build System <autodist@mambasoft.it> 1.6.1-1mamba
- automatic version update by autodist
* Fri Jun 11 2021 Automatic Build System <autodist@mambasoft.it> 1.6.0-1mamba
- automatic version update by autodist