File go-Go-SDL.spec of Package go-Go-SDL
#
# spec file for package go-Go-SDL
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c), 2011, Sascha Peilicke <saschpe@gmx.de>
#
# 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-SDL
Version: 0.0.0+git20120202
Release: 0
Summary: Go bindings for SDL
Group: Development/Languages/Other
License: BSD-3-Clause
Url: https://github.com/banthar/Go-SDL
Source0: Go-SDL-%{version}.tar.bz2
Source1: LICENSE
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: go-devel
ExclusiveArch: %ix86 x86_64 %arm
%if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
BuildRequires: SDL_image-devel
BuildRequires: SDL_mixer-devel
BuildRequires: SDL_ttf-devel
%else
BuildRequires: libSDL_image-devel
BuildRequires: libSDL_mixer-devel
BuildRequires: libSDL_ttf-devel
%endif
%if 0%{?suse_version} >= 1100
Recommends: go-Go-SDL-doc
%endif
%{go_provides}
%{go_requires}
%description
SDL bindings 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 Go-SDL
cp %{SOURCE1} .
mv doc/template.go ./template.go.example
%build
%goprep github.com/banthar/Go-SDL
rm -rf Go-SDL/test
%gobuild sdl ttf gfx mixer
%install
%{go_disable_brp_strip_static_archive}
%goinstall
%godoc
#%%gotest github.com/banthar/Go-SDL
%files
%defattr(-,root,root,-)
%doc LICENSE README TODO template.go.example
%{go_contribdir}/*
%files doc
%defattr(-,root,root,-)
%{go_contribsrcdir}/*
%changelog