Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37699006
en ru br
Репозитории ALT
S:1.1.0-alt1
5.1: 0.1.0-alt1
4.1: 0.0.3-alt0.M41.1
www.altlinux.org/Changes

Группа :: Разработка/Прочее
Пакет: rpm-build-ruby

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

Name: rpm-build-ruby
Version: 0.0.3
Release: alt0.M41.1
Serial: 1

Summary: RPM helper scripts to calculate Ruby dependencies
License: GPL
Group: Development/Other

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

Source: %name-%version.tar

BuildArch: noarch

Requires: ruby-module-rubynode ruby
Conflicts: rpm-build <= 4.0.4-alt24

AutoReq: yes,noruby

BuildRequires: ruby ruby-module-rubynode

%description
These herlper scripts will look at perl source files in your package,
and will use this information to generate automatic Requires and Provides
tags for the package.

%prep
%setup -q

%build
./test.sh

%install
mkdir -p %buildroot%_rpmlibdir
for f in ruby.req* ruby.prov*; do
 %__install -m755 -p "$f" "%buildroot%_rpmlibdir/$f"
done
%__ln_s ruby.req %buildroot%_rpmlibdir/ruby.prov
%__install -m644 -p rubyreq.rb %buildroot%_rpmlibdir/rubyreq.rb

mkdir -p %buildroot%_sysconfdir/rpm/macros.d
%__install -m644 -p ruby.macros %buildroot%_sysconfdir/rpm/macros.d/ruby
%__install -m644 -p ruby.env %buildroot%_sysconfdir/rpm/macros.d/ruby.env

%files
%_rpmlibdir/ruby.req
%_rpmlibdir/ruby.req.rb
%_rpmlibdir/ruby.req.files
%_rpmlibdir/ruby.prov
%_rpmlibdir/ruby.prov.rb
%_rpmlibdir/ruby.prov.files
%_rpmlibdir/rubyreq.rb
%config %_sysconfdir/rpm/macros.d/ruby
%config %_sysconfdir/rpm/macros.d/ruby.env

%changelog

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

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