# Generated by go2rpm %bcond_without check # https://github.com/bgentry/go-netrc %global goipath github.com/bgentry/go-netrc %global commit 9fd32a8b3d3d3f9d43c341bfe098430e07609480 %gometa %global common_description %{expand: A Golang package for reading and writing netrc files. This package can parse netrc files, make changes to them, and then serialize them back to netrc format, while preserving any whitespace that was present in the source file.} %global golicenses LICENSE %global godocs README.md examples Name: %{goname} Version: 0 Release: 0.8%{?dist} Summary: Netrc file parser for Go programming language License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Fri May 24 14:21:58 CEST 2019 Robert-André Mauchin - 0-0.8.20181112git9fd32a8 - Update to new macros * Thu Jan 31 2019 Fedora Release Engineering - 0-0.7.git9fd32a8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Mon Nov 12 2018 Robert-André Mauchin - 0-0.6.20181112git9fd32a8 - Update to new Go packaging * Fri Jul 13 2018 Fedora Release Engineering - 0-0.5.20140422git9fd32a8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 07 2018 Fedora Release Engineering - 0-0.4.20140422git9fd32a8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Aug 30 2017 Elliott Sales de Andrade 0-0.3.20140422git9fd32a8 - Add commit date to release. * Fri Aug 18 2017 Elliott Sales de Andrade 0-0.2.git9fd32a8 - Fix summary line. - Add documentation to subpackage. * Sun May 15 2016 Igor Gnatenko - 0-0.1.git9fd32a8 - Initial package