[rubygem-rails/f20] Fix license in -doc subpackage

Josef Stribny jstribny at fedoraproject.org
Wed Feb 5 14:41:50 UTC 2014


commit af40ec2033eca01ff88e7431ccf751ebf0174049
Author: Josef Stribny <jstribny at redhat.com>
Date:   Wed Feb 5 11:55:11 2014 +0100

    Fix license in -doc subpackage

 rubygem-rails.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/rubygem-rails.spec b/rubygem-rails.spec
index 9db7ec5..f4bd293 100644
--- a/rubygem-rails.spec
+++ b/rubygem-rails.spec
@@ -6,7 +6,7 @@ Summary: Web-application framework
 Name: rubygem-%{gem_name}
 Epoch: 1
 Version: 4.0.0
-Release: 2%{?dist}
+Release: 3%{?dist}
 Group: Development/Languages
 License: MIT
 URL: http://www.rubyonrails.org
@@ -37,6 +37,8 @@ Oracle with eRuby- or Builder-based templates.
 %package doc
 Summary: Documentation for %{name}
 Group: Documentation
+# SyntaxHighlighter is dual licensed under the MIT and GPL licenses
+License: MIT and (MIT or GPL+)
 Requires: %{name} = %{epoch}:%{version}-%{release}
 BuildArch: noarch
 
@@ -61,6 +63,9 @@ This package contains documentation for %{name}.
 %doc %{gem_instdir}/guides
 
 %changelog
+* Wed Feb 05 2014 Josef Stribny <jstribny at redhat.com> - 1:4.0.0-3
+- Fix license in -doc subpackage
+
 * Mon Aug 12 2013 Josef Stribny <jstribny at redhat.com> - 1:4.0.0-2
 - Fix: -doc subpackage requires
 


More information about the scm-commits mailing list