Accepting request 104504 from devel:openSUSE:Factory:patch-license

patch license to follow spdx.org standard

OBS-URL: https://build.opensuse.org/request/show/104504
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby/ruby?expand=0&rev=26
This commit is contained in:
Factory Maintainer 2012-03-06 08:30:09 +00:00 committed by Git OBS Bridge
parent 507890b593
commit 9df7175785
2 changed files with 12 additions and 7 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 13 10:54:34 UTC 2012 - coolo@suse.com
- patch license to follow spdx.org standard
-------------------------------------------------------------------
Thu Dec 29 01:40:14 UTC 2011 - mrueckert@suse.de

View File

@ -26,7 +26,7 @@ Release: 0
%define rb_arch %(echo %{_target_cpu}-linux | sed -e "s/i686/i586/" -e "s/hppa2.0/hppa/" -e "s/ppc/powerpc/")
%define rb_ver %(echo %{pkg_version} | sed -e 's/\\\.[0-9]\\\+$//')
#
License: GPLv2+
License: GPL-2.0+
Group: Development/Languages/Ruby
#
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -116,7 +116,7 @@ Authors:
Yukihiro Matsumoto <matz@netlab.co.jp>
%package devel
License: GPLv2+
License: GPL-2.0+
Group: Development/Languages/Ruby
Summary: Development files to link against Ruby
Requires: %{name} = %{version}
@ -134,7 +134,7 @@ Authors:
Yukihiro Matsumoto <matz@netlab.co.jp>
%package tk
License: GPLv2+
License: GPL-2.0+
Group: Development/Languages/Ruby
Summary: TCL/TK bindings for Ruby
Requires: %{name} = %{version}
@ -148,7 +148,7 @@ Authors:
Yukihiro Matsumoto <matz@netlab.co.jp>
%package doc-ri
License: GPLv2+
License: GPL-2.0+
Group: Development/Languages/Ruby
Summary: Ruby Interactive Documentation
Requires: %{name} = %{version}
@ -165,7 +165,7 @@ Authors:
Yukihiro Matsumoto <matz@netlab.co.jp>
%package doc-html
License: GPLv2+
License: GPL-2.0+
Group: Development/Languages/Ruby
Summary: This package contains the HTML docs for ruby
Requires: %{name} = %{version}
@ -182,7 +182,7 @@ Authors:
Yukihiro Matsumoto <matz@netlab.co.jp>
%package examples
License: GPLv2+
License: GPL-2.0+
Group: Development/Languages/Ruby
Requires: %{name} = %{version}
Summary: Example scripts for ruby
@ -196,7 +196,7 @@ Authors:
Yukihiro Matsumoto <matz@netlab.co.jp>
%package test-suite
License: GPLv2+
License: GPL-2.0+
Group: Development/Languages/Ruby
Requires: %{name} = %{version}
Summary: An Interpreted Object-Oriented Scripting Language