Blob Blame History Raw
# Generated by go2rpm 1
%bcond_with check

# https://github.com/howeyc/fsnotify
%global goipath         github.com/howeyc/fsnotify
Version:                0.9.0
%global commit          f0c08ee9c60704c1879025f2ae0ff3e000082c13

%gometa

%global common_description %{expand:
File system notification for Go.}

%global golicenses      LICENSE
%global godocs          AUTHORS CHANGELOG.md CONTRIBUTING.md README.md

Name:           %{goname}
Release:        1%{?dist}
Summary:        File system notification for Go

# Upstream license specification: BSD-3-Clause
License:        BSD
URL:            %{gourl}
Source0:        %{gosource}

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

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

%gopkgfiles

%changelog
* Tue Aug 11 21:26:01 CEST 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0.9.0-1.20200811gitf0c08ee
- Initial package