File golang-github-hoisie-web.spec of Package golang-github-hoisie-web
#
# spec file for package golang-github-hoisie-web
#
# Copyright (c) 2015 SUSE LINUX 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: golang-github-hoisie-web
Version: 0.0.0+git20130630.5a66d0f
Release: 0
Summary: A simple framework to write webapps in Go
License: MIT
Group: Development/Languages/Other
Url: http://github.com/hoisie/web
Source: web-%{version}.tar.xz
# PATCH-FIX-UPSTREAM code.google.com/p/go.net is obsolete
# use golang.org/x/net instead
Patch: web.go-go.net.patch
BuildRequires: golang-packaging
BuildRequires: golang(golang.org/x/net)
BuildRequires: xz
Provides: go-web.go = %{version}
Obsoletes: go-web.go < %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{go_provides}
%description
Web.go is the simplest way to write web applications in the Go programming
language. It's ideal for writing simple, performant backend web services.
%gosrc_package
%prep
%setup -q -n web-%{version}
%patch -p1
%build
%goprep github.com/hoisie/web
%gobuild
%install
%goinstall
%godoc
%files
%defattr(-,root,root,-)
%doc LICENSE Readme.md examples
%{go_contribdir}/*
%files source
%defattr(-,root,root,-)
%{go_contribsrcdir}/*
%changelog