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 CHANGED
@@ -15,7 +15,7 @@ if HAS_REMOTE_INSTALLER
15
15
  end
16
16
 
17
17
  module Gem2Rpm
18
- Gem2Rpm::VERSION = "0.8.3"
18
+ Gem2Rpm::VERSION = "0.8.4"
19
19
 
20
20
  if HAS_REMOTE_INSTALLER
21
21
  def self.find_download_url(name, version)
@@ -20,11 +20,10 @@ Requires: ruby(rubygems) <%= req %>
20
20
  Requires: rubygem(<%= d.name %>) <%= req %>
21
21
  <% end -%>
22
22
  <% end -%>
23
- BuildRequires: ruby(abi) = %{rubyabi}
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.3
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-02-27 00:00:00.000000000 Z
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"