automatic version update by autodist [release 3.1-1mamba;Sat Nov 23 2024]
This commit is contained in:
parent
2720c594d1
commit
8387f781d6
@ -1,6 +1,6 @@
|
||||
%define pkgname python_distutils_extra
|
||||
Name: python-distutils-extra
|
||||
Version: 3.0
|
||||
Version: 3.1
|
||||
Release: 1mamba
|
||||
Summary: Add support for i10n, documentation and icons to distutils
|
||||
Group: System/Libraries/Python
|
||||
@ -26,12 +26,12 @@ Add support for i10n, documentation and icons to distutils.
|
||||
%setup -q -c -a0
|
||||
|
||||
%build
|
||||
cd python-distutils-extra
|
||||
cd work
|
||||
CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
cd python-distutils-extra
|
||||
cd work
|
||||
%{__python} -m installer --destdir=%{buildroot} dist/*.whl
|
||||
|
||||
#%if "%{?with_pyver}" != "3"
|
||||
@ -49,6 +49,9 @@ cd python-distutils-extra
|
||||
%{python_sitelib}/DistUtilsExtra/*
|
||||
|
||||
%changelog
|
||||
* Sat Nov 23 2024 Automatic Build System <autodist@openmamba.org> 3.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Dec 01 2023 Automatic Build System <autodist@mambasoft.it> 3.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user