rpms/towhee/devel towhee.spec,1.3,1.4

Jussi Lehtola jussilehtola at fedoraproject.org
Wed May 27 15:52:38 UTC 2009


Author: jussilehtola

Update of /cvs/pkgs/rpms/towhee/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9125/devel

Modified Files:
	towhee.spec 
Log Message:
Disable build on ppc64.


Index: towhee.spec
===================================================================
RCS file: /cvs/pkgs/rpms/towhee/devel/towhee.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- towhee.spec	27 May 2009 13:38:24 -0000	1.3
+++ towhee.spec	27 May 2009 15:52:07 -0000	1.4
@@ -1,6 +1,6 @@
 Name:		towhee
 Version:	6.2.3
-Release:	4%{?dist}
+Release:	5%{?dist}
 Summary:	A Monte Carlo molecular simulation code
 Group:		Applications/Engineering
 License:	GPLv2+
@@ -9,6 +9,7 @@ Source0:	http://downloads.sourceforge.ne
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 Provides:	towhee-executable = %{version}-%{release}
 Requires:	towhee-common = %{version}-%{release}
+ExcludeArch:	ppc64
 
 BuildRequires:	gcc-gfortran
 %if 0%{?fedora} > 11
@@ -195,6 +196,10 @@ rm -rf %{buildroot} 
 %doc Examples/*
 
 %changelog
+* Wed May 27 2009 Jussi Lehtola <jussilehtola at fedoraproject.org> - 6.2.3-5
+- ExcludeArch: ppc64 which is not working due to operand out of range error.
+  See RHBZ #502883.
+
 * Wed May 27 2009 Jussi Lehtola <jussilehtola at fedoraproject.org> - 6.2.3-4
 - Fix MPI build on rawhide.
 




More information about the fedora-extras-commits mailing list