SPECS: xorg-lib-libXaw.spec - ghost soname symlinks (but make them direct f...

qboosh qboosh at pld-linux.org
Mon Nov 17 21:45:09 CET 2008


Author: qboosh                       Date: Mon Nov 17 20:45:09 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- ghost soname symlinks (but make them direct first)

---- Files affected:
SPECS:
   xorg-lib-libXaw.spec (1.24 -> 1.25) 

---- Diffs:

================================================================
Index: SPECS/xorg-lib-libXaw.spec
diff -u SPECS/xorg-lib-libXaw.spec:1.24 SPECS/xorg-lib-libXaw.spec:1.25
--- SPECS/xorg-lib-libXaw.spec:1.24	Fri Nov  7 21:29:41 2008
+++ SPECS/xorg-lib-libXaw.spec	Mon Nov 17 21:45:04 2008
@@ -92,6 +92,9 @@
 	pkgconfigdir=%{_pkgconfigdir} \
 	aclocaldir=%{_aclocaldir}
 
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/libXaw[67].so.[67]
+/sbin/ldconfig -n $RPM_BUILD_ROOT%{_libdir}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -102,7 +105,9 @@
 %defattr(644,root,root,755)
 %doc COPYING ChangeLog README
 %attr(755,root,root) %{_libdir}/libXaw6.so.6.*.*
+%attr(755,root,root) %ghost %{_libdir}/libXaw.so.6
 %attr(755,root,root) %{_libdir}/libXaw7.so.7.*.*
+%attr(755,root,root) %ghost %{_libdir}/libXaw.so.7
 
 %files devel
 %defattr(644,root,root,755)
@@ -116,7 +121,7 @@
 %{_includedir}/X11/Xaw/Template.c
 %{_pkgconfigdir}/xaw6.pc
 %{_pkgconfigdir}/xaw7.pc
-%{_mandir}/man3/*.3x*
+%{_mandir}/man3/Xaw.3x*
 
 %if %{with static_libs}
 %files static
@@ -131,6 +136,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.25  2008/11/17 20:45:04  qboosh
+- ghost soname symlinks (but make them direct first)
+
 Revision 1.24  2008/11/07 20:29:41  arekm
 - up to 1.0.5
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/xorg-lib-libXaw.spec?r1=1.24&r2=1.25&f=u



More information about the pld-cvs-commit mailing list