Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37568723
en ru br
ALT Linux repos
5.0: 2.0.1-alt1

Group :: Development/Ruby
RPM: ruby-deprecated

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

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

%define pkgname deprecated

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

Summary: Easy way to handle deprecating and conditionally running deprecated code
Group: Development/Ruby
License: BSD
Url: http://rubyforge.org/projects/deprecated/

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 Sun Aug 31 2008 (-bi)

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

%description
An easy way to handle deprecating and conditionally running
deprecated code.

%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/deprecated.rb

%install
%ruby_install
%rdoc lib/

%files
%ruby_sitelibdir/*

%files doc
%ruby_ri_sitedir/Deprecated*

%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