File go-go-gb.spec of Package go-go-gb
#
# spec file for package go-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: go-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.bz2
BuildRequires: go-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} >= 1100
Recommends: go-go-gb-doc
%endif
%{go_provides}
%{go_requires}
%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
#%%check
#%%gotest code.google.com/p/go-gb
%files
%defattr(-,root,root)
%doc README
%{_bindir}/gb
%changelog