SPECS: scintilla.spec - ghost soname symlink

qboosh qboosh at pld-linux.org
Tue Apr 1 23:01:40 CEST 2008


Author: qboosh                       Date: Tue Apr  1 21:01:40 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- ghost soname symlink

---- Files affected:
SPECS:
   scintilla.spec (1.26 -> 1.27) 

---- Diffs:

================================================================
Index: SPECS/scintilla.spec
diff -u SPECS/scintilla.spec:1.26 SPECS/scintilla.spec:1.27
--- SPECS/scintilla.spec:1.26	Sun Mar 30 15:27:17 2008
+++ SPECS/scintilla.spec	Tue Apr  1 23:01:35 2008
@@ -107,17 +107,18 @@
 %files
 %defattr(644,root,root,755)
 %doc License.txt doc/*
-%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
+%attr(755,root,root) %{_libdir}/libscintilla.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libscintilla.so.0
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/lib*.la
+%attr(755,root,root) %{_libdir}/libscintilla.so
+%{_libdir}/libscintilla.la
 %{_includedir}/scintilla
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libscintilla.a
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -125,6 +126,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.27  2008-04-01 21:01:35  qboosh
+- ghost soname symlink
+
 Revision 1.26  2008-03-30 13:27:17  shadzik
 - 1.76
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/scintilla.spec?r1=1.26&r2=1.27&f=u



More information about the pld-cvs-commit mailing list