From 36970cbd8fc28534dabf84b77145c8c5b58d912c Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 05:09:45 +0100 Subject: [PATCH] legacy package [release 2.7.1-2mamba;Sat Jan 23 2016] --- README.md | 2 + libnettle4.spec | 109 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 111 insertions(+) create mode 100644 libnettle4.spec diff --git a/README.md b/README.md index 65a3c86..33c4fd3 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # libnettle4 +Nettle is a cryptographic library that is designed to fit easily in more or less any context: In crypto toolkits for object-oriented languages (C++, Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel space. + diff --git a/libnettle4.spec b/libnettle4.spec new file mode 100644 index 0000000..979fa2c --- /dev/null +++ b/libnettle4.spec @@ -0,0 +1,109 @@ +Name: libnettle4 +Version: 2.7.1 +Release: 2mamba +Summary: A cryptographic library that is designed to fit easily in more or less any context +Group: System/Libraries +Vendor: openmamba +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 +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libgmp-devel +BuildRequires: pkg-config +## AUTOBUILDREQ-END +Requires(post): %{__install_info} +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +Nettle is a cryptographic library that is designed to fit easily in more or less any context: In crypto toolkits for object-oriented languages (C++, Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel space. + +%package devel +Group: Development/Libraries +Summary: Static libraries and headers for %{name} +Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} + +%description devel +Nettle is a cryptographic library that is designed to fit easily in more or less any context: In crypto toolkits for object-oriented languages (C++, Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel space. + +This package contains static libraries and header files need for development. + +%package tools +Group: System/Security +Summary: Tools for %{name} +Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} + +%description tools +Nettle is a cryptographic library that is designed to fit easily in more or less any context: In crypto toolkits for object-oriented languages (C++, Python, Pike, ...), in applications like LSH or GNUPG, or even in kernel space. + +%prep +%setup -q -n nettle-%{version} + +%build +%configure --enable-shared +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%post devel +%install_info nettle.info +exit 0 + +%preun devel +%uninstall_info nettle.info +exit 0 + +%files +%defattr(-,root,root) +%{_libdir}/libhogweed.so.* +%{_libdir}/libnettle.so.* +%doc AUTHORS COPYING.LIB + +%files devel +%defattr(-,root,root) +%dir %{_includedir}/nettle +%{_includedir}/nettle/* +%{_libdir}/libhogweed.a +%{_libdir}/libnettle.a +%{_libdir}/libhogweed.so +%{_libdir}/libnettle.so +%{_infodir}/nettle.info.* +%{_libdir}/pkgconfig/hogweed.pc +%{_libdir}/pkgconfig/nettle.pc +%doc ChangeLog NEWS README TODO + +%files tools +%defattr(-,root,root) +%{_bindir}/nettle-hash +%{_bindir}/nettle-lfib-stream +%{_bindir}/pkcs1-conv +%{_bindir}/sexp-conv + +%changelog +* Sat Jan 23 2016 Silvan Calarco 2.7.1-2mamba +- legacy package + +* Thu May 30 2013 Automatic Build System 2.7.1-1mamba +- automatic version update by autodist + +* Fri Apr 26 2013 Automatic Build System 2.7-1mamba +- automatic version update by autodist + +* Sun Jan 20 2013 Automatic Build System 2.6-1mamba +- automatic version update by autodist + +* Thu Jul 19 2012 Silvan Calarco 2.5-1mamba +- update to 2.5 + +* Sun Jul 24 2011 Silvan Calarco 2.2-1mamba +- package created by autospec