From e0fc12378dd692c27a3130cdeef21739b4cb05832a6fab67b840b17160a513b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Wed, 17 Aug 2011 14:43:18 +0000 Subject: [PATCH] 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 --- proj.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proj.spec b/proj.spec index 0e6419b..c4d3b72 100644 --- a/proj.spec +++ b/proj.spec @@ -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