From e2c78663c208a57fa34860eae4069a6ce1126b91 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 05:09:30 +0100 Subject: [PATCH] automatic update by autodist [release 3.1.1-1mamba;Wed May 06 2015] --- libnettle.spec | 35 ++++++++++++++++++++++++++--------- 1 file changed, 26 insertions(+), 9 deletions(-) diff --git a/libnettle.spec b/libnettle.spec index a8585e0..025099d 100644 --- a/libnettle.spec +++ b/libnettle.spec @@ -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 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 3.1.1-1mamba +- automatic update by autodist + +* Wed Jul 02 2014 Automatic Build System 3.0-1mamba +- automatic update by autodist + * Thu May 30 2013 Automatic Build System 2.7.1-1mamba - automatic version update by autodist