Blob Blame History Raw
# https://github.com/tv42/httpunix
%global goipath         github.com/tv42/httpunix
%global commit          b75d8614f926c077e48d85f1f8f7885b758c6225

%global common_description %{expand:
Go library to talk HTTP over Unix domain sockets.}

%gometa

Name:           %{goname}
Version:        0
Release:        0.1%{?dist}
Summary:        Go library to talk HTTP over Unix domain sockets 
# Detected licences
# - Expat License at 'LICENSE'
License:        MIT
URL:            %{gourl}
Source0:        %{gosource}

%description
%{common_description}


%package devel
Summary:       %{summary}
BuildArch:     noarch

%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


%check
%gochecks


%files devel -f devel.file-list
%license LICENSE


%changelog
* Tue Mar 05 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.1.20190305gitb75d861
- First package for Fedora