|
|
|
@ -4,12 +4,12 @@
|
|
|
|
|
Summary: Improved URI/URL Implementation
|
|
|
|
|
Name: rubygem-%{gem_name}
|
|
|
|
|
Version: 2.3.2
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Group: Development/Languages
|
|
|
|
|
License: ASL 2.0
|
|
|
|
|
URL: http://addressable.rubyforge.org/
|
|
|
|
|
Source0: http://rubygems.org/gems/%{gem_name}-%{version}.gem
|
|
|
|
|
Requires: ruby(abi) = 1.9.1
|
|
|
|
|
Requires: ruby(release)
|
|
|
|
|
Requires: ruby(rubygems)
|
|
|
|
|
Requires: rubygem(idn)
|
|
|
|
|
|
|
|
|
@ -37,13 +37,7 @@ This package contains documentation for %{name}.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -c -T
|
|
|
|
|
gem install \
|
|
|
|
|
-V \
|
|
|
|
|
--local \
|
|
|
|
|
--install-dir .%{gem_dir} \
|
|
|
|
|
--force --rdoc \
|
|
|
|
|
--ri \
|
|
|
|
|
%{SOURCE0}
|
|
|
|
|
%gem_install -n %{SOURCE0}
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
|
@ -89,6 +83,8 @@ popd
|
|
|
|
|
%{gem_docdir}
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Mar 07 2013 Josef Stribny <jstribny@redhat.com> - 2.3.2-5
|
|
|
|
|
- Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0
|
|
|
|
|
|
|
|
|
|
* Tue Feb 19 2013 Shawn Starr <shawn.starr@rogers.com> - 2.3.2-4
|
|
|
|
|
- Changes in rubygem rspec packaging, adjust build dependencies accordingly
|
|
|
|
|