rebuilt with distdeps [release 46.4.0-5mamba;Mon Apr 05 2021]
This commit is contained in:
parent
aeb3d1bf7e
commit
29ae161d61
@ -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 <silvan.calarco@mambasoft.it> 46.4.0-5mamba
|
||||
- rebuilt with distdeps
|
||||
|
||||
* Wed Feb 03 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 46.4.0-4mamba
|
||||
- python-setuptools-py27-devel: don't obsolete python-setuptools-devel
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user