Package bzip2-ruby: Specfile

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

%define pkgname bzip2-ruby

Name: %pkgname
Version: 0.2.6
Release: alt1.3

Summary: Ruby C bindings to libbzip2
Group: Development/Ruby
License: MIT/Ruby
Url: http://rubyforge.org/projects/bzip2-ruby/

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

# Automatically added by buildreq on Sun Apr 11 2010 (-bi)
BuildRequires: bzlib-devel libruby-devel ruby-tool-setup

%description
Ruby C bindings to libbzip2.

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

%build
%ruby_config
%ruby_build

%install
%ruby_install

%files
%doc README.rdoc
%ruby_sitelibdir/*
%ruby_sitearchdir/*

%changelog
* Wed Mar 19 2014 Led <led@altlinux.ru> 0.2.6-alt1.3
- Rebuilt with ruby-2.0.0-alt1

* Sun Mar 16 2014 Led <led@altlinux.ru> 0.2.6-alt1.2
- fixed build with ruby >= 2.0

* Tue Dec 04 2012 Led <led@altlinux.ru> 0.2.6-alt1.1
- Rebuilt with ruby-1.9.3-alt1

* Sun Apr 11 2010 Alexey I. Froloff <raorn@altlinux.org> 0.2.6-alt1
- Built for Sisyphus