|
|
@ -2,8 +2,8 @@
|
|
|
|
%global gem_name public_suffix
|
|
|
|
%global gem_name public_suffix
|
|
|
|
|
|
|
|
|
|
|
|
Name: rubygem-%{gem_name}
|
|
|
|
Name: rubygem-%{gem_name}
|
|
|
|
Version: 3.0.1
|
|
|
|
Version: 4.0.5
|
|
|
|
Release: 6%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Domain name parser based on the Public Suffix List
|
|
|
|
Summary: Domain name parser based on the Public Suffix List
|
|
|
|
# MPLv2.0: %%{gem_instdir}/data/list.txt
|
|
|
|
# MPLv2.0: %%{gem_instdir}/data/list.txt
|
|
|
|
License: MIT and MPLv2.0
|
|
|
|
License: MIT and MPLv2.0
|
|
|
@ -69,18 +69,23 @@ popd
|
|
|
|
%exclude %{gem_instdir}/public_suffix.gemspec
|
|
|
|
%exclude %{gem_instdir}/public_suffix.gemspec
|
|
|
|
%exclude %{gem_cache}
|
|
|
|
%exclude %{gem_cache}
|
|
|
|
%{gem_spec}
|
|
|
|
%{gem_spec}
|
|
|
|
|
|
|
|
%exclude %{gem_instdir}/test/.empty
|
|
|
|
|
|
|
|
%exclude %{gem_instdir}/codecov.yml
|
|
|
|
|
|
|
|
|
|
|
|
%files doc
|
|
|
|
%files doc
|
|
|
|
%doc %{gem_docdir}
|
|
|
|
%doc %{gem_docdir}
|
|
|
|
%doc %{gem_instdir}/2.0-Upgrade.md
|
|
|
|
%doc %{gem_instdir}/2.0-Upgrade.md
|
|
|
|
%doc %{gem_instdir}/CHANGELOG.md
|
|
|
|
%doc %{gem_instdir}/CHANGELOG.md
|
|
|
|
|
|
|
|
%doc %{gem_instdir}/SECURITY.md
|
|
|
|
%{gem_instdir}/Gemfile
|
|
|
|
%{gem_instdir}/Gemfile
|
|
|
|
%doc %{gem_instdir}/README.md
|
|
|
|
%doc %{gem_instdir}/README.md
|
|
|
|
%{gem_instdir}/Rakefile
|
|
|
|
%{gem_instdir}/Rakefile
|
|
|
|
%{gem_instdir}/test
|
|
|
|
%{gem_instdir}/test
|
|
|
|
%exclude %{gem_instdir}/test/.empty
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Jun 05 2020 Pavel Valena <pvalena@redhat.com> - 4.0.5-1
|
|
|
|
|
|
|
|
- Update to public_suffix 4.0.5.
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.1-6
|
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.1-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|