Blob Blame History Raw
# Generated by go2rpm
%bcond_without check

# https://github.com/chai2010/gettext-go
%global goipath         github.com/chai2010/gettext-go
%global commit          bf70f2a70fb1b1f36d90d671a72795984eab0fcb

%gometa

%global common_description %{expand:
Package Gettext implements a basic GNU's gettext library.}

%global golicenses      LICENSE
%global godocs          examples README.md

Name:           %{goname}
Version:        0
Release:        0.2%{?dist}
Summary:        GNU gettext for Go

# Upstream license specification: BSD-3-Clause
License:        BSD
URL:            %{gourl}
Source0:        %{gosource}

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

%if %{with check}
%check
# https://github.com/chai2010/gettext-go/issues/5
%gocheck -d gettext
%endif

%gopkgfiles

%changelog
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

* Fri May 10 21:11:27 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.1.20190629gitbf70f2a
- Initial package