Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37771789
en ru br
Репозитории ALT
5.1: 0.8.4-alt1
4.1: 0.8.1-alt1
4.0: 0.7.3-alt1
3.0: 0.4.15-alt2
www.altlinux.org/Changes

Группа :: Разработка/Ruby
Пакет: ruby-rake

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: ruby-rake
Version: 0.7.3
Release: alt1
Summary: Ruby based make-like utility
License: MIT
Group: Development/Ruby
Url: http://rake.rubyforge.org

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

Source: rake-%version.tar.gz
Patch0: rake-install.patch

BuildArch: noarch

BuildRequires: ruby-module-date-time ruby-tool-rdoc rpm-build-ruby
Requires: ruby, libruby-devel

%description
Rake is a Make-like program implemented in Ruby. Tasks and dependencies
are specified in standard Ruby syntax.

%package doc
Summary: Documentation files for rake
Group: Documentation

%description doc
Documentation files for rake

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

%build
rdoc --op html -T kilmer -t "Rake -- Ruby Make" --include install.rb MIT-LICENSE TODO CHANGES lib doc/* doc/*/* README --line-numbers --inline-source --main README

%install
DESTDIR=%buildroot ruby -rvendor-specific install.rb
%__mkdir_p %buildroot/%_man1dir
%__install -p -m 644 doc/rake.1.gz %buildroot/%_man1dir
%__subst 's|%buildroot||' %buildroot/usr/bin/rake

%files
%_bindir/*
%ruby_sitelibdir/*
%_man1dir/*

%files doc
%doc html

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin