# Generated by go2rpm %bcond_without check # https://github.com/PuerkitoBio/urlesc %global goipath github.com/PuerkitoBio/urlesc %global commit de5bf2ad457846296e2031421a34e2568e304e35 %gometa %global common_description %{expand: Package urlesc implements query escaping as per RFC 3986. It contains some parts of the net/url package, modified so as to allow some reserved characters incorrectly escaped by net/url.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 0.9%{?dist} Summary: Proper URL escaping as per RFC3986 # Upstream license specification: BSD-3-Clause License: BSD URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu May 09 22:00:08 CEST 2019 Robert-André Mauchin - 0-0.9.20190509gitde5bf2a - Bump to commit de5bf2ad457846296e2031421a34e2568e304e35 * Thu Jan 31 2019 Fedora Release Engineering - 0-0.8.git5bd2802 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering - 0-0.7.git5bd2802 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 07 2018 Fedora Release Engineering - 0-0.6.git5bd2802 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Aug 02 2017 Fedora Release Engineering - 0-0.5.git5bd2802 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 0-0.4.git5bd2802 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Mon Mar 06 2017 Athos Ribeiro - 0-0.3.git5bd2802 - Update to newer revision - Change license to BSD - Change package namespace as upstream did - Recreated the package with gofed 1.0 * Thu Dec 10 2015 Fabio Alessandro Locati - 0-0.2.git5fa9ff0 - Fix problems pointed out by jchaloup - Recreated the package with gofed 0.10 * Sun Mar 29 2015 Fabio Alessandro Locati - 0-0.1.git5fa9ff0 - First package for Fedora