[rubygem-rhc/el6] Updated version.

Guillermo Gómez gomix at fedoraproject.org
Tue Jun 12 23:04:03 UTC 2012


commit a3ed1bdf9226518e51991c3aedf7b39a7a11f09d
Author: Guillermo Gómez <gomix at fedoraproject.org>
Date:   Tue Jun 12 18:33:35 2012 -0430

    Updated version.

 .gitignore       |    1 +
 rubygem-rhc.spec |   25 ++++++++++++++++++++-----
 sources          |    2 +-
 3 files changed, 22 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3a07265..0e96a23 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@
 /rhc-0.88.9.gem
 /rhc-0.91.12.gem
 /rhc-0.92.11.gem
+/rhc-0.93.18.gem
diff --git a/rubygem-rhc.spec b/rubygem-rhc.spec
index 942752a..8e7dd08 100644
--- a/rubygem-rhc.spec
+++ b/rubygem-rhc.spec
@@ -5,7 +5,7 @@
 
 Summary:       OpenShift Express Client Tools
 Name:          rubygem-%{gemname}
-Version:       0.92.11
+Version:       0.93.18
 Release:       1%{?dist}
 Group:         Development/Tools
 License:       MIT
@@ -28,6 +28,14 @@ OpenShift Express Client Tools allows you to create and deploy applications to
 the cloud. The OpenShift Express client is a command line tool that allows you
 to manage your applications in the cloud.
 
+%package doc
+Summary: Documentation for %{gem_name}
+Group: Documentation
+Requires: rubygem(%{name})
+
+%description doc
+Documentation for %{name}
+
 %prep
 
 %build
@@ -42,10 +50,12 @@ chmod 0755 %{buildroot}%{gemdir}/bin/*
 chmod 0755 %{buildroot}%{geminstdir}/bin/*
 
 mv %{buildroot}%{gemdir}/bin/* %{buildroot}%{_bindir}/
-rm -rf %{buildroot}%{geminstdir}/.yardoc
+rm -r %{buildroot}%{geminstdir}/spec
+rm -r %{buildroot}%{geminstdir}/test
 rm %{buildroot}%{geminstdir}/Rakefile
-rm %{buildroot}%{geminstdir}/ext/Rakefile
-rm %{buildroot}%{geminstdir}/ext/mkrf_conf.rb
+#rm %%{buildroot}%{geminstdir}/ext/Rakefile
+#rm %%{buildroot}%{geminstdir}/ext/mkrf_conf.rb
+
 %clean
 rm -rf %{buildroot}
 
@@ -58,7 +68,6 @@ rm -rf %{buildroot}
 %doc %{geminstdir}/COPYRIGHT
 %doc %{geminstdir}/LICENSE
 %doc %{geminstdir}/README.md
-%doc %{gemdir}/doc/%{gemname}-%{version}
 %{gemdir}/cache/%{gemname}-%{version}.gem
 %{gemdir}/specifications/%{gemname}-%{version}.gemspec
 %{geminstdir}/bin/*
@@ -66,8 +75,14 @@ rm -rf %{buildroot}
 %{geminstdir}/conf/*
 %{_bindir}/*
 
+%files doc
+%doc %{gemdir}/doc/%{gemname}-%{version}
 
 %changelog
+* Fri Jun 08 2012 Guillermo Gómez <gomix at fedoraproject.org> - 0.93.18-1
+- Updated to version 0.93.18
+- Documentation package split
+
 * Sun May 27 2012 Guillermo Gómez <gomix at fedoraproject.org> - 0.92.11-1
 - Updated to version 0.92.11
 
diff --git a/sources b/sources
index 82b49cd..da0e751 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ddaa2a97238b1b3a28c12f7393e204bf  rhc-0.92.11.gem
+b705d2e3dee23bed9c72a891c20d67ea  rhc-0.93.18.gem


More information about the scm-commits mailing list