[rubygem-boxgrinder-core/f13/master] Initial import (#652396).

Marek Goldmann goldmann at fedoraproject.org
Fri Nov 19 10:22:43 UTC 2010


commit e4fe472340c9dcde6da58bac1854f567a41ab9e4
Author: Marek Goldmann <marek.goldmann at gmail.com>
Date:   Fri Nov 19 11:22:42 2010 +0100

    Initial import (#652396).

 .gitignore                   |    1 +
 rubygem-boxgrinder-core.spec |   98 ++++++++++++++++++++++++++++++++++++++++++
 sources                      |    1 +
 3 files changed, 100 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..89f601b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/boxgrinder-core-0.1.3.gem
diff --git a/rubygem-boxgrinder-core.spec b/rubygem-boxgrinder-core.spec
new file mode 100644
index 0000000..2c5931d
--- /dev/null
+++ b/rubygem-boxgrinder-core.spec
@@ -0,0 +1,98 @@
+%global gemdir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null)
+%global gemname boxgrinder-core
+%global geminstdir %{gemdir}/gems/%{gemname}-%{version}
+%global rubyabi 1.8
+
+Summary: Core library for BoxGrinder
+Name: rubygem-%{gemname}
+Version: 0.1.3
+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(open4)
+Requires: rubygem(hashery)
+
+BuildRequires: rubygem(rake)
+BuildRequires: rubygem(rspec)
+BuildRequires: rubygem(open4)
+BuildRequires: rubygem(hashery)
+BuildRequires: rubygem(echoe)
+
+BuildArch: noarch
+Provides: rubygem(%{gemname}) = %{version}
+
+%description
+Core library containing files required by BoxGrinder family of projects
+
+%package doc
+Summary: Documentation for %{name}
+Group: Documentation
+Requires:%{name} = %{version}-%{release}
+
+%description doc
+Documentation for %{name}
+
+%prep
+%setup -q -c -T
+mkdir -p .%{gemdir}
+gem install --local --install-dir .%{gemdir} \
+            --force --rdoc %{SOURCE0}
+
+%build
+
+%install
+mkdir -p %{buildroot}%{gemdir}
+cp -a .%{gemdir}/* %{buildroot}%{gemdir}/
+
+%check
+pushd .%{geminstdir}
+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
+
+%files doc
+%defattr(-, root, root, -)
+%{geminstdir}/spec
+%{geminstdir}/Rakefile
+%{geminstdir}/rubygem-%{gemname}.spec
+%{geminstdir}/%{gemname}.gemspec
+%{gemdir}/doc/%{gemname}-%{version}
+
+%changelog
+* Wed Nov 17 2010  <mgoldman at redhat.com> - 0.1.3-3
+- Added: BuildRequires: rubygem(echoe)
+- Changed the way Gem is installed and tests are exeuted
+
+* Mon Nov 15 2010  <mgoldman at redhat.com> - 0.1.3-2
+- Removing unecessary Requires: rubygems
+
+* Mon Nov 15 2010  <mgoldman at redhat.com> - 0.1.3-1
+- Removed BuildRoot tag
+- Adjusted Requires and BuildRequires
+- Different approach for testing
+- [BGBUILD-98] Use hashery gem
+
+* Tue Nov 09 2010  <mgoldman at redhat.com> - 0.1.2-1
+- [BGBUILD-87] Set default filesystem to ext4 for Fedora 13+
+- [BGBUILD-65] Allow to specify own repos overriding default repos provided for selected OS
+
+* Tue Nov 09 2010  <mgoldman at redhat.com> - 0.1.1-2
+- [BGBUILD-85] Adjust BoxGrinder spec files for review
+- Added 'check' section that executes tests
+
+* Mon Oct 18 2010  <mgoldman at redhat.com> - 0.1.1-1
+- Initial package
diff --git a/sources b/sources
index e69de29..6a82e23 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+1099d12bf748c0ec2cf1614da0668afe  boxgrinder-core-0.1.3.gem


More information about the scm-commits mailing list