File go-bigendian.spec of Package go-bigendian

#
# spec file for package go-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:           go-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.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  go-devel
%if 0%{?suse_version} >= 1100
Recommends:     go-bigendian-doc
%endif
%{go_provides}
%{go_requires}

%description
Binary parsing and printing for the Go programming language.

%package doc
Summary:        API documenation
Group:          Documentation/Other
Requires:       %{name} = %{version}

%description doc
API, examples and documentation.

%prep
%setup -q -n bigendian-%{version}

%build
%goprep bitbucket.org/taruti/bigendian
%gobuild ...

%install
%goinstall
%godoc
%gotest bitbucket.org/taruti/bigendian

%files
%defattr(-,root,root,-)
%doc LICENSE
%{go_contribdir}/*

%files doc
%defattr(-,root,root,-)
%{go_contribsrcdir}/*

%changelog
openSUSE Build Service is sponsored by