# Generated by go2rpm 1 %bcond_without check # https://github.com/magefile/mage %global goipath github.com/magefile/mage Version: 1.11.0 %gometa %global common_description %{expand: A Make/rake-like dev tool using Go.} %global golicenses LICENSE %global godocs README.md CONTRIBUTING.md CODE_OF_CONDUCT.md Name: %{goname} Release: 4%{?dist} Summary: A Make/rake-like dev tool using Go License: ASL 2.0 URL: %{gourl} Source0: %{gosource} Patch0: 000-remove-go-modules-test.patch %description %{common_description} %gopkg %prep %goprep %patch0 -p1 %build export GOLDFLAGS="-X github.com/magefile/mage/mage.timestamp=${SOURCE_DATE_EPOCH} -X github.com/magefile/mage/mage.gitTag=%{tag} " %gobuild -o %{gobuilddir}/bin/mage %{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 CONTRIBUTING.md CODE_OF_CONDUCT.md %{_bindir}/* %gopkgfiles %changelog * Thu Jan 20 2022 Fedora Release Engineering - 1.11.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering - 1.11.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jan 26 2021 Fedora Release Engineering - 1.11.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Sun Jan 3 13:43:01 CET 2021 Robert-André Mauchin - 1.11.0-1 - Update to 1.11.0 - Close: rhbz#1911469 * Sat Aug 01 2020 Fedora Release Engineering - 1.10.0-3 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Mon Jul 27 2020 Fedora Release Engineering - 1.10.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Thu Jul 09 16:37:05 CEST 2020 Andreas Gerstmayr - 1.10.0-1 - Initial package