diff --git a/python-distutils-extra.spec b/python-distutils-extra.spec index 7638598..57083d9 100644 --- a/python-distutils-extra.spec +++ b/python-distutils-extra.spec @@ -1,5 +1,5 @@ Name: python-distutils-extra -Version: 2.49 +Version: 2.50 Release: 1mamba Summary: Add support for i10n, documentation and icons to distutils Group: System/Libraries/Python @@ -24,12 +24,12 @@ Add support for i10n, documentation and icons to distutils. %setup -q -c -a0 %build -cd work +cd python-distutils-extra %{__python} setup.py build %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -cd work +cd python-distutils-extra %{__python} setup.py install \ --root="%{buildroot}" \ --install-headers=%{python_inc} \ @@ -41,12 +41,15 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%files %{?pyappend} -f work/%{name}.filelist +%files %{?pyappend} -f python-distutils-extra/%{name}.filelist %defattr(-,root,root) %dir %{python_sitearch}/python_distutils_extra-*-py*.egg-info %{python_sitearch}/python_distutils_extra-*-py*.egg-info/* %changelog +* Tue Mar 07 2023 Automatic Build System 2.50-1mamba +- automatic version update by autodist + * Sat Feb 11 2023 Automatic Build System 2.49-1mamba - automatic version update by autodist