File rubygem-highline.spec of Package rubygem-highline
#
# spec file for package rubygem-highline (Version 1.2.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-highline
Version: 1.2.9
Release: 1
%define mod_name highline
#
License: GPL v2 or later, Other uncritical OpenSource License
Group: Development/Languages/Ruby
#
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: rubygems_with_buildroot_patch
Requires: rubygems >= 0.8.11
#
URL: http://highline.rubyforge.org/
# http://rubyforge.org/projects/highline/
Source: http://rubyforge.org/frs/download.php/22000/highline-1.2.9.gem
#
Summary: HighLine is a high-level command-line IO library
%description
A high-level IO library that provides validation, type conversion, and
more for command-line interfaces. HighLine also includes a complete
menu system that can crank out anything from simple list selection to
complete shells with just minutes of work.
Authors:
--------
James Edward Gray II <james@grayproductions.net>
%prep
%build
%install
gem install --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
* Sun Aug 05 2007 - mrueckert@suse.de
- initial package of version 1.2.9