Search
j0ke.net Open Build Service
>
Projects
>
devel
:
ruby
>
rubygem-rake
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 3
[-]
[+]
Added
rubygem-rake.spec
@@ -0,0 +1,75 @@ +# +# spec file for package rubygem-rake (Version 0.7.3) +# +# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. +# This file and all modifications and additions to the pristine +# package are under the same license as the package itself. +# +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + +# norootforbuild + +Name: rubygem-rake +%define mod_name rake +# +Version: 0.7.3 +Release: 1 +# +License: X11/MIT +Group: Development/Languages/Ruby +# +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: rubygems_with_buildroot_patch +Requires: rubygems >= 0.8.11 +# +URL: http://rake.rubyforge.org/ +# http://rubyforge.org/projects/rake/ +Source: http://rubyforge.org/frs/download.php/19878/rake-0.7.3.gem +# +Summary: Ruby Make + +%description +This package contains Rake, a simple ruby build program with +capabilities similar to make. + +Rake has the following features: + +* Rakefiles (rake's version of Makefiles) are completely defined in + standard Ruby syntax. No XML files to edit. No quirky Makefile + syntax to worry about (is that a tab or a space?) + +* Users can specify tasks with prerequisites. + +* Rake supports rule patterns to sythesize implicit tasks. + +* Flexible FileLists that act like arrays but know about + manipulating file names and paths. + +* A library of prepackaged tasks to make building rakefiles easier. + + + +Authors: +-------- + Jim Weirich <jim@weirichhouse.org> + +%prep + +%build + +%install +gem install --build-root=%{buildroot} %{S:0} + +%clean +%{__rm} -rf %{buildroot} + +%files +%defattr(-,root,root,-) +%{_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}/ +%{_bindir}/%{mod_name} + +%changelog