File rubygem-gem_plugin.spec of Package rubygem-gem_plugin
#
# spec file for package rubygem-gem_plugin (Version 0.2.2)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: rubygem-gem_plugin
%define mod_name gem_plugin
#
Version: 0.2.2
Release: 1
#
Group: Development/Languages/Ruby
License: GPL v2 or later
#
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: rubygem-rake > 0.7
Requires: rubygem-rake > 0.7
#
URL: http://mongrel.rubyforge.org/
# http://rubyforge.org/projects/mongrel
Source: http://rubyforge.org/frs/download.php/16607/gem_plugin-0.2.2.gem
#
Summary: A plugin system based only on rubygems that uses dependencies only
%description
A plugin system based only on rubygems that uses dependencies only.
Authors:
--------
Zed A. Shaw
%prep
%build
%install
gem install --build-root=%{buildroot} %{S:0}
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-,root,root,-)
%{_bindir}/gpgen
%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_name}-%{version}.gem
%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/
%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_name}-%{version}.gemspec
%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_name}-%{version}/
%changelog
* Mon May 14 2007 - mrueckert@suse.de
- update to version 0.2.2:
Official release to support mongrel 1.0. 1.0 version of this to
come later. Only change is a minor tweak to handle a small
change in rubygems.
* Mon Jun 19 2006 - mrueckert@suse.de
- Initial package version 0.2.1