[clean-extra-utils/el5] Add that clean is only supported on x86 and x86_64

Patrick Uiterwijk puiterwijk at fedoraproject.org
Sun Aug 26 06:09:37 UTC 2012


commit 36d040c6c0ad48b6af06dbfc42272b21c6fe7f5c
Author: Patrick Uiterwijk <puiterwijk at gmail.com>
Date:   Sun Aug 26 08:07:09 2012 +0200

    Add that clean is only supported on x86 and x86_64

 clean-extra-utils.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/clean-extra-utils.spec b/clean-extra-utils.spec
index 9dfa892..50f1f20 100644
--- a/clean-extra-utils.spec
+++ b/clean-extra-utils.spec
@@ -1,6 +1,6 @@
 Name:           clean-extra-utils
 Version:        0.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A collection of extra libraries and utilities for the Clean programming language
 Group:          Development/Libraries
 License:        BSD
@@ -17,6 +17,8 @@ Requires:       clean
 # This was changed for EPEL5 to the first suggestion
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
+# Because the Clean compiler is only available on x86 and x86_64, we notify such
+ExclusiveArch: i386 i486 i586 i686 x86 x86_64
 
 %description
 This is a collection of libraries and
@@ -50,6 +52,9 @@ cp -p %{_builddir}/%{buildsubdir}/ArgumentParser/{ArgumentParser.dcl,example.icl
 %doc %{_defaultdocdir}/%{name}-%{version}/
 
 %changelog
+* Sun Aug 26 2012 Patrick Uiterwijk <puiterwijk at gmail.com> - 0.1-3
+- Add that clean is only supported on x86 and x86_64
+
 * Wed Aug 15 2012 Patrick Uiterwijk <puiterwijk at gmail.com> - 0.1-2
 - Adding Group: tag
 


More information about the scm-commits mailing list