[fawkes/el6/master] On el6 devenv/doc are not noarch packages (urg-devel not available on ppc64)

Tim Niemueller timn at fedoraproject.org
Tue Mar 1 20:05:12 UTC 2011


commit df6324ec7b29eebfbb423dea48add255ed1ddcc5
Author: Tim Niemueller <niemueller at kbsg.rwth-aachen.de>
Date:   Tue Mar 1 21:05:00 2011 +0100

    On el6 devenv/doc are not noarch packages (urg-devel not available on ppc64)

 fawkes.spec |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/fawkes.spec b/fawkes.spec
index 4d17f20..5c1783f 100644
--- a/fawkes.spec
+++ b/fawkes.spec
@@ -125,8 +125,10 @@ to develop Fawkes in-tree (e.g. cloned from git repository).
 Summary:        Fawkes API documentation
 Group:          Documentation
 %if ! 0%{?rhel} || 0%{?rhel} >= 6
+%ifnarch ppc ppc64
 BuildArch:      noarch
 %endif
+%endif
 Requires:       %{name} = %{version}-%{release}
 
 %description    doc
@@ -579,7 +581,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)
+- On el6 devenv/doc are not noarch packages (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