Update Python 2 dependency declarations to new packaging standards

epel9
Iryna Shcherbina 7 years ago
parent 50636b7a74
commit e9ef267c96

@ -1,7 +1,7 @@
Summary: A high-level cross-protocol url-grabber
Name: python-urlgrabber
Version: 3.10.1
Release: 14%{?dist}
Release: 15%{?dist}
Source0: http://urlgrabber.baseurl.org/download/urlgrabber-%{version}.tar.gz
Patch1: urlgrabber-HEAD.patch
Patch2: BZ-1051554-speed-on-404-mirror.patch
@ -9,7 +9,7 @@ Patch2: BZ-1051554-speed-on-404-mirror.patch
License: LGPLv2+
Group: Development/Libraries
BuildArch: noarch
BuildRequires: python2-devel, python-pycurl
BuildRequires: python2-devel, python2-pycurl
Url: http://urlgrabber.baseurl.org/
%global _description\
@ -22,7 +22,7 @@ authentication, proxies and more.
%package -n python2-urlgrabber
Summary: %summary
Provides: urlgrabber = %{version}-%{release}
Requires: python-pycurl
Requires: python2-pycurl
%{?python_provide:%python_provide python2-urlgrabber}
%description -n python2-urlgrabber %_description
@ -47,6 +47,10 @@ rm -rf $RPM_BUILD_ROOT/%{_docdir}/urlgrabber-%{version}
%attr(0755,root,root) %{_libexecdir}/urlgrabber-ext-down
%changelog
* Fri Feb 09 2018 Iryna Shcherbina <ishcherb@redhat.com> - 3.10.1-15
- Update Python 2 dependency declarations to new packaging standards
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.10.1-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

Loading…
Cancel
Save