# Generated by go2rpm 1.6.0 %bcond_without check # https://github.com/jrick/logrotate %global goipath github.com/jrick/logrotate Version: 1.0.0 %gometa %global common_description %{expand: Simple log rotator.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: Simple log rotator # Upstream license specification: BSD-2-Clause License: BSD URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %build %gobuild -o %{gobuilddir}/bin/logrotate %{goipath} %install %gopkginstall install -m 0755 -vd %{buildroot}%{_bindir} install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/ %if %{with check} %check %gocheck %endif %files %license LICENSE %doc README.md %{_bindir}/* %gopkgfiles %changelog * Sun Jun 26 2022 Maxwell G - 1.0.0-1 - Initial package