From 29ae161d61de6a7762f56b2cf88b242d0bd69e7a Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 16:38:58 +0100 Subject: [PATCH] rebuilt with distdeps [release 46.4.0-5mamba;Mon Apr 05 2021] --- python-setuptools-py27.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/python-setuptools-py27.spec b/python-setuptools-py27.spec index e4050aa..fcd123a 100644 --- a/python-setuptools-py27.spec +++ b/python-setuptools-py27.spec @@ -1,6 +1,6 @@ Name: python-setuptools-py27 Version: 46.4.0 -Release: 4mamba +Release: 5mamba Summary: Download, build, install, upgrade and uninstall Python packages Group: System/Libraries/Python Vendor: openmamba @@ -11,7 +11,6 @@ Source: https://pypi.debian.net/setuptools/setuptools-%{version}.zip Source1: psfl.txt Source2: zpl.txt License: PSF, ZPL -Requires: python >= %python_version ## AUTOBUILDREQ-BEGIN BuildRequires: libpython-devel >= %python_version ## AUTOBUILDREQ-END @@ -19,7 +18,6 @@ Provides: python-distribute Obsoletes: python-distribute < 46.4.0 #Provides: python-setuptools #Obsoletes: python-setuptools -BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildArch: noarch %description @@ -54,7 +52,7 @@ CFLAGS="%{optflags}" %{__python} setup.py build --install-lib=%{python_sitearch} \ --record=%{name}.filelist -sed -i '\,\.egg-info/,d' %{name}.filelist +sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist install -p -m 0644 %{S:1} %{S:2} . @@ -88,6 +86,9 @@ chmod +x %{buildroot}%{python_sitearch}/setuptools/command/easy_install.py #%doc psfl.txt zpl.txt %changelog +* Mon Apr 05 2021 Silvan Calarco 46.4.0-5mamba +- rebuilt with distdeps + * Wed Feb 03 2021 Silvan Calarco 46.4.0-4mamba - python-setuptools-py27-devel: don't obsolete python-setuptools-devel