[rubygem-imagefactory-console] initial import

Mohammed Morsi mmorsi at fedoraproject.org
Mon Jul 25 12:52:28 UTC 2011


commit f53cb5096b5e15f397094971bfc25fb5c44169f7
Author: Mo Morsi <mmorsi at redhat.com>
Date:   Mon Jul 25 08:52:06 2011 -0400

    initial import

 .gitignore                        |    1 +
 rubygem-imagefactory-console.spec |   67 +++++++++++++++++++++++++++++++++++++
 sources                           |    1 +
 3 files changed, 69 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..260ed2d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/imagefactory-console-0.4.0.gem
diff --git a/rubygem-imagefactory-console.spec b/rubygem-imagefactory-console.spec
new file mode 100644
index 0000000..a634778
--- /dev/null
+++ b/rubygem-imagefactory-console.spec
@@ -0,0 +1,67 @@
+# Generated from image_factory_console-0.2.0.gem by gem2rpm -*- rpm-spec -*-
+%global gemdir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null)
+%global gemname imagefactory-console
+%global geminstdir %{gemdir}/gems/%{gemname}-%{version}
+%global rubyabi 1.8
+
+%global gitcluster aeolusproject
+%global gitrelease aaac737
+
+Summary: QMF Console for Aeolus Image Factory
+Name: rubygem-imagefactory-console
+Version: 0.4.0
+Release: 5%{?dist}%{?extra_release}
+Group: Development/Languages
+License: GPLv2+ or Ruby
+URL: http://aeolusproject.org
+Source0: http://repos.fedorapeople.org/repos/aeolus/imagefactory-console/0.4.0/gem/imagefactory-console-0.4.0.gem
+Requires: rubygems
+Requires: ruby(abi) = %{rubyabi}
+# These can't be deduced by gem2rpm
+Requires: qpid-cpp-client >= 0.8-6
+Requires: ruby-qpid-qmf >= 0.8-6
+Requires: qpid-qmf >= 0.8-6
+
+BuildRequires: rubygems
+BuildRequires: ruby
+BuildArch: noarch
+Provides: rubygem(%{gemname}) = %{version}
+
+%description
+QMF Console for Aeolus Image Factory
+
+
+%prep
+
+%build
+
+%install
+mkdir -p %{buildroot}%{gemdir}
+gem install --local --install-dir %{buildroot}%{gemdir} \
+            --force --rdoc %{SOURCE0}
+
+%files
+%{gemdir}/gems/%{gemname}-%{version}/
+%doc %{gemdir}/doc/%{gemname}-%{version}
+%{gemdir}/cache/%{gemname}-%{version}.gem
+%{gemdir}/specifications/%{gemname}-%{version}.gemspec
+
+
+%changelog
+* Thu Jul 21 2011  Mo Morsi <mmorsi at redhat.com> - 0.4.0-5
+- new source0 instructions
+
+* Wed Jul 20 2011  Mo Morsi <mmorsi at redhat.com> - 0.4.0-4
+- renamed packaged to imagefactory-console
+
+* Wed Jul 20 2011  Mo Morsi <mmorsi at redhat.com> - 0.4.0-3
+- remove unused sitelib macro
+
+* Fri Jul 15 2011  Mo Morsi <mmorsi at redhat.com> - 0.4.0-2
+- fixes for fedora package compliance
+
+* Thu Jun 16 2011  <jguiditt at redhat.com> - 0.4.0-1
+- Add support for push, build and import methods
+
+* Thu Mar 10 2011  <morazi at redhat.com> - 0.2.0-1
+- Initial package
diff --git a/sources b/sources
index e69de29..b616855 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+b85c55d45d49b73c56fba92ff18bb1f2  imagefactory-console-0.4.0.gem


More information about the scm-commits mailing list