[HippoDraw] add s390x to 64-bit arches

Dan Horák sharkcz at fedoraproject.org
Mon Aug 8 17:37:59 UTC 2011


commit d0c36b7b0cd8ea8d2e4194966cf1792cfcb34f81
Author: Dan Horák <dan at danny.cz>
Date:   Mon Aug 8 19:37:47 2011 +0200

    add s390x to 64-bit arches

 HippoDraw.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/HippoDraw.spec b/HippoDraw.spec
index 2c5e9d6..362196f 100644
--- a/HippoDraw.spec
+++ b/HippoDraw.spec
@@ -1,6 +1,6 @@
 Name:    HippoDraw
 Version: 1.21.1
-Release: 16%{?dist}
+Release: 17%{?dist}
 Summary: Interactive and Python scriptable data analysis application
 
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)")}
@@ -135,7 +135,7 @@ touch --no-create %{_datadir}/icons/hicolor || :
 %defattr(-,root,root,-)
 %dir %{python_sitearch}/%{name}
 %dir %{python_sitelib}/%{name}
-%ifarch x86_64 ppc64 sparc64
+%ifarch x86_64 ppc64 sparc64 s390x
 %{python_sitearch}/hippo.pth
 %endif
 %{python_sitelib}/hippo.pth
@@ -146,6 +146,9 @@ touch --no-create %{_datadir}/icons/hicolor || :
 %{_datadir}/%{name}/examples
 
 %changelog
+* Mon Aug 08 2011 Dan Horák <dan[at]danny.cz> - 1.21.1-17
+- add s390x to 64-bit arches
+
 * Sun Jul 24 2011 Peter Robinson <pbrobinson at gmail.com> - 1.21.1-16
 - Rebuild for boost 1.47
 


More information about the scm-commits mailing list