File golang-googlecode-go-gb.spec of Package golang-googlecode-go-gb
#
# spec file for package golang-googlecode-go-gb
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: golang-googlecode-go-gb
Version: 0.0.0+hg20120330.557.9a8905a03f7e
Release: 0
License: Apache-2.0
Summary: Another tool to build go projects
Url: http://code.google.com/p/go-gb/
Group: Development/Languages/Other
Source0: go-gb-%{version}.tar.xz
BuildRequires: golang-packaging
BuildRequires: xz
Provides: go-go-gb = %{version}
Obsoletes: go-go-gb < %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{go_provides}
%description
Another tool to build go projects, both pure and cgo. Special emphasis on
multi-package projects with inter-dependencies.
%prep
%setup -q -n go-gb-%{version}
%build
%goprep code.google.com/p/go-gb
%gobuild gb
%install
%goinstall
%files
%defattr(-,root,root)
%doc README
%{_bindir}/gb
%changelog