Blame golang-github-google-go-github.spec

2c023de
# https://github.com/google/go-github
a86feed
%global goipath github.com/google/go-github
a86feed
a86feed
%global common_description %{expand:
a86feed
go-github is a Go client library for accessing the GitHub API v3.}
a86feed
2390fdf
Version:        18.2.0
2c023de
a86feed
%gometa
a86feed
a86feed
# gometa strips the leading "go-" off the name
a86feed
%global goname golang-github-google-go-github
2c023de
a86feed
Name:           %{goname}
2390fdf
Release:        1%{?dist}
a86feed
Summary:        Go library for accessing the GitHub API
a86feed
License:        BSD
a86feed
URL:            %{gourl}
a86feed
Source0:        %{gosource}
2c023de
2c023de
%description
a86feed
%{common_description}
2c023de
2c023de
%package devel
2c023de
Summary:       %{summary}
2c023de
a86feed
BuildRequires: mailcap
2c023de
BuildRequires: golang(github.com/google/go-querystring/query)
2390fdf
BuildRequires: golang(golang.org/x/oauth2)
2390fdf
BuildRequires: golang(google.golang.org/appengine)
2390fdf
BuildRequires: golang(google.golang.org/appengine/log)
2c023de
2c023de
%description devel
a86feed
%{common_description}
2c023de
2c023de
This package contains library source intended for
2c023de
building other packages which use import path with
a86feed
%{goipath} prefix.
2c023de
2c023de
2c023de
%prep
a86feed
%forgeautosetup -p1
2c023de
2c023de
a86feed
%install
a86feed
# Remove network tests that talk to the live Github API.
a86feed
rm -rf test
a86feed
%goinstall
2c023de
2c023de
a86feed
%check
a86feed
%gochecks
2c023de
2c023de
2c023de
%files devel -f devel.file-list
2c023de
%license LICENSE
a86feed
%doc README.md AUTHORS CONTRIBUTING.md example
2c023de
2c023de
2c023de
%changelog
2390fdf
* Fri Oct 26 2018 Robert-André Mauchin <zebob.m@gmail.com> - 18.2.0-1
2390fdf
- Update to official v18.2.0 release
2390fdf
a86feed
* Thu Jul 26 2018 Ed Marshall <esm@logic.net> - 15.0.0-5
a86feed
- Switch to forge-specific packaging.
a86feed
- Fix test failures with go 1.11.
a86feed
9140e1e
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 15.0.0-4
9140e1e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
9140e1e
c1544b6
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 15.0.0-3
c1544b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
c1544b6
d27007b
* Sat Feb 03 2018 Ed Marshall <esm@logic.net> - 15.0.0-2
d27007b
- Update BuildRequires to match newest version.
d27007b
d27007b
* Sat Feb 03 2018 Ed Marshall <esm@logic.net> - 15.0.0-1
43ae03b
- Update to official v15.0.0 release
43ae03b
f7b163d
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.3.git553fda4
f7b163d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
f7b163d
5ce93a6
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.2.git553fda4
5ce93a6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
5ce93a6
2c023de
* Fri Mar 10 2017 Ed Marshall <esm@logic.net> - 0-0.1.git553fda4
2c023de
- First package for Fedora