# Generated by go2rpm %bcond_without check # https://github.com/eknkc/amber %global goipath github.com/eknkc/amber %global commit cdade1c073850f4ffc70a829e31235ea6892853b %gometa %global common_description %{expand: Amber is an elegant templating engine for Go Programming Language It is inspired from HAML and Jade} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 0.10%{?dist} Summary: Elegant templating engine for Go Programming Language License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %build for cmd in amberc; do %gobuild -o %{gobuilddir}/bin/$(basename $cmd) %{goipath}/$cmd done %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 * Sat Jun 01 23:38:16 CEST 2019 Robert-André Mauchin - 0-0.10.20190601gitcdade1c - Update to new macros * Fri Feb 01 2019 Fedora Release Engineering - 0-0.9.gitcdade1c - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering - 0-0.8.gitcdade1c - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Mon Feb 19 2018 Athos Ribeiro - 0-0.7.gitcdade1c - Update packaged revision * Wed Feb 07 2018 Fedora Release Engineering - 0-0.6.gitd15eb99 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Aug 02 2017 Fedora Release Engineering - 0-0.5.gitd15eb99 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 0-0.4.gitd15eb99 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Mar 11 2017 Athos Ribeiro - 0-0.3.gitd15eb99 - Update to new commit to use new LICENSE file - Remove empty conditionals * Mon Mar 06 2017 Athos Ribeiro - 0-0.2.git9be5e8a - Update packaged revision - Run test suite - Peovide a separate LICENSE file * Thu Dec 10 2015 Fabio Alessandro Locati - 0-0.1.git144da19 - First package for Fedora