SHA256
1
0
forked from pool/proj

added *.la to the devel package

OBS-URL: https://build.opensuse.org/package/show/Application:Geo/proj?expand=0&rev=3
This commit is contained in:
Otto Dassau 2011-08-17 14:25:35 +00:00 committed by Git OBS Bridge
parent 6ef7e6077e
commit 92cf517679

View File

@ -15,8 +15,6 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: proj
Version: 4.7.0
Release: 1
@ -67,7 +65,6 @@ make
%install
%makeinstall
rm -f %{buildroot}%{_libdir}/*.la
%post -n libproj0 -p /sbin/ldconfig
@ -94,5 +91,6 @@ rm -f %{buildroot}%{_libdir}/*.la
%{_mandir}/man3/*.3*
%{_includedir}/*.h
%{_libdir}/*.so
%{_libdir}/*.la
%changelog