diff --git a/golang-github-gorilla-mux.spec b/golang-github-gorilla-mux.spec index 6997dc5..8b06b7f 100644 --- a/golang-github-gorilla-mux.spec +++ b/golang-github-gorilla-mux.spec @@ -1,3 +1,4 @@ +%global debug_package %{nil} %global import_path github.com/gorilla/mux %global gopath %{_datadir}/gocode %global commit e718e932ee606838744df844eb75064959eb74bc @@ -5,12 +6,12 @@ Name: golang-github-gorilla-mux Version: 0 -Release: 0.6.git%{shortcommit}%{?dist} +Release: 0.7.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 -BuildArch: noarch +ExclusiveArch: %{ix86} x86_64 %{arm} %description Package gorilla/mux implements a request router and dispatcher. @@ -59,6 +60,10 @@ cp -av *.go %{buildroot}/%{gopath}/src/%{import_path} %{gopath}/src/%{import_path}/*.go %changelog +* Mon Oct 07 2013 Lokesh Mandvekar 0-0.7.gite718e93 +- exclusivearch as per golang package +- debug_package nil + * Sun Sep 22 2013 Matthew Miller 0-0.6.gite718e93 - install just the source code for devel package