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