diff --git a/golang-github-docopt-docopt-go.spec b/golang-github-docopt-docopt-go.spec index 34f52c4..abfbecb 100644 --- a/golang-github-docopt-docopt-go.spec +++ b/golang-github-docopt-docopt-go.spec @@ -11,18 +11,14 @@ Name: golang-github-docopt-docopt-go Version: 0 -Release: 0.7.git.%{shortcommit}%{?dist} +Release: 0.8.git.%{shortcommit}%{?dist} Summary: Command-line interface description language in Go License: MIT URL: https://godoc.org/%{github_path} Source0: https://%{github_path}/archive/%{commit}/%{repo}-%{shortcommit}.tar.gz -%if 0%{?fedora} >= 19 || 0%{?rhel} >= 7 -BuildArch: noarch -%else -ExclusiveArch: %{ix86} x86_64 %{arm} -%endif +ExclusiveArch: %{go_arches} %description Docopt helps you create beautiful command-line interfaces easily with Go @@ -65,6 +61,9 @@ GOPATH=%{buildroot}/%{gopath} go test %{import_path} %changelog +* Thu Sep 7 2017 Jakub Jedelsky - 0-0.8.git.854c423 +- Build for supported go_arches only + * Wed Jul 26 2017 Fedora Release Engineering - 0-0.7.git.854c423 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild