File golang-googlecode-goconf.spec of Package golang-googlecode-goconf
#
# spec file for package golang-googlecode-goconf
#
# Copyright (c) 2011, Sascha Peilicke <saschpe@gmx.de>
# 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-goconf
Version: 0.0.0+hg20120508.16.a4db5c465ed1
Release: 0
Summary: Configuration file parser for the Go Programming Language
Group: Development/Languages/Other
License: BSD-3-Clause
URL: http://code.google.com/p/goconf
Source0: goconf-%{version}.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: golang-packaging
BuildRequires: xz
Provides: go-goconf = %{version}
Obsoletes: go-goconf < %{version}
%{go_provides}
%description
A simple configuration file parser for the Go programming language.
%gosrc_package
%prep
%setup -q -n goconf-%{version}
%build
%goprep code.google.com/p/goconf
%gobuild conf
%install
%goinstall
%gosrc
%files
%defattr(-,root,root,-)
%{go_contribdir}/*
%files source
%defattr(-,root,root,-)
%{go_contribsrcdir}/*
%changelog