diff --git a/python-colorama.spec b/python-colorama.spec index 3628dd5..5e891ab 100644 --- a/python-colorama.spec +++ b/python-colorama.spec @@ -1,5 +1,6 @@ +%define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-colorama -Version: 0.4.5 +Version: 0.4.6 Release: 1mamba Summary: Cross-platform colored terminal text Group: System/Libraries @@ -24,25 +25,30 @@ BuildRequires: libpython3-devel %setup -q -n colorama-%{version} %build -CFLAGS="%{optflags}" %{__python} setup.py build +CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%{__python} setup.py install \ - -O1 --skip-build \ - --root="%{buildroot}" \ - --install-headers=%{_includedir}/python \ - --install-lib=%{python_sitearch} \ - --record=%{name}.filelist +%{__python} -m installer --destdir=%{buildroot} dist/*.whl -sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist +#%if "%{?with_pyver}" != "3" +## Rename any conflicting file outside of python site packages tree +#for f in %{_bindir}/pdm; do +# mv %{buildroot}${f}{,-%{?pyappend}} +#done +#%endif -%files %{?pyappend} -f %{name}.filelist +%files %{?pyappend} %defattr(-,root,root) -%dir %{python_sitearch}/colorama-%{version}-py*.egg-info -%{python_sitearch}/colorama-%{version}-py*.egg-info/* +%dir %{python_sitelib}/%{pkgname}-%{version}.dist-info +%{python_sitelib}/%{pkgname}-%{version}.dist-info/* +%dir %{python_sitelib}/%{pkgname} +%{python_sitelib}/%{pkgname}/* %changelog +* Mon Mar 06 2023 Automatic Build System 0.4.6-1mamba +- automatic version update by autodist + * Fri Jun 17 2022 Automatic Build System 0.4.5-1mamba - automatic version update by autodist