automatic version update by autodist [release 2.50-1mamba;Tue Mar 07 2023]

This commit is contained in:
Automatic Build System 2024-01-06 11:03:50 +01:00
parent 41af27b558
commit 9a14b52738

View File

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