delete *.a file
This commit is contained in:
parent
3b5fceed03
commit
92331d1bde
11
ipset.spec
11
ipset.spec
@ -1,6 +1,6 @@
|
|||||||
Name: ipset
|
Name: ipset
|
||||||
Version: 7.17
|
Version: 7.17
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Manage Linux IP sets
|
Summary: Manage Linux IP sets
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: http://ipset.netfilter.org/
|
URL: http://ipset.netfilter.org/
|
||||||
@ -57,7 +57,7 @@ Header files for ipset
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
%configure --with-kmod=no
|
%configure --with-kmod=no --disable-static
|
||||||
rm -fr kernel
|
rm -fr kernel
|
||||||
%disable_rpath
|
%disable_rpath
|
||||||
%make_build
|
%make_build
|
||||||
@ -124,7 +124,6 @@ fi
|
|||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/libipset
|
%{_includedir}/libipset
|
||||||
%{_libdir}/*.a
|
|
||||||
%{_libdir}/libipset.so
|
%{_libdir}/libipset.so
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
@ -134,6 +133,12 @@ fi
|
|||||||
%{_mandir}/man3/libipset.3.*
|
%{_mandir}/man3/libipset.3.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 28 2023 gaihuiying <eaglegai@163.com> - 7.17-2
|
||||||
|
- Type:bugfix
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:delete *.a file
|
||||||
|
|
||||||
* Wed Feb 01 2023 xinghe <xinghe2@h-partners.com> - 7.17-1
|
* Wed Feb 01 2023 xinghe <xinghe2@h-partners.com> - 7.17-1
|
||||||
- Type:requirements
|
- Type:requirements
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user