File golang-bitbucket-taruti-bigendian.spec of Package golang-bitbucket-taruti-bigendian
#
# spec file for package golang-bitbucket-taruti-bigendian
#
# Copyright (c) 2013 Sascha Peilicke <saschpe@gmx.de>
# Copyright (c) 2013 SUSE Linux Products GmbH
#
# 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-bitbucket-taruti-bigendian
Version: 0.0.0+hg20130320.25.37f0ed9bf940
Release: 0
Summary: Binary parsing/printing for Go
Group: Development/Languages/Other
License: MIT
URL: https://bitbucket.org/taruti/bigendian
Source0: bigendian-%{version}.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: golang-packaging
BuildRequires: xz
Provides: go-bigendian = %{version}
Obsoletes: go-bigendian < %{version}
%{go_provides}
%description
Binary parsing and printing for the Go programming language.
%gosrc_package
%prep
%setup -q -n bigendian-%{version}
%build
%goprep bitbucket.org/taruti/bigendian
%gobuild ...
%install
%goinstall
%gosrc
%check
%gotest bitbucket.org/taruti/bigendian
%files
%defattr(-,root,root,-)
%doc LICENSE
%{go_contribdir}/*
%files source
%defattr(-,root,root,-)
%{go_contribsrcdir}/*
%changelog