From 2ba9c52536cd3a1d253bce01f0d1feee2c9db9ce Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Fri, 2 Jan 2015 12:20:59 -0500 Subject: [PATCH] classifying project doc as %doc --- golang.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/golang.spec b/golang.spec index 95fdb6d..42e982d 100644 --- a/golang.spec +++ b/golang.spec @@ -40,7 +40,7 @@ Name: golang Version: 1.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The Go Programming Language License: BSD @@ -520,6 +520,7 @@ fi %doc AUTHORS CONTRIBUTORS LICENSE PATENTS # VERSION has to be present in the GOROOT, for `go install std` to work %doc %{goroot}/VERSION +%doc %{goroot}/doc/* # go files %dir %{goroot} @@ -734,6 +735,9 @@ fi %changelog +* Fri Jan 02 2015 Vincent Batts - 1.4-2 +- doc organizing + * Thu Dec 11 2014 Vincent Batts - 1.4-1 - update to go1.4 release