|
|
|
@ -3,8 +3,8 @@
|
|
|
|
|
|
|
|
|
|
Summary: Improved URI/URL Implementation
|
|
|
|
|
Name: rubygem-%{gem_name}
|
|
|
|
|
Version: 2.2.6
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Version: 2.3.2
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Group: Development/Languages
|
|
|
|
|
License: ASL 2.0
|
|
|
|
|
URL: http://addressable.rubyforge.org/
|
|
|
|
@ -57,6 +57,9 @@ find .%{gem_instdir}/{Rakefile,lib,spec} -type f | \
|
|
|
|
|
find .%{gem_instdir}/{Rakefile,lib,spec} -type f | \
|
|
|
|
|
xargs chmod 0644
|
|
|
|
|
|
|
|
|
|
# Fix conflict causing spec test failure
|
|
|
|
|
sed -i -e 's#^\([[:blank:]]*class\)[[:blank:]]HTTP*$#\1 AddressableHTTP#' -e 's#URI::HTTP#URI::AddressableHTTP#' .%{gem_instdir}/spec/addressable/uri_spec.rb
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
pushd .%{gem_instdir}
|
|
|
|
|
|
|
|
|
@ -66,21 +69,27 @@ popd
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%dir %{gem_instdir}/
|
|
|
|
|
%doc %{gem_instdir}/CHANGELOG
|
|
|
|
|
%doc %{gem_instdir}/LICENSE
|
|
|
|
|
%doc %{gem_instdir}/CHANGELOG.md
|
|
|
|
|
%doc %{gem_instdir}/LICENSE.txt
|
|
|
|
|
%{gem_instdir}/lib/
|
|
|
|
|
%{gem_instdir}/data/
|
|
|
|
|
%{gem_spec}
|
|
|
|
|
%exclude %{gem_cache}
|
|
|
|
|
|
|
|
|
|
%files doc
|
|
|
|
|
%doc %{gem_instdir}/README.md
|
|
|
|
|
%doc %{gem_instdir}/website
|
|
|
|
|
%{gem_instdir}/Gemfile
|
|
|
|
|
%{gem_instdir}/Rakefile
|
|
|
|
|
%{gem_instdir}/tasks
|
|
|
|
|
%{gem_instdir}/spec
|
|
|
|
|
%{gem_docdir}
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Aug 23 2012 Shawn Starr <shawn.starr@rogers.com> - 2.3.2-1
|
|
|
|
|
- Bump to latest upstream
|
|
|
|
|
- Fix spec test due to namespace/classname conflict
|
|
|
|
|
|
|
|
|
|
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.6-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|