File rubygem-gruff.spec of Package rubygem-gruff
#
# spec file for package rubygem-gruff (Version 0.2.8)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: rubygem-gruff
Version: 0.3.4
Release: 0
%define mod_name gruff
#
Group: Development/Languages/Ruby
License: Ruby
#
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: rubygems_with_buildroot_patch
BuildRequires: rubygem-hoe >= 1.7.0
Requires: rubygems >= 0.8.11
Requires: rubygem-hoe >= 1.7.0
Requires: ruby-RMagick
#
Url: http://nubyonrails.com/pages/gruff
# http://rubyforge.org/projects/gruff
Source: http://rubyforge.org/frs/download.php/41429/gruff-0.3.4.gem
#
Summary: Beautiful graphs for one or multiple datasets.
%description
Make colorful graphs for use on websites or documents.
Authors:
---------
Geoffrey Grosenbach <boss@topfunky.com>
%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