[fawkes/el6/master] On el6 devenv is not a noarch package (urg-devel not available on ppc64)

Tim Niemueller timn at fedoraproject.org
Tue Mar 1 19:40:42 UTC 2011


commit 36e68a4905003f10d26a305a7328472c92e3e83f
Author: Tim Niemueller <niemueller at kbsg.rwth-aachen.de>
Date:   Tue Mar 1 20:40:10 2011 +0100

    On el6 devenv is not a noarch package (urg-devel not available on ppc64)

 fawkes.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/fawkes.spec b/fawkes.spec
index 22db77e..4d17f20 100644
--- a/fawkes.spec
+++ b/fawkes.spec
@@ -81,8 +81,10 @@ developing applications that use %{name}.
 Summary:        Development environment Fawkes
 Group:          Development/Libraries
 %if ! 0%{?rhel} || 0%{?rhel} >= 6
+%ifnarch ppc ppc64
 BuildArch:      noarch
 %endif
+%endif
 Requires:       gcc-c++, make >= 3.81, ccache
 Requires:       git, gitk
 Requires:       kernel-headers >= 2.6.17, sqlite-devel, openssl-devel >= 0.9.8
@@ -577,6 +579,7 @@ rm -rf %{buildroot}
 * Sun Feb 27 2011 Tim Niemueller <tim at niemueller.de> - 0.4.2-3
 - Omit URG support on ppc, package is not available there
 - Added patch for ppc64
+- On el6 devenv is not a noarch package (urg-devel not available on ppc64)
 
 * Tue Feb 22 2011 Tim Niemueller <tim at niemueller.de> - 0.4.2-2
 - Remove skillgui man pages from el5 package (skillgui not available on el5)


More information about the scm-commits mailing list