[golang] classifying project doc as %doc

Vincent Batts vbatts at fedoraproject.org
Fri Jan 2 17:21:36 UTC 2015


commit 2ba9c52536cd3a1d253bce01f0d1feee2c9db9ce
Author: Vincent Batts <vbatts at hashbangbash.com>
Date:   Fri Jan 2 12:20:59 2015 -0500

    classifying project doc as %doc

 golang.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
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 <vbatts at fedoraproject.org> - 1.4-2
+- doc organizing
+
 * Thu Dec 11 2014 Vincent Batts <vbatts at fedoraproject.org> - 1.4-1
 - update to go1.4 release
 


More information about the scm-commits mailing list