Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37729502
en ru br
ALT Linux repos
5.0: 1.0.0-alt2
4.1: 1.0.0-alt2

Group :: Development/Ruby
RPM: ruby-text-format

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define pkgname text-format

Name: ruby-%pkgname
Version: 1.0.0
Release: alt2
Summary: Text::Format formats fixed-width text nicely.
License: Ruby
Group: Development/Ruby
Url: http://rubyforge.org/projects/text-format/

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

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

BuildArch: noarch

BuildRequires(pre): rpm-build-ruby
# Automatically added by buildreq on Wed Apr 02 2008 (-bi)
BuildRequires: ruby-module-etc ruby-module-test-unit ruby-tool-rdoc

%description
Text::Format is provides the ability to nicely format fixed-width text with
knowledge of the writeable space (number of columns), margins, and indentation
settings.

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

%description doc
Documentation files for %name

%prep
%setup -n %pkgname-%version
%patch -p1
rm -f pre-setup.rb

%build
%ruby_config
%ruby_build
pushd tests
 ruby testall.rb
popd

%install
%ruby_install
%rdoc lib/

%files
%doc Changelog README ToDo
%ruby_sitelibdir/*

%files doc
%ruby_ri_sitedir/Text*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin