# Generated by go2rpm %bcond_without check # https://github.com/pelletier/go-buffruneio %global goipath github.com/pelletier/go-buffruneio Version: 0.2.0 %global commit 25c428535bd3f55a16f149a9daebd3fa4c5a562b %gometa %global common_description %{expand: Buffruneio provides rune-based buffered input.} %global golicenses LICENSE %global godocs README.md %global gosupfiles glide.lock glide.yaml Name: %{goname} Release: 1%{?dist} Summary: Wrapper around bufio to provide buffered runes access with unlimited unreads License: MIT URL: %{gourl} Source0: %{gosource} Source1: glide.yaml Source2: glide.lock %description %{common_description} %gopkg %prep %goprep cp %{S:1} %{S:2} . %install %gopkginstall # Remove in F33 # Remove erroneous glide.lock folder %pretrans devel -p path = "%{gopath}/src/%{goipath}/glide.lock" st = posix.stat(path) if st and st.type == "directory" then os.remove(path) end %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Sat Apr 27 23:08:24 CEST 2019 Robert-André Mauchin - 0.2.0-1.20190427git25c4285 - Bump to commit 25c428535bd3f55a16f149a9daebd3fa4c5a562b * Fri Feb 01 2019 Fedora Release Engineering - 0.2.0-0.8.gitc37440a - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Tue Oct 23 2018 Nicolas Mailhot - 0.2.0-0.7.gitc37440a - redhat-rpm-config-123 triggers bugs in gosetup, remove it from Go spec files as it’s just an alias - https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/RWD5YATAYAFWKIDZBB7EB6N5DAO4ZKFM/ * Fri Jul 13 2018 Fedora Release Engineering - 0.2.0-0.6.gitc37440a - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Jun 20 2018 Jan Chaloupka - 0.2.0-0.5.gitc37440a - Upload glide files * Wed Feb 07 2018 Fedora Release Engineering - 0.2.0-0.4.gitc37440a - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Aug 02 2017 Fedora Release Engineering - 0.2.0-0.3.gitc37440a - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 0.2.0-0.2.gitc37440a - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Mon Jun 26 2017 Jan Chaloupka - 0.2.0-0.1.gitc37440a - Update to v0.2.0 resolves: #1464885 * Fri Feb 10 2017 Fedora Release Engineering - 0-0.2.gitdf1e16f - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Thu Oct 20 2016 jchaloup - 0-0.1.gitdf1e16f - First package for Fedora resolves: #1387178