|
|
|
@ -2,10 +2,9 @@
|
|
|
|
|
|
|
|
|
|
Summary: A high-level cross-protocol url-grabber
|
|
|
|
|
Name: python-urlgrabber
|
|
|
|
|
Version: 2.9.6
|
|
|
|
|
Release: 4.1
|
|
|
|
|
Version: 2.9.8
|
|
|
|
|
Release: 1
|
|
|
|
|
Source0: urlgrabber-%{version}.tar.gz
|
|
|
|
|
Patch0: python-urlgrabber-2.9.6-reget.patch
|
|
|
|
|
License: LGPL
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
|
|
|
@ -21,7 +20,6 @@ authentication, proxies and more.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -n urlgrabber-%{version}
|
|
|
|
|
%patch0 -p1 -b .reget
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
python setup.py build
|
|
|
|
@ -41,6 +39,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%{_bindir}/urlgrabber
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Feb 22 2006 Jeremy Katz <katzj@redhat.com> - 2.9.8-1
|
|
|
|
|
- update to new version fixing progress bars in yum on regets
|
|
|
|
|
|
|
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
|
|