rgem2rpm 1.4.9 → 1.4.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/conf/template.spec CHANGED
@@ -22,6 +22,7 @@ Packager: <%=packager%>
22
22
  Source: %{name}-%{version}.tar.gz
23
23
  Prefix: <%=installdir%>
24
24
  BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
25
+ AutoReqProv: no
25
26
  <%="BuildArch: noarch" unless buildarch.nil?%>
26
27
  <%="Requires: #{requires}" unless requires == ""%>
27
28
  <%="Conflicts: #{conflicts}" unless conflicts == ""%>
@@ -1,4 +1,4 @@
1
1
  # -*- encoding : utf-8 -*-
2
2
  module RGem2Rpm
3
- VERSION = '1.4.9'
3
+ VERSION = '1.4.10'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rgem2rpm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.9
4
+ version: 1.4.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-01-09 00:00:00.000000000 Z
12
+ date: 2013-01-31 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Application that enables conversion of rubygems to rpms.
15
15
  email: peixoto.joao@gmail.com