# Generated by go2rpm 1 %bcond_without check # https://github.com/weppos/publicsuffix-go %global goipath github.com/weppos/publicsuffix-go Version: 0.13.0 %gometa %global common_description %{expand: The package publicsuffix provides a Go domain name parser based on the Public Suffix List.} %global golicenses LICENSE.txt %global godocs CHANGELOG.md README.md Name: %{goname} Release: 7%{?dist} Summary: Domain name parser for Go based on the Public Suffix List License: MIT URL: %{gourl} Source0: %{gosource} BuildRequires: golang(github.com/google/go-github/github) BuildRequires: golang(golang.org/x/net/idna) %if %{with check} # Tests BuildRequires: golang(golang.org/x/net/publicsuffix) %endif %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Thu Jan 19 2023 Fedora Release Engineering - 0.13.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Wed Aug 10 2022 Maxwell G - 0.13.0-6 - Rebuild to fix FTBFS * Thu Jul 21 2022 Fedora Release Engineering - 0.13.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jan 20 2022 Fedora Release Engineering - 0.13.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering - 0.13.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jan 26 2021 Fedora Release Engineering - 0.13.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Tue Aug 04 18:36:26 CEST 2020 Robert-André Mauchin - 0.13.0-1 - Update to 0.13.0 * Mon Jul 27 2020 Fedora Release Engineering - 0.5.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jan 29 2020 Fedora Release Engineering - 0.5.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Aug 01 01:22:50 CEST 2019 Robert-André Mauchin - 0.5.0-1 - Initial package