delete useless so file
This commit is contained in:
parent
73eebfee7c
commit
8897098dd6
13
nettle.spec
13
nettle.spec
@ -1,6 +1,6 @@
|
||||
Name: nettle
|
||||
Version: 3.7.3
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: A low-level cryptographic library
|
||||
License: LGPLv3+ or GPLv2+
|
||||
URL: https://www.lysator.liu.se/~nisse/nettle/
|
||||
@ -9,7 +9,6 @@ Source0: https://www.lysator.liu.se/~nisse/archive/%{name}-%{version}.tar
|
||||
Patch0: 0000-nettle-3.3-remove-ecc-testsuite.patch
|
||||
|
||||
BuildRequires: automake autoconf fipscheck gcc gettext-devel gmp-devel libtool m4
|
||||
BuildRequires: nettle
|
||||
|
||||
Provides: libnettle.so.6()(64bit) libnettle.so.6(NETTLE_6)(64bit) libhogweed.so.4()(64bit) libhogweed.so.4(HOGWEED_4)(64bit)
|
||||
%description
|
||||
@ -42,8 +41,6 @@ autoreconf -ifv
|
||||
%make_install
|
||||
make install-shared
|
||||
install -D -p -m0644 nettle.info "$RPM_BUILD_ROOT%{_infodir}/nettle.info"
|
||||
cp -p %{_libdir}/libnettle.so.6.* $RPM_BUILD_ROOT%{_libdir}/
|
||||
cp -p %{_libdir}/libhogweed.so.4.* $RPM_BUILD_ROOT%{_libdir}/
|
||||
|
||||
chmod 0755 $RPM_BUILD_ROOT%{_libdir}/libnettle.so.8.*
|
||||
chmod 0755 $RPM_BUILD_ROOT%{_libdir}/libhogweed.so.6.*
|
||||
@ -56,8 +53,6 @@ make check
|
||||
%doc AUTHORS descore.README nettle.pdf
|
||||
%license COPYINGv2 COPYINGv3 COPYING.LESSERv3
|
||||
%{_infodir}/nettle.info.gz
|
||||
%{_libdir}/libnettle.so.6*
|
||||
%{_libdir}/libhogweed.so.4*
|
||||
%{_libdir}/libnettle.so.8*
|
||||
%{_libdir}/libhogweed.so.6*
|
||||
%exclude %{_bindir}/*
|
||||
@ -78,6 +73,12 @@ make check
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%changelog
|
||||
* Fri Mar 25 2022 xingwei <xingwei14@h-partners.com> - 3.7.3-2
|
||||
- Type:bugfix
|
||||
- Id:NA
|
||||
- SUG:restart
|
||||
- DESC:delete useless so file
|
||||
|
||||
* Sat Mar 19 2022 quanhongfei <quanhongfei@h-partners.com> - 3.7.3-1
|
||||
- Type:requirements
|
||||
- Id:NA
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user