Blame golang-github-npat-efault-poller.spec

86c5036
# Generated by go2rpm 1
86c5036
%bcond_without check
86c5036
86c5036
# https://github.com/npat-efault/poller
86c5036
%global goipath         github.com/npat-efault/poller
86c5036
Version:                2.0.0
86c5036
86c5036
%gometa
86c5036
86c5036
%global common_description %{expand:
86c5036
An epoll(7)-based file-descriptor multiplexer.}
86c5036
86c5036
%global golicenses      LICENSE.txt
86c5036
%global godocs          README.md
86c5036
86c5036
Name:           %{goname}
86c5036
Release:        1%{?dist}
86c5036
Summary:        An epoll(7)-based file-descriptor multiplexer
86c5036
86c5036
License:        BSD
86c5036
URL:            %{gourl}
86c5036
Source0:        %{gosource}
86c5036
86c5036
%description
86c5036
%{common_description}
86c5036
86c5036
%gopkg
86c5036
86c5036
%prep
86c5036
%goprep
86c5036
86c5036
%install
86c5036
%gopkginstall
86c5036
0e44a52
%ifnarch ppc64le
48f30c6
%if %{with check} 
86c5036
%check
86c5036
%gocheck
86c5036
%endif
48f30c6
%endif
86c5036
86c5036
%gopkgfiles
86c5036
86c5036
%changelog
86c5036
* Sun Sep 06 2020 Fabian Affolter <mail@fabian-affolter.ch> - 2.0.0-1
86c5036
- Initial package