delete *.a file
(cherry picked from commit 6eda5fcb306d6748c0fa070fc24caaa4301b586b)
This commit is contained in:
parent
f8718da0ab
commit
46bcb3121b
11
libdnet.spec
11
libdnet.spec
@ -1,6 +1,6 @@
|
|||||||
Name: libdnet
|
Name: libdnet
|
||||||
Version: 1.14
|
Version: 1.14
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: Simple portable interface work with low-level networking routines
|
Summary: Simple portable interface work with low-level networking routines
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -50,7 +50,7 @@ Python3 package for python-%{name}
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||||
%configure
|
%configure --disable-static
|
||||||
%disable_rpath
|
%disable_rpath
|
||||||
|
|
||||||
%make_build
|
%make_build
|
||||||
@ -81,7 +81,6 @@ popd
|
|||||||
%{_libdir}/%{name}.so
|
%{_libdir}/%{name}.so
|
||||||
%{_includedir}/dnet/*.h
|
%{_includedir}/dnet/*.h
|
||||||
%{_includedir}/dnet.h
|
%{_includedir}/dnet.h
|
||||||
%{_libdir}/*.a
|
|
||||||
|
|
||||||
%files progs
|
%files progs
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -98,6 +97,12 @@ popd
|
|||||||
%{_mandir}/man8/*.8*
|
%{_mandir}/man8/*.8*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 28 2023 gaihuiying <eaglegai@163.com> - 1.14-4
|
||||||
|
- Type:bugfix
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC: delete *.a file
|
||||||
|
|
||||||
* Fri Nov 18 2022 xingwei <xingwei14@h-partners.com> - 1.14-3
|
* Fri Nov 18 2022 xingwei <xingwei14@h-partners.com> - 1.14-3
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user