Fix license fields.

epel9
Vít Ondruch 8 years ago
parent 2cc18b11da
commit 265ef8b1e0

@ -3,10 +3,10 @@
Name: rubygem-%{gem_name}
Version: 2.0.5
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Domain name parser based on the Public Suffix List
# MPLv2.0: %%{gem_instdir}/data/list.txt
License: MIT or MPLv2.0
License: MIT and MPLv2.0
URL: https://simonecarletti.com/code/publicsuffix-ruby
Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
BuildRequires: ruby(release)
@ -24,7 +24,7 @@ domain and subdomains.
%package doc
Summary: Documentation for %{name}
# Public Domain: %%{gem_instdir}/test/tests.txt
License: MIT or Public Domain
License: MIT and Public Domain
Requires: %{name} = %{version}-%{release}
BuildArch: noarch
@ -82,5 +82,8 @@ popd
%{gem_instdir}/test
%changelog
* Fri Apr 07 2017 Vít Ondruch <vondruch@redhat.com> - 2.0.5-2
- Fix license fields.
* Thu Apr 06 2017 Vít Ondruch <vondruch@redhat.com> - 2.0.5-1
- Initial package

Loading…
Cancel
Save