[rubygem-boxgrinder-build-rpm-based-os-plugin] Initial import (#652403)

Marek Goldmann goldmann at fedoraproject.org
Mon Nov 29 17:40:36 UTC 2010


commit aaf53705911f5dc633d73c2dcdc5430b6f7af0f4
Author: Marek Goldmann <marek.goldmann at gmail.com>
Date:   Mon Nov 29 18:40:39 2010 +0100

    Initial import (#652403)

 .gitignore                                        |    1 +
 rubygem-boxgrinder-build-rpm-based-os-plugin.spec |   98 +++++++++++++++++++++
 sources                                           |    1 +
 3 files changed, 100 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..33eeeaa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/boxgrinder-build-rpm-based-os-plugin-0.0.8.gem
diff --git a/rubygem-boxgrinder-build-rpm-based-os-plugin.spec b/rubygem-boxgrinder-build-rpm-based-os-plugin.spec
new file mode 100644
index 0000000..a77c457
--- /dev/null
+++ b/rubygem-boxgrinder-build-rpm-based-os-plugin.spec
@@ -0,0 +1,98 @@
+%global gemdir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null)
+%global gemname boxgrinder-build-rpm-based-os-plugin
+%global geminstdir %{gemdir}/gems/%{gemname}-%{version}
+%global rubyabi 1.8
+
+Summary: RPM Based Operating System Plugin
+Name: rubygem-%{gemname}
+Version: 0.0.8
+Release: 3%{?dist}
+Group: Development/Languages
+License: LGPLv3+
+URL: http://www.jboss.org/boxgrinder
+Source0: http://rubygems.org/gems/%{gemname}-%{version}.gem
+
+Requires: ruby(abi) = %{rubyabi}
+Requires: rubygem(boxgrinder-build)
+Requires: appliance-tools
+Requires: yum-utils
+
+BuildRequires: rubygem(hashery)
+BuildRequires: rubygem(boxgrinder-build)
+BuildRequires: rubygem(echoe)
+BuildRequires: rubygem(rake)
+BuildRequires: rubygem(rspec)
+
+BuildArch: noarch
+Provides: rubygem(%{gemname}) = %{version}
+
+%description
+BoxGrinder Build RPM Based Operating System Plugin
+
+%package doc
+Summary: Documentation for %{name}
+Group: Documentation
+Requires:%{name} = %{version}-%{release}
+
+%description doc
+Documentation for %{name}
+
+%prep
+
+%build
+
+%install
+rm -rf %{buildroot}
+mkdir -p %{buildroot}%{gemdir}
+gem install --local --install-dir %{buildroot}%{gemdir} \
+            --force --rdoc %{SOURCE0}
+
+%check
+pushd %{buildroot}/%{geminstdir}/spec
+rake spec
+popd
+
+%files
+%defattr(-, root, root, -)
+%dir %{geminstdir}
+%{geminstdir}/lib
+%doc %{geminstdir}/CHANGELOG
+%doc %{geminstdir}/LICENSE
+%doc %{geminstdir}/README
+%doc %{geminstdir}/Manifest
+%{gemdir}/cache/%{gemname}-%{version}.gem
+%{gemdir}/specifications/%{gemname}-%{version}.gemspec
+%attr(0644,root,root) %{geminstdir}/lib/boxgrinder-build-rpm-based-os-plugin/src/motd.init
+
+%files doc
+%defattr(-, root, root, -)
+%{geminstdir}/spec
+%{geminstdir}/Rakefile
+%{geminstdir}/rubygem-%{gemname}.spec
+%{geminstdir}/%{gemname}.gemspec
+%{gemdir}/doc/%{gemname}-%{version}
+
+%changelog
+* Fri Nov 26 2010  <mgoldman at redhat.com> - 0.0.8-3
+- Removed clean section, updated URL, fixed attr for motd.init file
+
+* Wed Nov 24 2010  <mgoldman at redhat.com> - 0.0.8-2
+- Added BR: rubygem(rake), BR: rubygem(echoe), BR: rubygem(rspec)
+
+* Mon Nov 22 2010  <mgoldman at redhat.com> - 0.0.8-1
+- Updated to upstream version: 0.0.8
+- [BGBUILD-102] Start X on boot when X Window System group or base-x group is specified
+
+* Thu Nov 11 2010  <mgoldman at redhat.com> - 0.0.7-1
+- Updated to upstream version: 0.0.7
+- [BGBUILD-87] Set default filesystem to ext4 for Fedora 13+
+
+* Mon Nov 08 2010  <mgoldman at redhat.com> - 0.0.6-2
+- Added 'check' section that executes tests
+
+* Wed Nov 03 2010  <mgoldman at redhat.com> - 0.0.6-1
+- Updated to upstream version: 0.0.6
+- [BGBUILD-82] Root password not set when selinux packages are added
+
+* Mon Oct 18 2010  <mgoldman at redhat.com> - 0.0.5-1
+- Initial package
diff --git a/sources b/sources
index e69de29..0d7ce1b 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+a440ee244f272cfa1a2ef680b8beb199  boxgrinder-build-rpm-based-os-plugin-0.0.8.gem


More information about the scm-commits mailing list