forked from pool/rubygem-gem2rpm
Accepting request 417738 from devel:languages:ruby
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/417738 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-gem2rpm?expand=0&rev=21
This commit is contained in:
commit
0b848ad8c5
26
0001-Also-tag-APACHE-LICENSE-2.0-as-docfile.patch
Normal file
26
0001-Also-tag-APACHE-LICENSE-2.0-as-docfile.patch
Normal file
@ -0,0 +1,26 @@
|
||||
From ee81c7f09669db9e6898df5bf36ac6c102d0d615 Mon Sep 17 00:00:00 2001
|
||||
From: Thomas Bechtold <tbechtold@suse.com>
|
||||
Date: Mon, 18 Jul 2016 10:12:29 +0200
|
||||
Subject: [PATCH] Also tag APACHE-LICENSE-2.0 as docfile
|
||||
|
||||
Some packages (e.g. rubygem-apipie-rails) name it that way
|
||||
---
|
||||
templates/opensuse.spec.erb | 2 ++
|
||||
1 file changed, 2 insertions(+)
|
||||
|
||||
diff --git a/templates/opensuse.spec.erb b/templates/opensuse.spec.erb
|
||||
index 22c4647..5b62b26 100644
|
||||
--- a/templates/opensuse.spec.erb
|
||||
+++ b/templates/opensuse.spec.erb
|
||||
@@ -118,6 +118,8 @@ PreReq: update-alternatives
|
||||
license
|
||||
license-mit
|
||||
mit-license
|
||||
+ apache-license-2.0
|
||||
+ license-apache-2.0
|
||||
changelog
|
||||
news
|
||||
release_notes
|
||||
--
|
||||
2.9.0
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 18 08:29:08 UTC 2016 - tbechtold@suse.com
|
||||
|
||||
- add 0001-Also-tag-APACHE-LICENSE-2.0-as-docfile.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 6 06:54:21 UTC 2016 - coolo@suse.com
|
||||
|
||||
|
@ -64,6 +64,7 @@ Patch13: 0015-Add-licence-to-the-list-of-license-files-as-well.patch
|
||||
Patch14: 0016-add-two-more-ways-to-express-changes.patch
|
||||
Patch15: 0009-No-longer-require-the-ruby-version-inside-the-subpac.patch
|
||||
Patch16: 0017-touch-unpacked-sources.patch
|
||||
Patch17: 0001-Also-tag-APACHE-LICENSE-2.0-as-docfile.patch
|
||||
Summary: Generate rpm specfiles from gems
|
||||
License: GPL-2.0+
|
||||
Group: Development/Languages/Ruby
|
||||
@ -92,6 +93,7 @@ The spec file tries to follow the gem as closely as possible
|
||||
%patch14 -p1
|
||||
%patch15 -p1
|
||||
%patch16 -p1
|
||||
%patch17 -p1
|
||||
%build
|
||||
%gem_build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user