automatic version update by autodist [release 1.17-1mamba;Thu Nov 20 2014]

This commit is contained in:
Automatic Build System 2024-01-06 04:26:59 +01:00
parent e8910eb856
commit 18cf08d539

View File

@ -1,6 +1,6 @@
Name: libgpg-error
Release: 1mamba
Version: 1.16
Version: 1.17
Summary: Error handling functions and error codes used by GnuPG and Libgcrypt
Group: System/Libraries
Vendor: openmamba
@ -24,6 +24,14 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
The package libgpg-error contains common error codes and error handling functions used by GnuPG, Libgcrypt, GPGME and more packages.
This package contains static libraries and header files need for development.
%package tools
Group: Applications/Security
Summary: Utility applications for %{name}
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description tools
This package contains utility applications for %{name}.
%prep
%setup -q -n %{name}-%{version}
@ -45,21 +53,29 @@ This package contains static libraries and header files need for development.
%files -f %{name}.lang
%defattr(-,root,root)
%{_bindir}/gpg-error
%{_libdir}/libgpg-error.so.*
%doc AUTHORS COPYING.LIB ChangeLog NEWS README
%doc AUTHORS COPYING.LIB
%files devel
%defattr(-,root,root)
%{_bindir}/gpg-error-config
%{_infodir}/gpgrt.info.gz
%{_includedir}/gpg-error.h
%{_libdir}/libgpg-error.a
%{_libdir}/libgpg-error.la
%{_libdir}/libgpg-error.so
%{_datadir}/aclocal/gpg-error.m4
%{_datadir}/common-lisp/source/gpg-error/
%doc ChangeLog NEWS README
%files tools
%{_bindir}/gpg-error
%{_mandir}/man1/gpg-error-config.1*
%changelog
* Thu Nov 20 2014 Automatic Build System <autodist@mambasoft.it> 1.17-1mamba
- automatic version update by autodist
* Tue Sep 23 2014 Automatic Build System <autodist@mambasoft.it> 1.16-1mamba
- automatic version update by autodist