automatic version update by autodist [release 2.5.6-1mamba;Thu Jun 29 2023]

This commit is contained in:
Automatic Build System 2024-01-06 03:48:36 +01:00
parent 9d6f22d8c7
commit e098c15089

View File

@ -1,11 +1,11 @@
Name: libassuan Name: libassuan
Version: 2.5.5 Version: 2.5.6
Release: 1mamba Release: 1mamba
Summary: Libassuan is the IPC library used by some GnuPG related software Summary: Libassuan is the IPC library used by some GnuPG related software
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Aleph0 <aleph0@openmamba.org> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.gnupg.org URL: https://www.gnupg.org
Source: ftp://ftp.gnupg.org/gcrypt/libassuan/libassuan-%{version}.tar.bz2 Source: ftp://ftp.gnupg.org/gcrypt/libassuan/libassuan-%{version}.tar.bz2
License: GPL License: GPL
@ -26,8 +26,9 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
Libassuan is a small library implementing the so-called Assuan protocol. Libassuan is a small library implementing the so-called Assuan protocol.
This protocol is used for IPC between most newer GnuPG components. This protocol is used for IPC between most newer GnuPG components.
Both, server and client side functions are provided. Both, server and client side functions are provided.
This package contains static libraries and header files needed for development.
This package contains static libraries and header files need for development. %debug_package
%prep %prep
%setup -q %setup -q
@ -55,20 +56,23 @@ This package contains static libraries and header files need for development.
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/libassuan.so.* %{_libdir}/libassuan.so.*
%doc AUTHORS COPYING
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/libassuan-config %{_bindir}/libassuan-config
%{_includedir}/*.h %{_includedir}/*.h
%{_libdir}/libassuan.a %{_libdir}/libassuan.a
%{_libdir}/libassuan.la
%{_libdir}/libassuan.so %{_libdir}/libassuan.so
%{_datadir}/aclocal/libassuan.m4 %{_datadir}/aclocal/libassuan.m4
%{_infodir}/assuan.info.* %{_infodir}/assuan.info.*
%{_libdir}/pkgconfig/libassuan.pc %{_libdir}/pkgconfig/libassuan.pc
%doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO %doc ChangeLog NEWS README THANKS TODO
%changelog %changelog
* Thu Jun 29 2023 Automatic Build System <autodist@mambasoft.it> 2.5.6-1mamba
- automatic version update by autodist
* Wed Mar 24 2021 Automatic Build System <autodist@mambasoft.it> 2.5.5-1mamba * Wed Mar 24 2021 Automatic Build System <autodist@mambasoft.it> 2.5.5-1mamba
- automatic version update by autodist - automatic version update by autodist