summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVít Ondruch <vondruch@redhat.com>2017-04-07 13:32:36 +0200
committerVít Ondruch <vondruch@redhat.com>2017-04-07 13:32:36 +0200
commite70367e1d7582b47ef1c77f1c6fa237a8f49151a (patch)
treedfe25e9844122e7764259c7f0db47782ea0ccedd
parent653d4de6607d0c46d1d04881e9dac5fc71b64f05 (diff)
downloadrubygem-public_suffix-master.tar.gz
rubygem-public_suffix-master.tar.xz
rubygem-public_suffix-master.zip
Fix license fields.HEADmaster
-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