[olpc-utils] move files from lib to lib64 on all 64bit archs

Karsten Hopp karsten at fedoraproject.org
Fri Dec 23 21:10:33 UTC 2011


commit 2157515cd250d7035e0df37610abbbd34f5872a0
Author: Karsten Hopp <karsten at redhat.com>
Date:   Fri Dec 23 22:12:37 2011 +0100

    move files from lib to lib64 on all 64bit archs

 olpc-utils.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/olpc-utils.spec b/olpc-utils.spec
index 01e48f9..68cab1b 100644
--- a/olpc-utils.spec
+++ b/olpc-utils.spec
@@ -1,6 +1,6 @@
 Name:       olpc-utils
 Version:    2.0.1
-Release:    2%{?dist}
+Release:    3%{?dist}
 Summary:    OLPC utilities
 URL:        http://wiki.laptop.org/go/Olpc-utils
 Group:      System Environment/Base
@@ -52,7 +52,7 @@ make -f Makefile.build %{?_smp_mflags} CFLAGS="%{optflags}"
 
 %install
 make -f Makefile.build install DESTDIR=%{buildroot}
-%ifarch x86_64
+%ifarch x86_64 s390x ppc64 sparc64
 mv %{buildroot}/usr/lib %{buildroot}/usr/lib64
 %endif
 
@@ -118,6 +118,9 @@ fi
 %config(noreplace) %{_sysconfdir}/modprobe.d/olpc-psmouse.conf
 
 %changelog
+* Fri Dec 23 2011 Karsten Hopp <karsten at redhat.com> 2.0.1-3
+- move files from lib to lib64 on all 64bit archs
+
 * Mon Nov 21 2011 Daniel Drake <dsd at laptop.org> - 2.0.1-2
 - Add missing dependency on ConsoleKit-x11
 


More information about the scm-commits mailing list