File go-kr-text.spec of Package go-kr-text
#
# spec file for package go-kr-text
#
# Copyright (c) 2014 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: go-kr-text
Version: 0.0.0+git20130910.6807e77
Release: 0
License: MIT
Summary: Miscellaneous functions for formatting text
Url: https://github.com/kr/text
Group: Development/Languages/Other
Source: text-%{version}.tar.bz2
BuildRequires: go-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{go_requires}
%{go_provides}
%{go_recommends}
%description
This is a Go package for manipulating paragraphs of text.
%godoc_package
%prep
%setup -q -n text-%{version}
%build
%goprep github.com/kr/text
%gobuild
%install
%goinstall
%godoc
%files
%defattr(-,root,root)
%doc License Readme
%{go_contribdir}/*
%files doc
%defattr(-,root,root)
%{go_contribsrcdir}/*
%changelog