From 46bcb3121bd7e9b070650b4cd4ea1bbe4f018d2f Mon Sep 17 00:00:00 2001 From: eaglegai Date: Tue, 28 Feb 2023 03:40:52 +0000 Subject: [PATCH] delete *.a file (cherry picked from commit 6eda5fcb306d6748c0fa070fc24caaa4301b586b) --- libdnet.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/libdnet.spec b/libdnet.spec index 5209739..03f56e6 100644 --- a/libdnet.spec +++ b/libdnet.spec @@ -1,6 +1,6 @@ Name: libdnet Version: 1.14 -Release: 3 +Release: 4 Summary: Simple portable interface work with low-level networking routines License: BSD @@ -50,7 +50,7 @@ Python3 package for python-%{name} %build export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" -%configure +%configure --disable-static %disable_rpath %make_build @@ -81,7 +81,6 @@ popd %{_libdir}/%{name}.so %{_includedir}/dnet/*.h %{_includedir}/dnet.h -%{_libdir}/*.a %files progs %defattr(-,root,root) @@ -98,6 +97,12 @@ popd %{_mandir}/man8/*.8* %changelog +* Tue Feb 28 2023 gaihuiying - 1.14-4 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC: delete *.a file + * Fri Nov 18 2022 xingwei - 1.14-3 - Type:bugfix - ID:NA -- Gitee