Remove .libs directory before packaging
(cherry picked from commit bac27aedfe6e11d16967e2d86a572ef827f3a255)
This commit is contained in:
parent
4ab76e4650
commit
f504d413e9
@ -1,6 +1,6 @@
|
||||
Name: freexl
|
||||
Version: 1.0.5
|
||||
Release: 3
|
||||
Release: 4
|
||||
Summary: Library for extracting data from Excel tables
|
||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||
URL: http://www.gaia-gis.it/FreeXL
|
||||
@ -43,6 +43,7 @@ cd -
|
||||
%install
|
||||
%make_install
|
||||
rm -f %{buildroot}%{_libdir}/lib%{name}.la
|
||||
rm -rf examples/.libs/
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
@ -59,5 +60,8 @@ rm -f %{buildroot}%{_libdir}/lib%{name}.la
|
||||
%{_libdir}/pkgconfig/freexl.pc
|
||||
|
||||
%changelog
|
||||
* Thu Sep 09 2021 lingsheng <lingsheng@huawei.com> - 1.0.5-4
|
||||
- Remove .libs directory before packaging
|
||||
|
||||
* Wed Mar 04 2020 yangjian<yangjian79@huawei.com> - 1.0.5-3
|
||||
- Package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user