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
|
Name: freexl
|
||||||
Version: 1.0.5
|
Version: 1.0.5
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: Library for extracting data from Excel tables
|
Summary: Library for extracting data from Excel tables
|
||||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||||
URL: http://www.gaia-gis.it/FreeXL
|
URL: http://www.gaia-gis.it/FreeXL
|
||||||
@ -43,6 +43,7 @@ cd -
|
|||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
rm -f %{buildroot}%{_libdir}/lib%{name}.la
|
rm -f %{buildroot}%{_libdir}/lib%{name}.la
|
||||||
|
rm -rf examples/.libs/
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
@ -59,5 +60,8 @@ rm -f %{buildroot}%{_libdir}/lib%{name}.la
|
|||||||
%{_libdir}/pkgconfig/freexl.pc
|
%{_libdir}/pkgconfig/freexl.pc
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Mar 04 2020 yangjian<yangjian79@huawei.com> - 1.0.5-3
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user