Revert last, *.la files are not needed when there are no static libraries

OBS-URL: https://build.opensuse.org/package/show/Application:Geo/proj?expand=0&rev=4
This commit is contained in:
Ismail Dönmez 2011-08-17 14:43:18 +00:00 committed by Git OBS Bridge
parent 92cf517679
commit e0fc12378d

View File

@ -65,6 +65,7 @@ make
%install
%makeinstall
rm -f %{buildroot}%{_libdir}/*.la
%post -n libproj0 -p /sbin/ldconfig
@ -91,6 +92,5 @@ make
%{_mandir}/man3/*.3*
%{_includedir}/*.h
%{_libdir}/*.so
%{_libdir}/*.la
%changelog