File rubygem-hoe.spec of Package rubygem-hoe
# norootforbuild
%define mod_name hoe
#
Name: rubygem-hoe
Version: 1.7.0
Release: 0
#
Group: Development/Languages/Ruby
License: MIT
#
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: rubygems_with_buildroot_patch
BuildRequires: rubygem-rake
BuildRequires: rubygem-rubyforge >= 1.0.0
Requires: rubygems >= 0.8.11
Requires: rubygem-rake
Requires: rubygem-rubyforge >= 1.0.0
#
URL: http://seattlerb.rubyforge.org/hoe/
# http://rubyforge.org/projects/seattlerb/
Source: http://rubyforge.org/frs/download.php/39226/hoe-1.7.0.gem
#
Summary: A simple rake/rubygems helper for project Rakefiles
%description
a simple rake/rubygems helper for project Rakefiles. It generates all the
usual tasks for projects including rdoc generation, testing, packaging, and
deployment.
Tasks Provided:
audit - Run ZenTest against the package
clean - Clean up all the extras
debug_gem - Show information about the gem
default - Run the default tasks
docs - Build the docs HTML Files
install - Install the package. Uses PREFIX and RUBYLIB
multi - Run the test suite using multiruby
package - Build all the packages
publish_docs - Publish RDoc to RubyForge
release - Package and upload the release to RubyForge
test - Run the test suite. Use FILTER to add to the command line.
uninstall - Uninstall the package.
upload - Upload RDoc to RubyForge
Authors:
--------
Ryan Davis <ryand-ruby@zenspider.com>
%prep
%build
%install
gem install --local --build-root=%{buildroot} %{S:0}
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-,root,root,-)
%{_bindir}/sow
%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_name}-%{version}.gem
%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/
%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_name}-%{version}.gemspec
%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_name}-%{version}/
%changelog