# Generated by go2rpm %bcond_without check # https://github.com/axgle/mahonia %global goipath github.com/axgle/mahonia %global commit 3358181d7394e26beccfae0ffde05193ef3be33a %gometa %global common_description %{expand: Mahonia is a character-set conversion library implemented in Go. All data is compiled into the executable; it doesn't need any external data files.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 0.6%{?dist} Summary: Character-set conversion library implemented in Go License: BSD URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %build for cmd in mahoniconv; 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 * Thu May 23 16:36:43 CEST 2019 Robert-André Mauchin - 0-0.6.20181112git3358181 - Update to new macros * Thu Jan 31 2019 Fedora Release Engineering - 0-0.5.git3358181 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Mon Nov 12 2018 Robert-André Mauchin - 0-0.4.20181112git3358181 - Bump to commit 3358181d7394e26beccfae0ffde05193ef3be33a - Update to new Go packaging * Fri Jul 13 2018 Fedora Release Engineering - 0-0.3.gitc528b74 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 07 2018 Fedora Release Engineering - 0-0.2.gitc528b74 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Mon Aug 7 2017 mosquito - 0.1-1 - Initial package build - First package for Fedora