# Generated by go2rpm %bcond_without check # https://github.com/mvo5/uboot-go %global goipath github.com/mvo5/uboot-go Version: 0.4 %global tag 0.4 %gometa %global common_description %{expand: Small Go package/app to read/write uboot env files that contain crc32 + 1 byte padding. Unlike fw_{set,print}env it does not needs a /etc/fw_env.config config file..} %global golicenses COPYING %global godocs README.md Name: %{goname} Release: 1%{?dist} Summary: Read uboot environment via Go License: MIT URL: %{gourl} Source0: %{gosource} %if %{with check} # Tests BuildRequires: golang(gopkg.in/check.v1) %endif %description %{common_description} %gopkg %prep %goprep %build %gobuild -o %{gobuilddir}/bin/uboot-go %{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 COPYING %doc README.md %{_bindir}/* %gopkgfiles %changelog * Thu May 30 17:24:28 CEST 2019 Robert-André Mauchin - 0.4-1 - Release 0.4 * Fri Feb 01 2019 Fedora Release Engineering - 0-0.8.git5927df7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering - 0-0.7.git5927df7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 07 2018 Fedora Release Engineering - 0-0.6.git5927df7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Aug 02 2017 Fedora Release Engineering - 0-0.5.git5927df7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 0-0.4.git5927df7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Feb 10 2017 Fedora Release Engineering - 0-0.3.git5927df7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Sun Aug 07 2016 Zygmunt Krynicki - 0-0.2.git5927df7 - Updated to latest upstream snapshot correspodning to upstream 0.4 release. * Fri Jun 10 2016 Zygmunt Krynicki - 0-0.1.git361f6eb - First package for Fedora