SPECS: chrpath.spec - non-versioned modules, use them on multilib ...

qboosh qboosh at pld-linux.org
Mon Feb 27 20:14:55 CET 2006


Author: qboosh                       Date: Mon Feb 27 19:14:55 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- non-versioned modules, use them on multilib archs only

---- Files affected:
SPECS:
   chrpath.spec (1.17 -> 1.18) 

---- Diffs:

================================================================
Index: SPECS/chrpath.spec
diff -u SPECS/chrpath.spec:1.17 SPECS/chrpath.spec:1.18
--- SPECS/chrpath.spec:1.17	Mon Feb 27 17:32:56 2006
+++ SPECS/chrpath.spec	Mon Feb 27 20:14:47 2006
@@ -29,7 +29,9 @@
 
 %prep
 %setup -q
+%ifarch %{x8664} ppc64 s390x sparc64
 %patch0 -p1
+%endif
 
 %build
 %{__libtoolize}
@@ -54,7 +56,9 @@
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
 %attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) %{_libdir}/libchrpath*.so.*.*.*
+%ifarch %{x8664} ppc64 s390x sparc64
+%attr(755,root,root) %{_libdir}/libchrpath*.so
+%endif
 %{_mandir}/man1/*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -63,6 +67,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.18  2006/02/27 19:14:47  qboosh
+- non-versioned modules, use them on multilib archs only
+
 Revision 1.17  2006/02/27 16:32:56  pluto
 - biarch experimental patch. testing...
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/chrpath.spec?r1=1.17&r2=1.18&f=u



More information about the pld-cvs-commit mailing list