]> git.pld-linux.org Git - packages/chrpath.git/commitdiff
- non-versioned modules, use them on multilib archs only
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 27 Feb 2006 19:14:47 +0000 (19:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    chrpath.spec -> 1.18

chrpath.spec

index bcefdd4744fa97b2af39f70be0000bc531cf1240..edeceb7498caba688296844e4b2a1743d9aa7554 100644 (file)
@@ -28,7 +28,9 @@ w kt
 
 %prep
 %setup -q
+%ifarch %{x8664} ppc64 s390x sparc64
 %patch0 -p1
+%endif
 
 %build
 %{__libtoolize}
@@ -53,5 +55,7 @@ rm -rf $RPM_BUILD_ROOT
 %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/*
This page took 0.119338 seconds and 4 git commands to generate.