SPECS: libgeotiff.spec - soname symlink as ghost

qboosh qboosh at pld-linux.org
Sun Jun 17 20:24:45 CEST 2007


Author: qboosh                       Date: Sun Jun 17 18:24:45 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- soname symlink as ghost

---- Files affected:
SPECS:
   libgeotiff.spec (1.15 -> 1.16) 

---- Diffs:

================================================================
Index: SPECS/libgeotiff.spec
diff -u SPECS/libgeotiff.spec:1.15 SPECS/libgeotiff.spec:1.16
--- SPECS/libgeotiff.spec:1.15	Sun Jun 17 19:56:11 2007
+++ SPECS/libgeotiff.spec	Sun Jun 17 20:24:40 2007
@@ -81,17 +81,18 @@
 %defattr(644,root,root,755)
 %doc ChangeLog LICENSE README docs/*.{html,dox,txt}
 %attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) %{_libdir}/lib*.so.*
+%attr(755,root,root) %{_libdir}/libgeotiff.so.*.*
+%attr(755,root,root) %ghost %{_libdir}/libgeotiff.so.1
 %{_datadir}/epsg_csv
 
 %files devel
 %defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libgeotiff.so
 %{_includedir}/*
-%attr(755,root,root) %{_libdir}/lib*.so
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libgeotiff.a
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -99,6 +100,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.16  2007/06/17 18:24:40  qboosh
+- soname symlink as ghost
+
 Revision 1.15  2007/06/17 17:56:11  wrobell
 - include required symlinks
 - rel. 4
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/libgeotiff.spec?r1=1.15&r2=1.16&f=u



More information about the pld-cvs-commit mailing list