[xmlada: 1/2] Add ExclusiveArch tag (#993146)

Pavel Zhukov landgraf at fedoraproject.org
Tue Sep 3 19:38:19 UTC 2013


commit d05963e1370e0c274a6ca495ad53d4e4d60139cf
Author: Pavel Zhukov <pzhukov at redhat.com>
Date:   Tue Sep 3 23:37:08 2013 +0200

    Add ExclusiveArch tag (#993146)

 xmlada.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/xmlada.spec b/xmlada.spec
index 100ccec..6362fcd 100644
--- a/xmlada.spec
+++ b/xmlada.spec
@@ -1,6 +1,6 @@
 Name:           xmlada
 Version:        2013
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        XML library for Ada
 Group:          System Environment/Libraries
 License:        GPLv2+
@@ -18,6 +18,9 @@ Patch0:         %{name}-%{version}-destdir.patch
 BuildRequires:  chrpath
 BuildRequires:  gcc-gnat
 BuildRequires:  fedora-gnat-project-common >= 2 
+# xmlada and gcc-gnat only available on these:
+ExclusiveArch: %{ix86} x86_64 ia64 ppc ppc64 alpha
+
 
 %description
 XML/Ada includes support for parsing XML files, including DTDs, 


More information about the scm-commits mailing list