automatic update by autodist [release 3.1.1-1mamba;Wed May 06 2015]

This commit is contained in:
Automatic Build System 2024-01-06 05:09:30 +01:00
parent 0f34fa2c10
commit e2c78663c2

View File

@ -1,5 +1,5 @@
Name: libnettle
Version: 2.7.1
Version: 3.1.1
Release: 1mamba
Summary: A cryptographic library that is designed to fit easily in more or less any context
Group: System/Libraries
@ -8,7 +8,7 @@ Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.lysator.liu.se/~nisse/nettle/
Source: http://www.lysator.liu.se/~nisse/archive/nettle-%{version}.tar.gz
License: LGPL
License: LGPL, GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libgmp-devel
@ -30,6 +30,15 @@ Nettle is a cryptographic library that is designed to fit easily in more or less
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 nettle-%{version}
@ -48,24 +57,18 @@ This package contains static libraries and header files need for development.
%postun -p /sbin/ldconfig
%post devel
## modify the infopage name as required
%install_info nettle.info
exit 0
%preun devel
## modify the infopage name as required
%uninstall_info nettle.info
exit 0
%files
%defattr(-,root,root)
%{_bindir}/nettle-hash
%{_bindir}/nettle-lfib-stream
%{_bindir}/pkcs1-conv
%{_bindir}/sexp-conv
%{_libdir}/libhogweed.so.*
%{_libdir}/libnettle.so.*
%doc AUTHORS COPYING.LIB
%doc AUTHORS COPYINGv2 COPYINGv3 COPYING.LESSERv3
%files devel
%defattr(-,root,root)
@ -80,7 +83,21 @@ exit 0
%{_libdir}/pkgconfig/nettle.pc
%doc ChangeLog NEWS README TODO
%files tools
%defattr(-,root,root)
%{_bindir}/nettle-hash
%{_bindir}/nettle-lfib-stream
%{_bindir}/nettle-pbkdf2
%{_bindir}/pkcs1-conv
%{_bindir}/sexp-conv
%changelog
* Wed May 06 2015 Automatic Build System <autodist@mambasoft.it> 3.1.1-1mamba
- automatic update by autodist
* Wed Jul 02 2014 Automatic Build System <autodist@mambasoft.it> 3.0-1mamba
- automatic update by autodist
* Thu May 30 2013 Automatic Build System <autodist@mambasoft.it> 2.7.1-1mamba
- automatic version update by autodist