# 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: 2%{?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 * Fri May 24 16:40:07 CEST 2019 Robert-André Mauchin - 1.2.0-2 - Update to new macros * Sun Feb 10 2019 Elliott Sales de Andrade - 1.2.0-1 - First package for Fedora