fpm 0.2.31 → 0.2.32

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.
Binary file
data/templates/rpm.erb CHANGED
@@ -56,12 +56,13 @@ Obsoletes: <%= repl %>
56
56
  <%= description.gsub(/^\s*$/, " .") %>
57
57
 
58
58
  %prep
59
- echo "PREP"
60
- pwd
61
- tar -zvxf %SOURCE0
59
+ # noop
62
60
 
63
61
  %build
64
- #noop
62
+ # some rpm implementations delete the build dir and then recreate it by
63
+ # default, for some reason. Whatever, let's work around it.
64
+ cd $RPM_BUILD_ROOT
65
+ tar -zvxf %SOURCE0
65
66
 
66
67
  %install
67
68
  #noop
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fpm
3
3
  version: !ruby/object:Gem::Version
4
- hash: 41
4
+ hash: 87
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 31
10
- version: 0.2.31
9
+ - 32
10
+ version: 0.2.32
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jordan Sissel
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-06-08 00:00:00 -07:00
18
+ date: 2011-06-09 00:00:00 -07:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -42,31 +42,32 @@ extensions: []
42
42
  extra_rdoc_files: []
43
43
 
44
44
  files:
45
+ - lib/rpm/tag.rb
46
+ - lib/rpm/namespace.rb
47
+ - lib/rpm/lead.rb
48
+ - lib/rpm/header.rb
49
+ - lib/rpm/rpmfile.rb
45
50
  - lib/fpm/builder.rb
51
+ - lib/fpm/errors.rb
46
52
  - lib/fpm/flags.rb
53
+ - lib/fpm/namespace.rb
47
54
  - lib/fpm/source.rb
48
55
  - lib/fpm/rubyfixes.rb
49
- - lib/fpm/errors.rb
50
- - lib/fpm/target/deb.rb
51
- - lib/fpm/target/rpm.rb
52
- - lib/fpm/package.rb
53
- - lib/fpm/namespace.rb
54
56
  - lib/fpm/source/python.rb
55
- - lib/fpm/source/pyfpm/__init__.py
56
- - lib/fpm/source/pyfpm/get_metadata.py
57
- - lib/fpm/source/tar.rb
57
+ - lib/fpm/source/npm.rb
58
58
  - lib/fpm/source/dir.rb
59
59
  - lib/fpm/source/rpm.rb
60
- - lib/fpm/source/npm.rb
60
+ - lib/fpm/source/pyfpm/__init__.pyc
61
+ - lib/fpm/source/pyfpm/get_metadata.pyc
62
+ - lib/fpm/source/pyfpm/get_metadata.py
63
+ - lib/fpm/source/pyfpm/__init__.py
64
+ - lib/fpm/source/tar.rb
61
65
  - lib/fpm/source/gem.rb
66
+ - lib/fpm/target/deb.rb
67
+ - lib/fpm/target/rpm.rb
62
68
  - lib/fpm/program.rb
69
+ - lib/fpm/package.rb
63
70
  - lib/fpm.rb
64
- - lib/rpm/rpmfile.rb
65
- - lib/rpm/tag.rb
66
- - lib/rpm/lead.rb
67
- - lib/rpm/xulrunner-1.9.2.10-1.fc14.1.x86_64.rpm
68
- - lib/rpm/header.rb
69
- - lib/rpm/namespace.rb
70
71
  - bin/fpm
71
72
  - bin/fpm-npm
72
73
  - templates/rpm.erb