Blob Blame History Raw
# Generated by go2rpm
%bcond_without check

# https://github.com/MichaelTJones/walk
%global goipath         github.com/MichaelTJones/walk
%global commit          4748e29d5718c2df4028a6543edf86fd8cc0f881

%gometa

%global common_description %{expand:
Fast parallel version of golang filepath.Walk().}

%global golicenses      LICENSE
%global godocs          README.md

Name:           %{goname}
Version:        0
Release:        0.1%{?dist}
Summary:        Fast parallel version of Golang filepath.Walk()

License:        MIT
URL:            %{gourl}
Source0:        %{gosource}

%description
%{common_description}

%gopkg

%prep
%goprep
sed -e '0,/^Copyright (c) 2016 Michael T Jones/d' README.md > LICENSE

%install
%gopkginstall

%if %{with check}
%check
%gocheck
%endif

%gopkgfiles

%changelog
* Wed May 15 23:20:26 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0-0.1.20190701git4748e29
- Initial package