[rubygem-sdoc] Add Ruby license to licences

Josef Stribny jstribny at fedoraproject.org
Thu Mar 5 10:14:08 UTC 2015


commit 2227457024920c087ca9532660ad378df4c08c5f
Author: Josef Stribny <jstribny at redhat.com>
Date:   Thu Mar 5 11:13:59 2015 +0100

    Add Ruby license to licences

 rubygem-sdoc.spec | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/rubygem-sdoc.spec b/rubygem-sdoc.spec
index f7d9795..852b4f6 100644
--- a/rubygem-sdoc.spec
+++ b/rubygem-sdoc.spec
@@ -3,13 +3,13 @@
 
 Name: rubygem-%{gem_name}
 Version: 0.4.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: RDoc generator to build searchable HTML documentation for Ruby code
 Group: Development/Languages
 # License needs to take RDoc and Darkfish into account apparantly
 # https://github.com/voloko/sdoc/issues/27
-# SDoc itself is MIT, RDoc part is GPLv2 and Darkfish is BSD
-License: MIT and GPLv2 and BSD
+# SDoc itself is MIT, RDoc part is (GPLv2 or Ruby) and Darkfish is BSD
+License: MIT and (GPLv2 or Ruby) and BSD
 URL: http://github.com/voloko/sdoc
 # Let's build the gem on the latest stable release to avoid confusion
 Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
@@ -102,6 +102,9 @@ popd
 %{gem_instdir}/spec
 
 %changelog
+* Thu Mar 05 2015 Josef Stribny <jstribny at redhat.com> - 0.4.1-2
+- Add Ruby license to licences
+
 * Mon Aug 18 2014 Josef Stribny <jstribny at redhat.com> - 0.4.1-1
 - Update to 0.4.1
 


More information about the scm-commits mailing list