summaryrefslogtreecommitdiffstats
path: root/rubygem-public_suffix.spec
diff options
context:
space:
mode:
Diffstat (limited to 'rubygem-public_suffix.spec')
-rw-r--r--rubygem-public_suffix.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/rubygem-public_suffix.spec b/rubygem-public_suffix.spec
index c1a69b4..5f0381b 100644
--- a/rubygem-public_suffix.spec
+++ b/rubygem-public_suffix.spec
@@ -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