File rubygem-url.spec of Package rubygem-url
Name: rubygem-url
Version: 0.3.2
Release: 0
%define mod_name url
%define mod_full_name %{mod_name}-%{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: %{ruby >= 1.9.3}
BuildRequires: %{rubygem gem2rpm}
BuildRequires: ruby-macros >= 5
Url: https://github.com/tal/URL
Source: http://rubygems.org/gems/%{mod_full_name}.gem
Summary: Simple url object
License: MIT
Group: Development/Languages/Ruby
%description
A simple url object to allow for object oriented based manipulation and usage
of a url. It works with Typhoeus if it detects it's installed or defaults back
to Net::HTTP.
%prep
%build
%install
%gem_install -f \
--doc-files="README.rdoc LICENSE"
%gem_packages
%changelog