!4 [sync] PR-2: Remove .libs directory before packaging

From: @openeuler-sync-bot
Reviewed-by: @overweight
Signed-off-by: @overweight
This commit is contained in:
openeuler-ci-bot 2021-09-09 07:02:10 +00:00 committed by Gitee
commit d215bda4cf

View File

@ -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