From 401989c0d3419daac05df920d1089b7991ee0c44 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Jan 16 2014 19:19:35 +0000 Subject: arch deps --- diff --git a/golang-googlecode-tools.spec b/golang-googlecode-tools.spec index e0f0c4d..cde166a 100644 --- a/golang-googlecode-tools.spec +++ b/golang-googlecode-tools.spec @@ -6,12 +6,11 @@ Name: golang-googlecode-tools Version: 0 -Release: 0.3.hg%{shortrev}%{?dist} +Release: 0.4.hg%{shortrev}%{?dist} Summary: Supplementary tools and packages for Go License: BSD URL: http://%{import_path} Source0: https://tools.go.googlecode.com/archive/%{rev}.zip -BuildRequires: golang %description %{summary} @@ -19,12 +18,16 @@ BuildRequires: golang %package -n golang-godoc Summary: Documentation tool for the Go programming language +ExclusiveArch: %{ix86} x86_64 %{arm} +BuildRequires: golang %description -n golang-godoc Godoc extracts and generates documentation for Go programs. %package -n golang-vet Summary: Go programming language code vetting tool +ExclusiveArch: %{ix86} x86_64 %{arm} +BuildRequires: golang %description -n golang-vet Vet examines Go source code and reports suspicious constructs, such as Printf calls whose arguments do not align with the format string. Vet @@ -34,6 +37,8 @@ but it can find errors not caught by the compilers. %package -n golang-cover Summary: Code coverage tool for the Go programming language +ExclusiveArch: %{ix86} x86_64 %{arm} +BuildRequires: golang %description -n golang-cover Cover is a program for analyzing the coverage profiles generated by 'go test -coverprofile=cover.out'. @@ -41,6 +46,8 @@ test -coverprofile=cover.out'. %package -n golang-gotype Summary: Go programming language source code analysis tool +ExclusiveArch: %{ix86} x86_64 %{arm} +BuildRequires: golang %description -n golang-gotype The gotype command does syntactic and semantic analysis of Go files and packages like the front-end of a Go compiler. Errors are reported if the @@ -49,6 +56,8 @@ analysis fails; otherwise gotype is quiet. %package -n golang-html2article Summary: Tool for creating articles from HTML files +ExclusiveArch: %{ix86} x86_64 %{arm} +BuildRequires: golang BuildRequires: golang(code.google.com/p/go.net/html) BuildRequires: golang(code.google.com/p/go.net/html/atom) %description -n golang-html2article @@ -287,6 +296,9 @@ done %{gopath}/src/%{import_path}/ssa/testdata/*.go %changelog +* Thu Jan 16 2014 Vincent Batts 0-0.4.hg17c8fe23290a +- working on the arch dependencies + * Tue Nov 12 2013 Vincent Batts 0-0.3.hg17c8fe23290a - removing conflicting directory ownership