Blob Blame History Raw
# Generated by go2rpm
%bcond_without check

# https://github.com/bep/debounce
%global goipath         github.com/bep/debounce
Version:                1.2.0

%gometa

%global common_description %{expand:
Package Debounce provides a debouncer func. The most typical use case would be
the user typing a text into a form; the UI needs an update, but let's wait for a
break.}

%global golicenses      LICENSE
%global godocs          README.md

Name:           %{goname}
Release:        4%{?dist}
Summary:        Debouncer written in Go

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

%description
%{common_description}

%gopkg

%prep
%goprep

%install
%gopkginstall

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

%gopkgfiles

%changelog
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

* Fri May 24 16:40:07 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 1.2.0-2
- Update to new macros

* Sun Feb 10 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.2.0-1
- First package for Fedora