[autojump/f20] build only for ix86: pandoc does not build on arm

Tomas Tomecek ttomecek at fedoraproject.org
Mon Mar 31 14:44:49 UTC 2014


commit 395ecaec5c626eef90527535b167a03912ecaf7b
Author: Tomas Tomecek <ttomecek at redhat.com>
Date:   Mon Mar 31 16:43:31 2014 +0200

    build only for ix86: pandoc does not build on arm

 autojump.spec |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/autojump.spec b/autojump.spec
index 2064fbe..4471f38 100644
--- a/autojump.spec
+++ b/autojump.spec
@@ -12,10 +12,9 @@ License:        GPLv3+
 URL:            http://wiki.github.com/joelthelion/autojump
 Source:         https://github.com/%{owner}/%{name}/archive/%{commit}/%{name}-%{commit}.tar.gz
 
-BuildArch:      noarch
-
 # pandoc doesnt build on arm, so lets build on intel arch only
-ExclusiveArch:  %{ix86} noarch
+# BuildArch:      noarch
+ExclusiveArch:  %{ix86} x86_64  # noarch
 
 BuildRequires:  pandoc python2-devel
 Requires:       python


More information about the scm-commits mailing list