SPECS: apr.spec - ghost soname symlink

qboosh qboosh at pld-linux.org
Sun Dec 16 13:57:24 CET 2007


Author: qboosh                       Date: Sun Dec 16 12:57:24 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- ghost soname symlink

---- Files affected:
SPECS:
   apr.spec (1.58 -> 1.59) 

---- Diffs:

================================================================
Index: SPECS/apr.spec
diff -u SPECS/apr.spec:1.58 SPECS/apr.spec:1.59
--- SPECS/apr.spec:1.58	Sun Dec 16 13:53:39 2007
+++ SPECS/apr.spec	Sun Dec 16 13:57:19 2007
@@ -137,13 +137,14 @@
 %files
 %defattr(644,root,root,755)
 %doc CHANGES docs/*.html
-%attr(755,root,root) %{_libdir}/lib*.so.*.*
+%attr(755,root,root) %{_libdir}/libapr-1.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libapr-1.so.0
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/lib*.la
+%attr(755,root,root) %{_bindir}/apr-1-config
+%attr(755,root,root) %{_libdir}/libapr-1.so
+%{_libdir}/libapr-1.la
 %{_libdir}/apr.exp
 %{_includedir}
 %dir %{_datadir}
@@ -160,7 +161,7 @@
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libapr-1.a
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -168,6 +169,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.59  2007-12-16 12:57:19  qboosh
+- ghost soname symlink
+
 Revision 1.58  2007-12-16 12:53:39  qboosh
 - updated to 1.2.12
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/apr.spec?r1=1.58&r2=1.59&f=u



More information about the pld-cvs-commit mailing list