Blob Blame History Raw
# Generated by go2rpm 1.9.0
%bcond_without check
%global debug_package %{nil}

# https://github.com/shurcooL/githubv4
%global goipath         github.com/shurcooL/githubv4
%global commit          599ae7bbf278c79d7354974febd1f6684dfe30cd

%gometa -f

%global common_description %{expand:
Package githubv4 is a client library for accessing GitHub GraphQL API v4
(https://docs.github.com/en/graphql).}

%global golicenses      LICENSE
%global godocs          example README.md

Name:           %{goname}
Version:        0
Release:        0.13%{?dist}
Summary:        Package githubv4 is a client library for accessing GitHub GraphQL API v4

License:        MIT
URL:            %{gourl}
Source:         %{gosource}

%description %{common_description}

%gopkg

%prep
%goprep
%autopatch -p1

%generate_buildrequires
%go_generate_buildrequires

%install
%gopkginstall

%if %{with check}
%check
%gocheck
%endif

%gopkgfiles

%changelog
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

* Sat Jan 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

* Sun Sep 24 2023 Mikel Olasagasti Uranga <mikel@olasagasti.info> - 0-0.11
- Update to latest commit

* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild

* Fri Jun 23 2023 Mikel Olasagasti Uranga <mikel@olasagasti.info> - 0-0.9
- Update to latest commit

* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild

* Wed Sep 07 2022 Mikel Olasagasti Uranga <mikel@olasagasti.info> - 0-0.7
- Update to latest commit

* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

* Wed Jan 13 16:39:45 CET 2021 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.2.20210113git234843c
- Bump to commit 234843c633fadff9694210ce7ab97948c9148a14

* Fri Sep 04 19:20:27 CEST 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.1.20200904gitf27d2ca
- Initial package