[alglib] Made exclusive for primary archs

Sandro Mani smani at fedoraproject.org
Wed Jul 9 09:55:46 UTC 2014


commit 9e865b6e216500733f9949f9b0160ec035198708
Author: Jakub Čajka <jcajka at redhat.com>
Date:   Wed Jul 9 11:23:28 2014 +0200

    Made exclusive for primary archs

 alglib.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/alglib.spec b/alglib.spec
index cba54aa..30eea0b 100644
--- a/alglib.spec
+++ b/alglib.spec
@@ -1,6 +1,6 @@
 Name:           alglib
 Version:        3.8.2
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        A numerical analysis and data processing library
 
 License:        GPLv2+
@@ -12,6 +12,9 @@ Source2:        bsd.txt
 
 BuildRequires:  cmake
 
+# As upstream doesn't support other archs, and package fails to build on secondary archs due test failure
+ExclusiveArch: %{ix86} %{arm} x86_64
+
 %description
 ALGLIB is a cross-platform numerical analysis and data processing library.
 ALGLIB features include:
@@ -89,6 +92,9 @@ popd
 
 
 %changelog
+* Wed Jul 9 2014 Jakub Čajka <jcajka at redhat.com> - 3.8.2-5
+- Made exlusive for primary archs
+
 * Wed Jun 18 2014 Sandro Mani <manisandro at gmail.com> - 3.8.2-4
 - Add missing license tag
 


More information about the scm-commits mailing list