Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37880669
en ru br
Репозитории ALT

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

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

# vim: set ft=spec: -*- rpm-spec -*-

%define pkgname archive-tar-minitar

Name: ruby-%pkgname
Version: 0.5.2
Release: alt1

Summary: Library and command-line utility to deal with POSIX tar(1) archive files
Group: Development/Ruby
License: MIT/Ruby
Url: http://rubyforge.org/projects/ruwiki/

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

BuildArch: noarch

Source: %pkgname-%version.tar
Patch: %pkgname-%version-%release.patch

# Automatically added by buildreq on Mon Aug 03 2009 (-bi)

BuildRequires: rpm-build-ruby ruby-test-unit ruby-tool-rdoc ruby-tool-setup

%description
Archive::Tar::Minitar is a pure-Ruby library and command-line utility that
provides the ability to deal with POSIX tar(1) archive files. The
implementation is based heavily on Mauricio Ferna'ndez's implementation in
rpa-base, but has been reorganised to promote reuse in other projects.

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

%description doc
Documentation files for %name

%prep
%setup -n %pkgname-%version
%patch -p1
%update_setup_rb

%build
%ruby_config
%ruby_build
%ruby_test_unit -Ilib:tests tests/tc*.rb

%install
%ruby_install
%rdoc lib/

%files
%doc README
%_bindir/minitar
%ruby_sitelibdir/*

%files doc
%dir %ruby_ri_sitedir/Archive
%dir %ruby_ri_sitedir/Archive/Tar
%ruby_ri_sitedir/Archive/Tar/Minitar
%ruby_ri_sitedir/Archive/Tar/PosixHeader

%changelog

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

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