|
|
|
@ -3,8 +3,8 @@
|
|
|
|
|
|
|
|
|
|
Summary: Improved URI/URL Implementation
|
|
|
|
|
Name: rubygem-%{gem_name}
|
|
|
|
|
Version: 2.3.2
|
|
|
|
|
Release: 6%{?dist}
|
|
|
|
|
Version: 2.3.5
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Group: Development/Languages
|
|
|
|
|
License: ASL 2.0
|
|
|
|
|
URL: http://addressable.rubyforge.org/
|
|
|
|
@ -54,6 +54,9 @@ find .%{gem_instdir}/{Rakefile,lib,spec} -type f | \
|
|
|
|
|
# Fix conflict causing spec test failure - Only needed if test below is not deleted
|
|
|
|
|
#sed -i -e 's#^\([[:blank:]]*class\)[[:blank:]]HTTP*$#\1 AddressableHTTP#' -e 's#URI::HTTP#URI::AddressableHTTP#' .%{gem_instdir}/spec/addressable/uri_spec.rb
|
|
|
|
|
|
|
|
|
|
# Disable Coveralls rubygem we don't package travis-ci right now
|
|
|
|
|
sed -i '/[Cc]overalls/d' .%{gem_instdir}/spec/spec_helper.rb
|
|
|
|
|
|
|
|
|
|
# Remove this test since fails on koji mock builders due to DNS lookup
|
|
|
|
|
rm .%{gem_instdir}/spec/addressable/net_http_compat_spec.rb
|
|
|
|
|
|
|
|
|
@ -83,6 +86,9 @@ popd
|
|
|
|
|
%{gem_docdir}
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Feb 07 2014 Shawn Starr <shawn.starr@rogers.com> - 2.3.5-1
|
|
|
|
|
- New upstream release
|
|
|
|
|
|
|
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.2-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
|
|
|
|
@ -95,7 +101,6 @@ popd
|
|
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.2-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Aug 23 2012 Shawn Starr <shawn.starr@rogers.com> - 2.3.2-2
|
|
|
|
|
- Fix build issue disable one test due to DNS lookup not available on koji mock builders
|
|
|
|
|
|
|
|
|
|