File rubygem-rfuzz.spec of Package rubygem-rfuzz
#
# spec file for package rubygem-rfuzz (Version 0.9)
#
# 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-rfuzz
Version: 0.9
Release: 0
%define mod_name rfuzz
#
Group: Development/Languages/Ruby
License: GPL
#
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: rubygems_with_buildroot_patch
BuildRequires: rubygem-mongrel >= 0.3.13.3
Requires: rubygems >= 0.8.11
Requires: rubygem-mongrel >= 0.3.13.3
#
URL: http://rubyforge.org/projects/rfuzz
Source: http://rubyforge.org/frs/download.php/13236/rfuzz-0.9.gem
#
Summary: The rfuzz web server destructor
%description
RFuzz is a Ruby library to test web applications using external stimuli
based on randomness featuring an HttpClient based on Mongrel's HTTP
parser and an ArcFour randomness generator.
Authors:
--------
Zed Shaw
%prep
%build
%install
gem install --local --build-root=%{buildroot} %{S:0}
gem_build_cleanup %{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/
%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