From d255514075c7071f7545831c2d0022465200fca4 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Oct 09 2013 01:18:31 +0000 Subject: noarch for f19+ and rhel7+, exclusivearch otherwise Signed-off-by: Lokesh Mandvekar --- diff --git a/golang-googlecode-net.spec b/golang-googlecode-net.spec index 36bcd98..98b5f0c 100644 --- a/golang-googlecode-net.spec +++ b/golang-googlecode-net.spec @@ -6,12 +6,16 @@ Name: golang-googlecode-net Version: 0 -Release: 0.8.hg%{shortrev}%{?dist} +Release: 0.9.hg%{shortrev}%{?dist} Summary: Supplementary Go networking libraries License: BSD URL: http://%{import_path} Source0: https://net.go.googlecode.com/archive/%{rev}.zip +%if 0%{?fedora} >= 19 || 0%{?rhel} >= 7 +BuildArch: noarch +%else ExclusiveArch: %{ix86} x86_64 %{arm} +%endif %description %{summary} @@ -89,6 +93,9 @@ done %{gopath}/src/%{import_path}/websocket/*.go %changelog +* Tue Oct 08 2013 Lokesh Mandvekar 0-0.9.hg84a4013f96e0 +- noarch for f19+ and rhel7+, exclusivearch otherwise + * Mon Oct 07 2013 Lokesh Mandvekar 0-0.8.hg84a4013f96e0 - exclusivearch as per golang package - debug_package nil