Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37856511
en ru br
ALT Linux repos
5.0: 0.1.0-alt3

Group :: Development/Ruby
RPM: ruby-i18n

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

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

%define pkgname i18n

Name: ruby-%pkgname
Version: 0.1.0
Release: alt3

Summary: I18n and localization solution for Ruby
Group: Development/Ruby
License: MIT/Ruby
Url: http://rubyforge.org/projects/i18n/

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 Nov 10 2008 (-bi)

BuildRequires: rpm-build-ruby ruby-activesupport ruby-mocha ruby-module-etc ruby-tool-rdoc ruby-tool-setup

%description
I18n and localization solution for Ruby.

%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:test test/all.rb

%install
%ruby_install
%rdoc lib/

%files
%doc README.textile
%ruby_sitelibdir/*

%files doc
%ruby_ri_sitedir/I18n*

%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