From: Jacek Konieczny Date: Thu, 31 Dec 2015 19:42:29 +0000 (+0100) Subject: drop obsolete 'Provides: python-setuptools' X-Git-Tag: auto/th/python-distribute-0.7.3-5 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=83754b8b26596157366bfd35a22e94911e7d4199;p=packages%2Fpython-distribute.git drop obsolete 'Provides: python-setuptools' also: fix python-setuptools requires Release: 5 --- diff --git a/python-distribute.spec b/python-distribute.spec index 57d8bb8..b5edd03 100644 --- a/python-distribute.spec +++ b/python-distribute.spec @@ -8,23 +8,23 @@ Summary: distribute compatibility wrapper for setuptools Summary(pl.UTF-8): Nakładka na python-setuptools zastępujące distribute Name: python-distribute Version: 0.7.3 -Release: 4 +Release: 5 License: PSF or ZPL Group: Development/Languages/Python Source0: https://pypi.python.org/packages/source/d/distribute/distribute-%{version}.zip # Source0-md5: c6c59594a7b180af57af8a0cc0cf5b4a URL: https://pypi.python.org/pypi/distribute %if %{with python2} -BuildRequires: python-setuptools > 7.0 +BuildRequires: python-setuptools > 1:7.0 BuildConflicts: python-distribute < 0.7 %endif %if %{with python3} -BuildRequires: python3-setuptools > 7.0 +BuildRequires: python3-setuptools > 1:7.0 BuildConflicts: python3-distribute < 0.7 %endif BuildRequires: rpm-pythonprov BuildRequires: rpmbuild(macros) >= 1.523 -Requires: python-setuptools > 7.0 +Requires: python-setuptools > 1:7.0 BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -40,7 +40,7 @@ jest tylko nakładką na współczesne Setuptools. Summary: Easily download, build, install, upgrade, and uninstall Python 3.x packages Summary(pl.UTF-8): Łatwe ściąganie, budowanie, instalowanie, uaktualnianie i usuwanie pakietów Pythona 3.x Group: Development/Languages/Python -Provides: python3-setuptools = 1:0.6-3 +Requires: python3-setuptools > 1:7.0 %description -n python3-%{pname} Distribute was a fork of the Setuptools project. This package replaces