Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-release-src > by-pkgid > 6e365f9225bdee6d5afa8a7fa6e1c985 > files > 4

golang-github-kr-fs-0.1.0-1.mga7.src.rpm

# http://github.com/kr/fs
%global goipath         github.com/kr/fs
Version:                0.1.0

%gometa

Name:           %{goname}
Release:        1%{?dist}
Summary:        Provides Go filesystem-related functions
Group:          Development/Other
License:        BSD
URL:            %{gourl}
Source0:        %{gosource}
Source1:        glide.yaml
Source2:        glide.lock
BuildArch:      noarch

%description
%{summary}

%package devel
Summary:       %{summary}

%description devel
%{summary}

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

%prep
%forgesetup
cp %{SOURCE1} %{SOURCE2} .

%install
%goinstall glide.lock glide.yaml

%check
%gochecks

#define license tag if not already defined
%{!?_licensedir:%global license %doc}

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



%changelog
* Mon Nov 26 2018 pterjan <pterjan> 0.1.0-1.mga7
+ Revision: 1335407
- imported package golang-github-kr-fs