Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-release-src > by-pkgid > a0afd3ce3ab1bfe2406d0ab85dc19bd2 > files > 2

golang-github-shurcool-events-0-0.2.mga7.src.rpm

# Run tests in check section
%bcond_without check

%global goipath         github.com/shurcooL/events
%global commit          6abd29112cdf75ad0172e0df89764bf3a9b7a5c7

%global common_description %{expand:
Events service definition for Go.}

%gometa

Name:           %{goname}
Version:        0
Release:        0.2%{?dist}
Summary:        Events service definition for Go
Group:          Development/Other
License:        MIT
URL:            %{gourl}
Source0:        %{gosource}
BuildArch:      noarch

BuildRequires: golang(github.com/google/go-github/github)
BuildRequires: golang(github.com/shurcooL/githubql)
BuildRequires: golang(github.com/shurcooL/users)
BuildRequires: golang(github.com/shurcooL/webdavfs/vfsutil)
BuildRequires: golang(golang.org/x/net/webdav)

%description
%{common_description}


%package devel
Summary:       %{summary}

%description devel
%{common_description}

This package contains library source intended for
building other packages which use import path with
%{goipath} prefix.


%prep
%forgeautosetup


%install
%goinstall


%if %{with check}
%check
%gochecks
%endif


%files devel -f devel.file-list
%license LICENSE
%doc README.md




%changelog
* Tue Nov 27 2018 pterjan <pterjan> 0-0.2.mga7
+ Revision: 1336098
- imported package golang-github-shurcool-events