[rubygem-rails] Fix license in -doc subpackage

Josef Stribny jstribny at fedoraproject.org
Wed Feb 5 11:48:48 UTC 2014


commit f71b2f6bc37ac659de53c8ee166933a4e74f4d70
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 a4c028d..59f125c 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.2
-Release: 1%{?dist}
+Release: 2%{?dist}
 Group: Development/Languages
 License: MIT
 URL: http://www.rubyonrails.org
@@ -36,6 +36,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
 
@@ -60,6 +62,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.2-2
+- Fix license in -doc subpackage
+
 * Thu Dec 05 2013 Josef Stribny <jstribny at redhat.com> - 1:4.0.2-1
 - Update to Rails 4.0.2
 


More information about the scm-commits mailing list