gem2rpm 0.8.3 → 0.8.4
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/gem2rpm.rb +1 -1
- data/templates/fedora-19-rawhide.spec.erb +1 -2
- metadata +2 -2
data/lib/gem2rpm.rb
CHANGED
@@ -20,11 +20,10 @@ Requires: ruby(rubygems) <%= req %>
|
|
20
20
|
Requires: rubygem(<%= d.name %>) <%= req %>
|
21
21
|
<% end -%>
|
22
22
|
<% end -%>
|
23
|
-
BuildRequires: ruby(
|
23
|
+
BuildRequires: ruby(release)
|
24
24
|
<% for req in spec.required_rubygems_version -%>
|
25
25
|
BuildRequires: rubygems-devel <%= req %>
|
26
26
|
<% end -%>
|
27
|
-
<%# TODO: Unfortunatelly this do not match with ruby(abi) yet -%>
|
28
27
|
<% for req in spec.required_ruby_version -%>
|
29
28
|
BuildRequires: ruby<%= "-devel" unless spec.extensions.empty? %> <%= req %>
|
30
29
|
<% end -%>
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gem2rpm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.8.
|
4
|
+
version: 0.8.4
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2013-
|
13
|
+
date: 2013-03-08 00:00:00.000000000 Z
|
14
14
|
dependencies: []
|
15
15
|
description: ! " Generate source rpms and rpm spec files from a Ruby Gem. \n The
|
16
16
|
spec file tries to follow the gem as closely as possible\n"
|