Accepting request 1004743 from home:Pi-Cla

Remove libtool archives

OBS-URL: https://build.opensuse.org/request/show/1004743
OBS-URL: https://build.opensuse.org/package/show/Publishing/sile?expand=0&rev=2
This commit is contained in:
Gordon Leung 2022-09-19 14:52:30 +00:00 committed by Git OBS Bridge
parent 1b5771ffc7
commit 45017b4894

View File

@ -137,6 +137,7 @@ cp %{SOURCE2} .
%install
%make_install
rm %{buildroot}%{_libdir}/*.la
%fdupes %{buildroot}
%if %{with tests}
@ -164,6 +165,5 @@ make check
%files -n libtexpdf-devel
%{_includedir}/libtexpdf
%{_libdir}/libtexpdf.so
%{_libdir}/libtexpdf.la
%changelog