Blame golang-github-mitchellh-reflectwalk.spec

4c95582
# http://github.com/mitchellh/reflectwalk
4c95582
4c95582
%global goipath         github.com/mitchellh/reflectwalk
c2a6c8b
%global commit          eecf4c70c626c7cfbb95c90195bc34d386c74ac6
c2a6c8b
4c95582
4c95582
%gometa -i
4c95582
4c95582
Name:           %{goname}
c2a6c8b
Version:        0
288063f
Release:        0.9%{?dist}
c2a6c8b
Summary:        Go library for "walking" complex structures, similar to walking a filesystem
c2a6c8b
# Detected licences
c2a6c8b
# - MIT/X11 (BSD like) at 'LICENSE'
c2a6c8b
License:        MIT
4c95582
URL:            %{gourl}
4c95582
Source0:        %{gosource}
4c95582
Source1:        glide.yaml
4c95582
Source2:        glide.yaml
c2a6c8b
c2a6c8b
%description
c2a6c8b
%{summary}
c2a6c8b
c2a6c8b
%package devel
c2a6c8b
Summary:       %{summary}
c2a6c8b
BuildArch:     noarch
c2a6c8b
c2a6c8b
%description devel
c2a6c8b
%{summary}
c2a6c8b
c2a6c8b
This package contains library source intended for
c2a6c8b
building other packages which use import path with
4c95582
%{goipath} prefix.
c2a6c8b
c2a6c8b
%prep
eea5474
%forgesetup
4c95582
cp %{SOURCE1} %{SOURCE2} .
c2a6c8b
%install
4c95582
%goinstall glide.lock glide.yaml
c2a6c8b
c2a6c8b
%check
4c95582
%gochecks -d .
c2a6c8b
c2a6c8b
#define license tag if not already defined
c2a6c8b
%{!?_licensedir:%global license %doc}
c2a6c8b
c2a6c8b
%files devel -f devel.file-list
c2a6c8b
%license LICENSE
c2a6c8b
%doc README.md
c2a6c8b
c2a6c8b
%changelog
288063f
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - Forge-specific packaging variables
288063f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
288063f
eea5474
* Tue Oct 23 2018 Nicolas Mailhot <nim@fedoraproject.org>
eea5474
- 0-0.8
eea5474
- redhat-rpm-config-123 triggers bugs in gosetup, remove it from Go spec files as it’s just an alias
eea5474
- https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/RWD5YATAYAFWKIDZBB7EB6N5DAO4ZKFM/
eea5474
a98d05a
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - Forge-specific packaging variables
a98d05a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
a98d05a
4c95582
* Wed Jun 20 2018 Jan Chaloupka <jchaloup@redhat.com> - 0-0.6.giteecf4c7
4c95582
- Upload glide files
4c95582
79228b1
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.5.giteecf4c7
79228b1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
79228b1
1ac9523
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.4.giteecf4c7
1ac9523
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
1ac9523
e80ea37
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.3.giteecf4c7
e80ea37
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
e80ea37
21177a8
* Mon Mar 06 2017 Jan Chaloupka <jchaloup@redhat.com> - 0-0.2.giteecf4c7
21177a8
- Disable tests
21177a8
  related: #1410150
21177a8
c2a6c8b
* Wed Jan 04 2017 Jan Chaloupka <jchaloup@redhat.com> - 0-0.1.giteecf4c7
c2a6c8b
- First package for Fedora
c2a6c8b
  resolves: #1410150