update code
This commit is contained in:
parent
9ca3d58632
commit
3be4097334
16
nettle.spec
16
nettle.spec
@ -1,6 +1,6 @@
|
||||
Name: nettle
|
||||
Version: 3.4.1rc1
|
||||
Release: 3
|
||||
Release: 4
|
||||
Summary: A low-level cryptographic library
|
||||
License: LGPLv3+ or GPLv2+
|
||||
URL: https://www.lysator.liu.se/~nisse/nettle/
|
||||
@ -10,8 +10,8 @@ Patch0: 0000-nettle-3.3-remove-ecc-testsuite.patch
|
||||
BuildRequires: automake autoconf fipscheck gcc gettext-devel gmp-devel libtool m4
|
||||
|
||||
%description
|
||||
Nettle is a cryptographic library designed to fit any context:
|
||||
in crypto toolkits for object-oriented languages, in applications
|
||||
Nettle is a cryptographic library designed to fit any context:
|
||||
in crypto toolkits for object-oriented languages, in applications
|
||||
like LSH or GnuPG, or even in kernel space.
|
||||
|
||||
%package devel
|
||||
@ -37,7 +37,7 @@ autoreconf -ifv
|
||||
|
||||
%install
|
||||
%make_install
|
||||
make install-shared
|
||||
make install-shared
|
||||
install -D -p -m0644 nettle.info "$RPM_BUILD_ROOT%{_infodir}/nettle.info"
|
||||
|
||||
chmod 0755 $RPM_BUILD_ROOT%{_libdir}/libnettle.so.6.*
|
||||
@ -49,7 +49,7 @@ make check
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS descore.README nettle.pdf
|
||||
%license COPYINGv2 COPYING.LESSERv3
|
||||
%license COPYINGv2 COPYINGv3 COPYING.LESSERv3
|
||||
%{_infodir}/nettle.info.gz
|
||||
%{_libdir}/libnettle.so.6*
|
||||
%{_libdir}/libhogweed.so.4*
|
||||
@ -72,5 +72,11 @@ make check
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%changelog
|
||||
* Mon Oct 21 2019 openEuler Buildteam <buildteam@openeuler.org> - 3.4.1rc1-4
|
||||
- Type:enhancement
|
||||
- Id:NA
|
||||
- SUG:NA
|
||||
- DESC:add COPYINGv3 in license
|
||||
|
||||
* Wed Sep 04 2019 openEuler Buildteam <buildteam@openeuler.org> - 3.4.1rc1-3
|
||||
- Package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user