Blame golang-github-alecthomas-repr.spec

a575bf3
# https://github.com/alecthomas/repr
7b6b175
%global goipath         github.com/alecthomas/repr
7b6b175
%global commit          d37bc2a10ba1a7951e19dd5dc10f7d59b142d8d7
7b6b175
7b6b175
%gometa
a575bf3
7b6b175
Name:           %{goname}
a575bf3
Version:        0
08b7a99
Release:        0.5%{?dist}
a575bf3
Summary:        Python's repr() for Go
7b6b175
# Detected licences
7b6b175
# - Expat License at 'COPYING'
a575bf3
License:        MIT
7b6b175
URL:            %{gourl}
7b6b175
Source0:        %{gosource}
a575bf3
7b6b175
BuildRequires: golang(github.com/stretchr/testify/assert)
a575bf3
a575bf3
%description
7b6b175
%{summary}
7b6b175
a575bf3
a575bf3
%package devel
7b6b175
Summary:       %{summary}
7b6b175
BuildArch:     noarch
a575bf3
a575bf3
%description devel
7b6b175
%{summary}
a575bf3
a575bf3
This package contains library source intended for
a575bf3
building other packages which use import path with
7b6b175
%{goipath} prefix.
a575bf3
a575bf3
a575bf3
%prep
7b6b175
%forgeautosetup
a575bf3
a575bf3
a575bf3
%install
7b6b175
%goinstall
a575bf3
a575bf3
7b6b175
%check
7b6b175
%gochecks
a575bf3
a575bf3
7b6b175
%files devel -f devel.file-list
a575bf3
%license COPYING
7b6b175
%doc README.md
a575bf3
a575bf3
a575bf3
%changelog
08b7a99
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.5.gitd37bc2a
08b7a99
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
08b7a99
7b6b175
* Sun Nov 11 2018 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.4.20181111gitd37bc2a
7b6b175
- Bump to commit d37bc2a10ba1a7951e19dd5dc10f7d59b142d8d7
7b6b175
- Update to new Go packaging
7b6b175
d591a30
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.3.gitd44565c
d591a30
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
d591a30
c8d4bd7
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.2.gitd44565c
c8d4bd7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
c8d4bd7
a575bf3
* Fri Aug 11 2017 mosquito <sensor.wen@gmail.com> - 0-0.1.gitd44565c
a575bf3
- Initial package build
7b6b175