diff --git a/golang-github-gorilla-mux.spec b/golang-github-gorilla-mux.spec index 8b06b7f..e3d9870 100644 --- a/golang-github-gorilla-mux.spec +++ b/golang-github-gorilla-mux.spec @@ -6,12 +6,16 @@ Name: golang-github-gorilla-mux Version: 0 -Release: 0.7.git%{shortcommit}%{?dist} +Release: 0.8.git%{shortcommit}%{?dist} Summary: A powerful URL router and dispatcher for golang License: BSD URL: http://www.gorillatoolkit.org/pkg/mux Source0: https://github.com/gorilla/mux/archive/%{commit}/mux-%{shortcommit}.tar.gz +%if 0%{?fedora} >= 19 || 0%{?rhel} >= 7 +BuildArch: noarch +%else ExclusiveArch: %{ix86} x86_64 %{arm} +%endif %description Package gorilla/mux implements a request router and dispatcher. @@ -60,6 +64,9 @@ cp -av *.go %{buildroot}/%{gopath}/src/%{import_path} %{gopath}/src/%{import_path}/*.go %changelog +* Tue Oct 08 2013 Lokesh Mandvekar 0-0.8.gite718e93 +- noarch for f19+ and rhel7+, exclusivearch otherwise + * Mon Oct 07 2013 Lokesh Mandvekar 0-0.7.gite718e93 - exclusivearch as per golang package - debug_package nil