## START: Set by rpmautospec ## (rpmautospec version 0.3.5) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec # Generated by go2rpm 1.9.0 %bcond_without check # https://github.com/tilt-dev/fsnotify %global goipath github.com/tilt-dev/fsnotify Version: 1.4.7 %global commit fff9c274a375301ae46812f257aa68393790c45b %gometa %global common_description %{expand: Cross-platform file system notifications for Go.} %global golicenses LICENSE %global godocs CONTRIBUTING.md AUTHORS README.md CHANGELOG.md Name: %{goname} Release: %autorelease Summary: Cross-platform file system notifications for Go License: BSD-3-Clause URL: %{gourl} Source: %{gosource} BuildRequires: golang(golang.org/x/sys/unix) %description %{common_description} %gopkg %prep %goprep %autopatch -p1 %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Tue May 23 2023 John Doe - 1.4.7-1 - Uncommitted changes