commit 38e2860618c29e70efdd5017fcc6d95ad762e9e3
Author: Jan Chaloupka <[email protected]>
Date: Fri Oct 17 13:01:57 2014 +0200
Choose the correct architecture
golang-github-mitchellh-mapstructure.spec | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/golang-github-mitchellh-mapstructure.spec
b/golang-github-mitchellh-mapstructure.spec
index 115297b..7041186 100644
--- a/golang-github-mitchellh-mapstructure.spec
+++ b/golang-github-mitchellh-mapstructure.spec
@@ -9,12 +9,16 @@
Name: golang-%{provider}-%{project}-%{repo}
Version: 0
-Release: 0.1.git%{shortcommit}%{?dist}
+Release: 0.2.git%{shortcommit}%{?dist}
Summary: Go library for decoding generic map values into native Go
structures
License: MIT
URL: https://%{import_path}
Source0:
https://%{import_path}/archive/%{commit}/%{repo}-%{shortcommit}.tar.gz
+%if 0%{?fedora} >= 19 || 0%{?rhel} >= 7
BuildArch: noarch
+%else
+ExclusiveArch: %{ix86} x86_64 %{arm}
+%endif
%description
mapstructure is a Go library for decoding generic map values to structures
@@ -65,6 +69,9 @@ cp -pav *.go %{buildroot}/%{gopath}/src/%{import_path}/
%{gopath}/src/%{import_path}/*.go
%changelog
+* Fri Oct 17 2014 jchaloup <[email protected]> - 0-0.2.git740c764
+- Choose the correct architecture
+
* Thu Oct 16 2014 jchaloup <[email protected]> - 0-0.1.git740c764
- First package for Fedora
resolves: #1153724
_______________________________________________
golang mailing list
[email protected]
https://lists.fedoraproject.org/mailman/listinfo/golang