Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37861477
en ru br
ALT Linux repositórios
5.0: 0.8.1-alt1
4.1: 0.8.1-alt1
4.0: 0.7.3-alt1
3.0: 0.4.15-alt2

Group :: Desenvolvimento/Ruby
RPM: ruby-rake

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Packager: Ruby Maintainers Team <ruby at packages.altlinux.org>

Name: ruby-rake
Version: 0.4.15
Release: alt2
Summary: Simple ruby build program with capabilities similar to make
License: MIT
Group: Development/Ruby
Url: http://rubyforge.org/projects/rake/
Source: rake-%version.tgz
AutoReq: all
BuildArch: noarch
BuildRequires: ruby, libruby-devel

%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.

* Rake is lightweight.  It can be distributed with other projects as a
 single file.  Projects that depend upon rake do not require that
 rake be installed on target systems.

%prep
%setup -q -n rake-%version

%build

%install
%__mkdir_p %buildroot%_bindir
echo 'DESTDIR="%buildroot"' > destdir.rb
ruby -r destdir.rb -r vendor-specific install.rb
ruby -pe "sub(/^\#\!.*/,'#!/usr/bin/env ruby')" %buildroot%_bindir/rake > %buildroot%_bindir/rake

%files
%_bindir/*
%ruby_sitelibdir/*
%doc CHANGES README TODO test doc

%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009