|
|
@ -2,28 +2,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
Summary: A high-level cross-protocol url-grabber
|
|
|
|
Summary: A high-level cross-protocol url-grabber
|
|
|
|
Name: python-urlgrabber
|
|
|
|
Name: python-urlgrabber
|
|
|
|
Version: 3.0.0
|
|
|
|
Version: 3.9.0
|
|
|
|
Release: 16%{?dist}
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Source0: urlgrabber-%{version}.tar.gz
|
|
|
|
Source0: urlgrabber-%{version}.tar.gz
|
|
|
|
Patch0: urlgrabber-keepalive.patch
|
|
|
|
|
|
|
|
Patch1: urlgrabber-string-type.patch
|
|
|
|
|
|
|
|
Patch2: urlgrabber-3.0.0-cleanup.patch
|
|
|
|
|
|
|
|
Patch3: urlgrabber-ftp-port.patch
|
|
|
|
|
|
|
|
Patch4: urlgrabber-progress-ui.patch
|
|
|
|
|
|
|
|
Patch5: urlgrabber-grab-no-range.patch
|
|
|
|
|
|
|
|
Patch6: urlgrabber-no-ssl-ok.patch
|
|
|
|
|
|
|
|
Patch7: urlgrabber-extra-progress.patch
|
|
|
|
|
|
|
|
Patch8: urlgrabber-file-checkfunc.patch
|
|
|
|
|
|
|
|
Patch9: md5-hashlib.patch
|
|
|
|
|
|
|
|
Patch10: urlgrabber-3.0.0-progress-C-c+serial-console.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
License: LGPLv2+
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: python-devel
|
|
|
|
BuildRequires: python-devel, python-pycurl
|
|
|
|
Url: http://linux.duke.edu/projects/urlgrabber/
|
|
|
|
Url: http://urlgrabber.baseurl.org/
|
|
|
|
Provides: urlgrabber = %{version}-%{release}
|
|
|
|
Provides: urlgrabber = %{version}-%{release}
|
|
|
|
|
|
|
|
Requires: python-pycurl
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
A high-level cross-protocol url-grabber for python supporting HTTP, FTP
|
|
|
|
A high-level cross-protocol url-grabber for python supporting HTTP, FTP
|
|
|
@ -32,17 +22,7 @@ authentication, proxies and more.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n urlgrabber-%{version}
|
|
|
|
%setup -q -n urlgrabber-%{version}
|
|
|
|
%patch0 -p0
|
|
|
|
|
|
|
|
%patch1 -p1
|
|
|
|
|
|
|
|
%patch2 -p1
|
|
|
|
|
|
|
|
%patch3 -p0
|
|
|
|
|
|
|
|
%patch4 -p1
|
|
|
|
|
|
|
|
%patch5 -p1
|
|
|
|
|
|
|
|
%patch6 -p1
|
|
|
|
|
|
|
|
%patch7 -p1
|
|
|
|
|
|
|
|
%patch8 -p1
|
|
|
|
|
|
|
|
%patch9 -p1
|
|
|
|
|
|
|
|
%patch10 -p1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
python setup.py build
|
|
|
|
python setup.py build
|
|
|
@ -62,8 +42,8 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
%{_bindir}/urlgrabber
|
|
|
|
%{_bindir}/urlgrabber
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.0-16
|
|
|
|
* Thu Jul 30 2009 Seth Vidal <skvidal at fedoraproject.org> - 3.9.0-1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
- new version - curl-based
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Apr 8 2009 James Antill <james@fedoraproject.org> 3.0.0-15
|
|
|
|
* Wed Apr 8 2009 James Antill <james@fedoraproject.org> 3.0.0-15
|
|
|
|
- Fix progress bars for serial consoles.
|
|
|
|
- Fix progress bars for serial consoles.
|
|
|
|