File rubygem-recaptcha.spec of Package rubygem-recaptcha
#
# spec file for package rubygem-recaptcha (Version 1.2.0)
#
# 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-recaptcha
Version: 0.1.33
Release: 0
%define mod_name recaptcha
#
Group: Development/Languages/Ruby
License: LGPL
#
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: rubygems_with_buildroot_patch
Requires: rubygems >= 0.8.11
#
Url: http://fastercsv.rubyforge.org/
Source: %{mod_name}-%{version}.gem
#
Summary: Abstracts the ReCaptcha API for use in Rails Applications
%description
The ReCaptchaClient abstracts the ReCaptcha API for use in Rails Applications
Authors:
---------
McClain Looney
%prep
%build
%install
gem install --local --build-root=%{buildroot} %{S:0}
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-,root,root,-)
%{_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