commit bf7df3ea36c588e34429b8a56c455808cbb03f09
Author: Jan Chaloupka <[email protected]>
Date: Sun Oct 26 20:17:55 2014 +0100
- Choose the correct architecture
relates: #1148481
golang-googlecode-go-exp.spec | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/golang-googlecode-go-exp.spec b/golang-googlecode-go-exp.spec
index ffb2d44..41a5536 100644
--- a/golang-googlecode-go-exp.spec
+++ b/golang-googlecode-go-exp.spec
@@ -16,7 +16,11 @@ Summary: Experimental tools and packages for Go
License: BSD
URL: http://%{import_path}
Source0: https://exp.go.googlecode.com/archive/%{commit}.tar.gz
+%if 0%{?fedora} >= 19 || 0%{?rhel} >= 7
+BuildArch: noarch
+%else
ExclusiveArch: %{ix86} x86_64 %{arm}
+%endif
%description
%{summary}.
@@ -78,8 +82,9 @@ GOPATH=%{buildroot}/%{gopath}:%{gopath} go test
%{import_path}/{ebnf,ebnflint,fs
%{gopath}/src/%{import_path}/*/*/*.go
%changelog
-* Tue Oct 14 2014 jchaloup <[email protected]> - 0-0.2.hgbd8df7009305
-- BuildArch to ExclusiveArch
+* Sun Oct 26 2014 jchaloup <[email protected]> - 0-0.2.hgbd8df7009305
+- Choose the correct architecture
+ relates: #1148481
* Mon Sep 15 2014 Eric Paris <[email protected] - 0-0.1.hgbd8df7009305
- Bump to upstream bd8df7009305d6ada223ea3c95b94c0f38bfa119
_______________________________________________
golang mailing list
[email protected]
https://lists.fedoraproject.org/mailman/listinfo/golang