[rubygem-rhc/f17] Updated version 1.5.13

Guillermo Gómez gomix at fedoraproject.org
Sun Mar 24 00:29:26 UTC 2013


commit 1dc28b9c801eba0391f8e32dbee09447bf86e49b
Author: Guillermo Gómez <gomix at fedoraproject.org>
Date:   Sat Mar 23 19:59:14 2013 -0430

    Updated version 1.5.13

 .gitignore       |    1 +
 rubygem-rhc.spec |   24 +++++++++++++++++++++++-
 sources          |    2 +-
 3 files changed, 25 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 81f0562..7e63b3e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,4 @@
 /rhc-1.1.11.gem
 /rhc-1.2.7.gem
 /rhc-1.4.8.gem
+/rhc-1.5.13.gem
diff --git a/rubygem-rhc.spec b/rubygem-rhc.spec
index e340772..9c42e8f 100644
--- a/rubygem-rhc.spec
+++ b/rubygem-rhc.spec
@@ -12,14 +12,22 @@
 
 Summary:       OpenShift Express Client Tools
 Name:          rubygem-%{gem_name}
-Version:       1.4.8
+Version:       1.5.13
 Release:       1%{?dist}
 Group:         Development/Tools
 License:       MIT
 URL:           https://openshift.redhat.com/app/express
 Source0:       http://rubygems.org/downloads/%{gem_name}-%{version}.gem
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+%if 0%{?fedora} >= 19
+Requires:       ruby(release)
+%endif
+
+%if 0%{?fedora} >= 17 && 0%{?fedora} < 19
 Requires:      ruby(abi) = %{rubyabi}
+%endif
+
 Requires:      ruby(rubygems)
 Requires:      rubygem-archive-tar-minitar
 Requires:      rubygem-commander >= 4.0
@@ -69,6 +77,8 @@ export CONFIGURE_ARGS="--with-cflags='%{optflags}'"
 # gem install compiles any C extensions and installs into a directory
 # We set that to be a local directory so that we can move it into the
 # buildroot in %%install
+
+%if 0%{?fedora} >= 17 && 0%{?fedora} <= 18
 RHC_RPMBUILD=true gem install -V \
         --local \
         --install-dir ./%{gem_dir} \
@@ -76,6 +86,11 @@ RHC_RPMBUILD=true gem install -V \
         --force \
         --rdoc \
         %{gem_name}-%{version}.gem
+%endif
+
+%if 0%{?fedora} >= 19
+%gem_install
+%endif
 
 %check
 # Run tests
@@ -118,6 +133,13 @@ rm -rf %{buildroot}
 %doc %{gem_docdir}
 
 %changelog
+* Sat Mar 23 2013 Guillermo Gomez <gomix at fedoraproject.org> - 1.5.13-1
+- Updated to version 1.5.13
+- More spec tweaks for new packaging guidelines for Ruby 2.0.0
+
+* Mon Mar 18 2013 Guillermo Gomez <gomix at fedoraproject.org> - 1.4.8-2
+- Spec fixed according new packaging guidelines for Ruby 2.0.0
+
 * Sun Mar 17 2013 Guillermo Gomez <gomix at fedoraproject.org> - 1.4.8-1
 - Updated to version 1.4.8
 - New dependencies 
diff --git a/sources b/sources
index b39ae22..32cd35c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2f2ca7477264588d1964d030b8708477  rhc-1.4.8.gem
+6da9bf87f1333ba21fa380ca9e1e6ac4  rhc-1.5.13.gem


More information about the scm-commits mailing list