mirror of
https://abf.rosa.ru/djam/libteam.git
synced 2025-02-23 17:02:49 +00:00
remove static libs
This commit is contained in:
parent
6bb51d77f8
commit
ce7da27f33
1 changed files with 3 additions and 0 deletions
|
@ -122,6 +122,9 @@ install -p -m755 utils/bond2team -D %{buildroot}%{_bindir}/bond2team
|
||||||
cd binding/python
|
cd binding/python
|
||||||
%{__python2} ./setup.py install --root %{buildroot} -O1
|
%{__python2} ./setup.py install --root %{buildroot} -O1
|
||||||
|
|
||||||
|
# remove static
|
||||||
|
rm -fr %{buildroot}%{_libdir}/*.a
|
||||||
|
|
||||||
%files -n teamnl
|
%files -n teamnl
|
||||||
%{_bindir}/teamnl
|
%{_bindir}/teamnl
|
||||||
%{_mandir}/man8/teamnl.8*
|
%{_mandir}/man8/teamnl.8*
|
||||||
|
|
Loading…
Add table
Reference in a new issue