2024-01-06 05:09:30 +01:00
|
|
|
Name: libnettle
|
2024-06-20 18:15:15 +02:00
|
|
|
Version: 3.10
|
2024-01-06 05:09:31 +01:00
|
|
|
Release: 1mamba
|
2024-01-06 05:09:30 +01:00
|
|
|
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 <silvan.calarco@mambasoft.it>
|
2024-01-06 05:09:31 +01:00
|
|
|
URL: https://www.lysator.liu.se/~nisse/nettle/
|
2024-01-06 05:09:30 +01:00
|
|
|
Source: http://www.lysator.liu.se/~nisse/archive/nettle-%{version}.tar.gz
|
2024-01-06 05:09:30 +01:00
|
|
|
License: LGPL, GPL
|
2024-01-06 05:09:30 +01:00
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libgmp-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
Requires(post): %{__install_info}
|
|
|
|
|
|
|
|
%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.
|
2024-06-20 18:15:15 +02:00
|
|
|
This package contains static libraries and header files needed for development.
|
2024-01-06 05:09:30 +01:00
|
|
|
|
2024-01-06 05:09:30 +01:00
|
|
|
%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}.
|
|
|
|
|
2024-01-06 05:09:31 +01:00
|
|
|
%debug_package
|
2024-01-06 05:09:30 +01:00
|
|
|
|
2024-01-06 05:09:30 +01:00
|
|
|
%prep
|
|
|
|
%setup -q -n nettle-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure --enable-shared
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
2024-01-06 05:09:31 +01:00
|
|
|
chmod +x %{buildroot}%{_libdir}/lib*.so.*
|
|
|
|
|
2024-06-20 18:15:15 +02:00
|
|
|
rm -f %{buildroot}%{_infodir}/dir
|
|
|
|
|
2024-01-06 05:09:30 +01:00
|
|
|
%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.*
|
2024-01-06 05:09:30 +01:00
|
|
|
%doc AUTHORS COPYINGv2 COPYINGv3 COPYING.LESSERv3
|
2024-01-06 05:09:30 +01:00
|
|
|
|
|
|
|
%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
|
2024-01-06 05:09:31 +01:00
|
|
|
%doc ChangeLog NEWS README
|
2024-01-06 05:09:30 +01:00
|
|
|
|
2024-01-06 05:09:30 +01:00
|
|
|
%files tools
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/nettle-hash
|
|
|
|
%{_bindir}/nettle-lfib-stream
|
|
|
|
%{_bindir}/nettle-pbkdf2
|
|
|
|
%{_bindir}/pkcs1-conv
|
|
|
|
%{_bindir}/sexp-conv
|
|
|
|
|
2024-01-06 05:09:30 +01:00
|
|
|
%changelog
|
2024-06-20 18:15:15 +02:00
|
|
|
* Wed Jun 19 2024 Automatic Build System <autodist@openmamba.org> 3.10-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:09:34 +01:00
|
|
|
* Fri Jun 02 2023 Automatic Build System <autodist@mambasoft.it> 3.9.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:09:33 +01:00
|
|
|
* Mon May 15 2023 Automatic Build System <autodist@mambasoft.it> 3.9-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Jul 29 2022 Automatic Build System <autodist@mambasoft.it> 3.8.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:09:31 +01:00
|
|
|
* Fri Jun 03 2022 Automatic Build System <autodist@mambasoft.it> 3.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:09:31 +01:00
|
|
|
* Mon Jun 07 2021 Automatic Build System <autodist@mambasoft.it> 3.7.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:09:31 +01:00
|
|
|
* Mon Mar 22 2021 Automatic Build System <autodist@mambasoft.it> 3.7.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:09:31 +01:00
|
|
|
* Thu Feb 18 2021 Automatic Build System <autodist@mambasoft.it> 3.7.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:09:31 +01:00
|
|
|
* Thu Jan 07 2021 Automatic Build System <autodist@mambasoft.it> 3.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:09:31 +01:00
|
|
|
* Tue May 12 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 3.6-2mamba
|
|
|
|
- rebuilt with debug package
|
|
|
|
|
|
|
|
* Fri May 08 2020 Automatic Build System <autodist@mambasoft.it> 3.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:09:31 +01:00
|
|
|
* Tue Jul 23 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 3.5.1-2mamba
|
|
|
|
- fix installed library permissions so that also auto provides are fixed
|
|
|
|
|
|
|
|
* Sun Jul 21 2019 Automatic Build System <autodist@mambasoft.it> 3.5.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:09:31 +01:00
|
|
|
* Tue Dec 11 2018 Automatic Build System <autodist@mambasoft.it> 3.4.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:09:30 +01:00
|
|
|
* Sun Feb 04 2018 Automatic Build System <autodist@mambasoft.it> 3.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:09:30 +01:00
|
|
|
* Wed Oct 05 2016 Automatic Build System <autodist@mambasoft.it> 3.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:09:30 +01:00
|
|
|
* Mon Feb 01 2016 Automatic Build System <autodist@mambasoft.it> 3.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:09:30 +01:00
|
|
|
* 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
|
|
|
|
|
2024-01-06 05:09:30 +01:00
|
|
|
* Thu May 30 2013 Automatic Build System <autodist@mambasoft.it> 2.7.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Apr 26 2013 Automatic Build System <autodist@mambasoft.it> 2.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Jan 20 2013 Automatic Build System <autodist@mambasoft.it> 2.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Jul 19 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 2.5-1mamba
|
|
|
|
- update to 2.5
|
|
|
|
|
|
|
|
* Sun Jul 24 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2-1mamba
|
|
|
|
- package created by autospec
|