[rubygem-aeolus-image/f16] update to rubygem-aeolus-image 0.1.0

Mohammed Morsi mmorsi at fedoraproject.org
Tue Oct 11 14:59:46 UTC 2011


commit 18f699163bf5127285affa38475a712bc133f91e
Author: Mo Morsi <mmorsi at redhat.com>
Date:   Tue Oct 11 10:58:10 2011 -0400

    update to rubygem-aeolus-image 0.1.0

 .gitignore                |    1 +
 fix-license.patch         |  555 ---------------------------------------------
 rubygem-aeolus-image.spec |   44 ++---
 sources                   |    2 +-
 4 files changed, 19 insertions(+), 583 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a80ce5a..492fdc1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /aeolus-image-0.0.1.gem
+/aeolus-image-0.1.0.gem
diff --git a/rubygem-aeolus-image.spec b/rubygem-aeolus-image.spec
index 76aec46..97f2f6a 100644
--- a/rubygem-aeolus-image.spec
+++ b/rubygem-aeolus-image.spec
@@ -1,18 +1,24 @@
 %global gemdir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null)
 %global gemname aeolus-image
 %global geminstdir %{gemdir}/gems/%{gemname}-%{version}
-%global mandir %{_mandir}/man1
 %global rubyabi 1.8
 
-Summary: Command-line interface for working with the Aeolus cloud suite
+Summary: Ruby Client for interacting with Image Warehouse and Image Factory
 Name: rubygem-aeolus-image
-Version: 0.0.1
-Release: 5%{?dist}%{?extra_release}
+Version: 0.1.0
+Release: 3%{?extra_release}%{?dist}
 Group: Development/Languages
 License: ASL 2.0
 URL: http://aeolusproject.org
-Source0: http://repos.fedorapeople.org/repos/aeolus/aeolus-image/0.0.1/gem/aeolus-image-0.0.1.gem
-Patch1: fix-license.patch
+
+# The source for this packages was pulled from the upstream's git repo.
+# Use the following commands to generate the gem
+# git clone  git://git.fedorahosted.org/aeolus/conductor.git
+# git checkout next
+# cd services/image_factory/aeolus-image
+# rake gem
+# grab image_factory_console-0.0.1.gem from the pkg subdir
+Source0: %{gemname}-%{version}.gem
 
 Requires: ruby(abi) = %{rubyabi}
 Requires: rubygems
@@ -27,15 +33,13 @@ BuildArch: noarch
 Provides: rubygem(%{gemname}) = %{version}
 
 %description
-QMF Console for Aeolus Image Factory
+Ruby Client for Image Warehouse and Image Factory
 
 %prep
 %setup -q -c -T
 mkdir -p ./%{gemdir}
 gem install --local --install-dir ./%{gemdir} --force --rdoc %{SOURCE0}
 
-%patch1 -p1
-
 %build
 
 %install
@@ -43,35 +47,21 @@ rm -rf %{buildroot}
 mkdir -p %{buildroot}%{gemdir}
 cp -a .%{gemdir}/* %{buildroot}%{gemdir}/
 
-mkdir -p %{buildroot}/%{_bindir}
-mv %{buildroot}%{gemdir}/bin/* %{buildroot}/%{_bindir}
-find %{buildroot}%{geminstdir}/bin -type f | xargs chmod 755
-rmdir %{buildroot}%{gemdir}/bin
-
-mkdir -p %{buildroot}%{mandir}
-mv %{buildroot}%{geminstdir}/man/* %{buildroot}%{mandir}
+rm -rf %{buildroot}%{gemdir}/gems/%{gemname}-%{version}/.yardoc
 
 %files
 %doc %{geminstdir}/COPYING
-%{_bindir}/aeolus-image
+%doc %{gemdir}/doc/%{gemname}-%{version}
 %dir %{geminstdir}
 %{geminstdir}/Rakefile
-%{geminstdir}/bin
-%{geminstdir}/examples
 %{geminstdir}/lib
-%{geminstdir}/man
 %{geminstdir}/spec
-%doc %{gemdir}/doc/%{gemname}-%{version}
 %{gemdir}/cache/%{gemname}-%{version}.gem
 %{gemdir}/specifications/%{gemname}-%{version}.gemspec
-%{mandir}/*
 
 %changelog
-* Fri Sep 16 2011 Chris Lalancette <clalance at redhat.com> - 0.0.1-5
-- Update to add the copyright files and change the license to ASL 2.0
-
-* Thu Jul 21 2011  Mo Morsi <mmorsi at redhat.com> - 0.0.1-4
-- new source0
+* Tue Sep 20 2011 Martyn Taylor  <mtaylor at redhat.com>  - 0.0.1-3
+- split out command line tools
 
 * Wed Jul 20 2011 Mo Morsi <mmorsi at redhat.com>  - 0.0.1-3
 - more updates to conform to fedora guidelines
diff --git a/sources b/sources
index 2d86854..67c6dbc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-28fd9b822050a82f9817dd5924013628  aeolus-image-0.0.1.gem
+a755de9ebae2e02b0d310508ce6d083d  aeolus-image-0.1.0.gem


More information about the scm-commits mailing list