]> git.pld-linux.org Git - packages/python-setuptools.git/commitdiff
obsolete python-distribute to allow switching auto/th/python-setuptools-7.0-2
authorElan Ruusamäe <glen@delfi.ee>
Sat, 22 Nov 2014 22:12:24 +0000 (00:12 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 22 Nov 2014 22:12:24 +0000 (00:12 +0200)
python-setuptools.spec

index 480f0ffbd3da58439ea2183b4b2eac3614ae66ee..f7231b4d4f220e9324b37cbd31a1845dd743e690 100644 (file)
@@ -10,7 +10,7 @@ Summary:      A collection of enhancements to the Python distutils
 Summary(pl.UTF-8):     Zestaw rozszerzeń dla pythonowych distutils
 Name:          python-setuptools
 Version:       7.0
-Release:       1
+Release:       2
 Epoch:         1
 License:       PSF or ZPL
 Group:         Development/Languages/Python
@@ -30,6 +30,7 @@ BuildRequires:        python3-modules >= 1:3.2
 %endif
 BuildRequires: rpm-pythonprov
 Requires:      python-modules >= 1:2.6
+Obsoletes:     python-distribute
 Obsoletes:     python-setuptools-devel
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -120,7 +121,7 @@ rm -rf $RPM_BUILD_ROOT
 %if %{with python2}
 %files
 %defattr(644,root,root,755)
-%doc CHANGES.txt README.txt DEVGUIDE.txt 
+%doc CHANGES.txt README.txt DEVGUIDE.txt
 %attr(755,root,root) %{_bindir}/easy_install
 %attr(755,root,root) %{_bindir}/easy_install-2.*
 %{py_sitescriptdir}/%{module}
@@ -133,7 +134,7 @@ rm -rf $RPM_BUILD_ROOT
 %if %{with python3}
 %files -n python3-%{module}
 %defattr(644,root,root,755)
-%doc CHANGES.txt README.txt DEVGUIDE.txt 
+%doc CHANGES.txt README.txt DEVGUIDE.txt
 %attr(755,root,root) %{_bindir}/easy_install-3.*
 %{py3_sitescriptdir}/__pycache__/easy_install.*.py[co]
 %{py3_sitescriptdir}/__pycache__/pkg_resources.*.py[co]
This page took 0.116182 seconds and 4 git commands to generate.