Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > 2b97fff27f849375dda414be3cb4e684 > files > 1

golang-github-shurcool-home-0-0.1.mga7.src.rpm

# Run tests in check section
%bcond_without check

%global goipath         github.com/shurcooL/home
%global commit          80b7ffcb30f96505d4bc10546d8cd3008bba0fd4

%global common_description %{expand:
Custom HTTP framework for Go.}

%gometa

Name:           %{goname}
Version:        0
Release:        0.1%{?dist}
Summary:        Custom HTTP framework for Go
Group:          Development/Other
License:        MIT
URL:            %{gourl}
Source0:        %{gosource}
BuildArch:      noarch

BuildRequires: golang(github.com/shurcooL/httperror)
BuildRequires: golang(github.com/shurcooL/users)
BuildRequires: golang(github.com/shurcooL/htmlg)
BuildRequires: golang(github.com/shurcooL/octicon)
BuildRequires: golang(golang.org/x/net/html)
BuildRequires: golang(golang.org/x/net/html/atom)

%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

# We're only interested in httputil and component
find ./* -maxdepth 0 -not -name "httputil" -and -not -name "component" -and -not -name "README.md" -exec rm -rf "{}" \;


%install
%goinstall


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


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




%changelog
* Sun Nov 25 2018 pterjan <pterjan> 0-0.1.mga7
+ Revision: 1334692
- imported package golang-github-shurcool-home