Blame golang-github-shurcool-notifications.spec

b794091
# Run tests in check section
b794091
%bcond_without check
b794091
b794091
%global goipath         github.com/shurcooL/notifications
d5a9e64
%global commit          627ab5aea122bf029d0f8f6c3d44e614b4a33361
b794091
b794091
%global common_description %{expand:
b794091
Notifications service definition for Go.}
b794091
b794091
%gometa
b794091
b794091
Name:           %{goname}
b794091
Version:        0
4179523
Release:        0.4%{?dist}
b794091
Summary:        Notifications service definition for Go
b794091
License:        MIT
b794091
URL:            %{gourl}
b794091
Source0:        %{gosource}
b794091
b794091
BuildRequires: golang(dmitri.shuralyov.com/route/github)
b794091
BuildRequires: golang(github.com/google/go-github/github)
b794091
BuildRequires: golang(github.com/google/go-querystring/query)
b794091
BuildRequires: golang(github.com/gregjones/httpcache)
d5a9e64
BuildRequires: golang(github.com/shurcooL/githubv4)
b794091
BuildRequires: golang(github.com/shurcooL/users)
b794091
BuildRequires: golang(github.com/shurcooL/webdavfs/vfsutil)
b794091
BuildRequires: golang(golang.org/x/net/webdav)
b794091
b794091
%description
b794091
%{common_description}
b794091
b794091
b794091
%package devel
b794091
Summary:       %{summary}
b794091
BuildArch:     noarch
b794091
b794091
%description devel
b794091
%{common_description}
b794091
b794091
This package contains library source intended for
b794091
building other packages which use import path with
b794091
%{goipath} prefix.
b794091
b794091
b794091
%prep
b794091
%forgeautosetup
b794091
b794091
b794091
%install
b794091
%goinstall
b794091
b794091
b794091
%if %{with check}
b794091
%check
b794091
%gochecks
b794091
%endif
b794091
b794091
b794091
%files devel -f devel.file-list
b794091
%doc README.md
b794091
b794091
b794091
%changelog
4179523
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.4.git627ab5a
4179523
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
4179523
d5a9e64
* Fri Oct 26 2018 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.3-20181026git627ab5a
d5a9e64
- Bump to commit 627ab5aea122bf029d0f8f6c3d44e614b4a33361
d5a9e64
bdf4f28
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0-0.2.git3ad6f2c
bdf4f28
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
bdf4f28
b794091
* Sat Mar 24 2018 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.1.20180420git3ad6f2c
b794091
- First package for Fedora
b794091