[xml-security-c/el6/master] Exclude PPC due to missing dependencies (#699707)

Antti Andreimann anttix at fedoraproject.org
Tue Apr 26 12:36:46 UTC 2011


commit f6e3ab146ae44b1a99ef352b21463b82ae36f2a4
Author: Antti Andreimann <Antti.Andreimann at mail.ee>
Date:   Tue Apr 26 15:27:03 2011 +0300

    Exclude PPC due to missing dependencies (#699707)

 xml-security-c.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/xml-security-c.spec b/xml-security-c.spec
index cb83a25..a60ab57 100644
--- a/xml-security-c.spec
+++ b/xml-security-c.spec
@@ -12,6 +12,9 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  xerces-c-devel xalan-c-devel openssl-devel
 BuildRequires:  pkgconfig
 
+# xerces-c-devel is not available for PPC EL6 (#699707)
+ExcludeArch: ppc ppc64
+
 %description
 The xml-security-c library is a C++ implementation of the XML Digital Signature
 specification. The library makes use of the Apache XML project's Xerces-C XML
@@ -80,7 +83,8 @@ rm -rf $RPM_BUILD_ROOT
 %doc CHANGELOG.txt LICENSE.txt NOTICE.txt INSTALL
 
 %changelog
-* Wed Mar 16 2011 Antti Andreimann <Antti.Andreimann at mail.ee> 1.6.0-1
+* Tue Apr 26 2011 Antti Andreimann <Antti.Andreimann at mail.ee> - 1.6.0-1
+- Do not build on PPC64 due to missing dependencies (#699707)
 - New upstream release
 
 * Tue Jul 28 2009 Antti Andreimann <Antti.Andreimann at mail.ee> 1.5.1-1


More information about the scm-commits mailing list