|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
Summary: A high-level cross-protocol url-grabber
|
|
|
|
|
Name: python-urlgrabber
|
|
|
|
|
Version: 2.9.9
|
|
|
|
|
Release: 2
|
|
|
|
|
Release: 3
|
|
|
|
|
Source0: urlgrabber-%{version}.tar.gz
|
|
|
|
|
Patch0: urlgrabber-read-error.patch
|
|
|
|
|
Patch1: urlgrabber-ssl-byterange-keepalive.patch
|
|
|
|
@ -13,7 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
|
|
|
|
Prefix: %{_prefix}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
Url: http://linux.duke.edu/projects/urlgrabber/
|
|
|
|
|
Provides: urlgrabber
|
|
|
|
|
Provides: urlgrabber = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
A high-level cross-protocol url-grabber for python supporting HTTP, FTP
|
|
|
|
@ -43,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%{_bindir}/urlgrabber
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Nov 11 2006 Florian La Roche <laroche@redhat.com>
|
|
|
|
|
- add version/release to "Provides: urlgrabber"
|
|
|
|
|
|
|
|
|
|
* Mon Jul 17 2006 James Bowes <jbowes@redhat.com> - 2.9.9-2
|
|
|
|
|
- Add support for byte ranges and keepalive over HTTPS
|
|
|
|
|
|
|
|
|
|