Accepting request 504044 from home:darix:apps
- fix gem2rpm.yml syntax OBS-URL: https://build.opensuse.org/request/show/504044 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-puma?expand=0&rev=68
This commit is contained in:
committed by
Git OBS Bridge
parent
5bfd297d67
commit
9b28ae800e
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 5 01:16:01 UTC 2017 - mrueckert@suse.de
|
||||
|
||||
- fix gem2rpm.yml syntax
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 6 05:40:02 UTC 2017 - coolo@suse.com
|
||||
|
||||
|
||||
+3
-2
@@ -32,14 +32,15 @@ Release: 0
|
||||
BuildRequires: openssl-devel
|
||||
# /MANUAL
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: ruby-macros >= 5
|
||||
BuildRequires: %{rubydevel >= 1.9.3}
|
||||
BuildRequires: %{rubygem gem2rpm}
|
||||
BuildRequires: %{rubygem rdoc > 3.10}
|
||||
BuildRequires: ruby-macros >= 5
|
||||
BuildRequires: update-alternatives
|
||||
Url: http://puma.io
|
||||
Source: http://rubygems.org/gems/%{mod_full_name}.gem
|
||||
Source1: gem2rpm.yml
|
||||
Source1: rubygem-puma-rpmlintrc
|
||||
Source2: gem2rpm.yml
|
||||
Summary: Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Languages/Ruby
|
||||
|
||||
+4
-2
@@ -15,8 +15,6 @@
|
||||
# ## used by gem2rpm
|
||||
# :disable_automatic_rdoc_dep: true
|
||||
# ## used by gem2rpm
|
||||
:preamble: |-
|
||||
BuildRequires: openssl-devel
|
||||
# BuildRequires: foobar
|
||||
# Requires: foobar
|
||||
# ## used by gem2rpm
|
||||
@@ -69,3 +67,7 @@
|
||||
# :post: |-
|
||||
# /bin/echo foo
|
||||
#
|
||||
:preamble: |-
|
||||
BuildRequires: openssl-devel
|
||||
:sources:
|
||||
- rubygem-puma-rpmlintrc
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
addFilter("devel-file-in-non-devel-package")
|
||||
Reference in New Issue
Block a user