- Updated to 13/08/2010 upstream release

- Initial Go hg release spec template

OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/go?expand=0&rev=4
This commit is contained in:
Sascha Peilicke
2010-10-14 07:14:01 +00:00
committed by Git OBS Bridge
parent 5573d81205
commit 1c732d9d54
4 changed files with 13 additions and 6 deletions
+6 -1
View File
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Oct 14 06:56:54 UTC 2010 - speilicke@novell.com
- Updated to 13/08/2010 upstream release
-------------------------------------------------------------------
Mon Oct 11 08:27:00 UTC 2010 - speilicke@novell.com
@@ -16,4 +21,4 @@ Wed Jun 16 14:38:33 UTC 2010 - graham@andtech.eu
-------------------------------------------------------------------
Thu Apr 29 10:00:00 UTC 2010 - konrad@tylerc.org>
- Initial Go hg release spec template.
- Initial Go hg release spec template
+4 -2
View File
@@ -12,8 +12,10 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
%define go_release 20101013
Name: go
Version: 0.0.0+20101008
Version: 0.0.0+%{go_release}
Release: 0
Summary: A compiled, garbage-collected, concurrent programming language
Group: Development/Languages/Other
@@ -21,7 +23,7 @@ License: BSD
URL: http://golang.org/
# This is built from upstream mercurial:
# hg clone -r release https://go.googlecode.com/hg/ go-src
Source0: go-20101008.tar.bz2
Source0: go-%{go_release}.tar.bz2
# we can't build this without disabling some rpmlint checks
Source1: go-rpmlintrc
# Patch away the need for environment variables:
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.