[python-polybori/f14/master] - add s390x and sparc64 to 64-bit platforms

Dan Horák sharkcz at fedoraproject.org
Fri Sep 24 19:53:11 UTC 2010


commit deecf8aab24257951f07d0a040789ef569a6420b
Author: Dan Horák <dan at danny.cz>
Date:   Fri Sep 24 21:53:16 2010 +0200

    - add s390x and sparc64 to 64-bit platforms

 python-polybori.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-polybori.spec b/python-polybori.spec
index c66e041..6bd29c2 100644
--- a/python-polybori.spec
+++ b/python-polybori.spec
@@ -2,7 +2,7 @@
 
 Name:           python-polybori
 Version:        0.5
-Release:        9%{?dist}
+Release:        10%{?dist}
 Summary:        Framework for Boolean Rings
 Group:          Development/Libraries
 License:        GPLv2+
@@ -88,7 +88,7 @@ sed -i -e 's|^LDFLAGS_LINUX.*-s|LDFLAGS_LINUX = -lcudd -lcuddobj|' \
   polybori/Makefile.in
 sed -i -e "s|\['-s'\]|['-lcudd -lcuddobj']|" SConstruct
 
-%ifarch x86_64 ppc64
+%ifarch x86_64 ppc64 s390x sparc64
   sed -i -e "s|DevelInstPath('lib')|DevelInstPath('lib64')|" SConstruct
 %endif
 
@@ -175,6 +175,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Sep 24 2010 Dan Horák <dan[at]danny.cz> - 0.5-10
+- add s390x and sparc64 to 64-bit platforms
+
 * Tue Sep 14 2010 Toshio Kuratomi <toshio at fedoraproject.org> - 0.5-9
 - Rebuilt for broken deps on old boost
 


More information about the scm-commits mailing list