From 76f8cfc02d4c2b1aa5839fe0a531d5aff94b01a2 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 04:53:45 +0100 Subject: [PATCH] automatic version update by autodist [release 1.6.1-1mamba;Sun Sep 18 2022] --- libksba.spec | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/libksba.spec b/libksba.spec index b13edec..d501331 100644 --- a/libksba.spec +++ b/libksba.spec @@ -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 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 1.6.1-1mamba +- automatic version update by autodist + * Fri Jun 11 2021 Automatic Build System 1.6.0-1mamba - automatic version update by autodist