[packages/ruby-omnibus] up to 1.3.0
glen
glen at pld-linux.org
Sat Jan 11 02:50:12 CET 2014
commit 1e2b959e1b7b97ff5d11b1f02a597d1c5b5dae37
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Sat Jan 11 03:49:58 2014 +0200
up to 1.3.0
ruby-omnibus.spec | 21 ++++++++++-----------
1 file changed, 10 insertions(+), 11 deletions(-)
---
diff --git a/ruby-omnibus.spec b/ruby-omnibus.spec
index 03b6ba4..85db709 100644
--- a/ruby-omnibus.spec
+++ b/ruby-omnibus.spec
@@ -5,12 +5,12 @@
%define pkgname omnibus
Summary: Omnibus helps you build self-installing, full-stack software builds
Name: ruby-%{pkgname}
-Version: 1.0.4
-Release: 2
+Version: 1.3.0
+Release: 1
License: Apache v2.0
Group: Development/Languages
Source0: http://rubygems.org/downloads/%{pkgname}-%{version}.gem
-# Source0-md5: 4ae9235161a1553a87abca21f6672414
+# Source0-md5: 731632866980ca85133c96ef5bc1e8a8
Patch0: makeself-path.patch
Patch1: omnibus-pld.patch
URL: https://github.com/opscode/omnibus-ruby
@@ -21,12 +21,12 @@ BuildRequires: sed >= 4.0
BuildRequires: ruby-rspec
BuildRequires: ruby-rspec_junit_formatter
%endif
-Requires: ruby-fpm < 0.5
-Requires: ruby-fpm >= 0.4.33
-Requires: ruby-mixlib-config < 1.2
-Requires: ruby-mixlib-config >= 1.1.2
-Requires: ruby-mixlib-shellout < 2
-Requires: ruby-mixlib-shellout >= 1.0
+Requires: ruby-fpm < 1.1
+Requires: ruby-fpm >= 1.0.0
+Requires: ruby-mixlib-config < 2.2
+Requires: ruby-mixlib-config >= 2.1.0
+Requires: ruby-mixlib-shellout < 1.4
+Requires: ruby-mixlib-shellout >= 1.3.0
Requires: ruby-ohai >= 0.6.12
Requires: ruby-rake >= 0.9
Requires: ruby-thor >= 0.16.0
@@ -37,13 +37,12 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
Omnibus helps you build self-installing, full-stack software builds.
-
%prep
%setup -q -n %{pkgname}-%{version}
%{__sed} -i -e '1 s,#!.*ruby,#!%{__ruby},' bin/*
%patch0 -p1
%patch1 -p1
-
+
# move these to libdir, so they don't clobber system bin dir
chmod a-x bin/makeself*
mv bin/makeself* lib/%{pkgname}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ruby-omnibus.git/commitdiff/1e2b959e1b7b97ff5d11b1f02a597d1c5b5dae37
More information about the pld-cvs-commit
mailing list