automatic version update by autodist [release 2.49-1mamba;Sat Feb 11 2023]
This commit is contained in:
parent
d4139b1796
commit
41af27b558
@ -1,5 +1,5 @@
|
|||||||
Name: python-distutils-extra
|
Name: python-distutils-extra
|
||||||
Version: 2.48
|
Version: 2.49
|
||||||
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
|
||||||
@ -21,13 +21,15 @@ Add support for i10n, documentation and icons to distutils.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}
|
%setup -q -c -a0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
cd work
|
||||||
%{__python} setup.py build
|
%{__python} setup.py build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
cd work
|
||||||
%{__python} setup.py install \
|
%{__python} setup.py install \
|
||||||
--root="%{buildroot}" \
|
--root="%{buildroot}" \
|
||||||
--install-headers=%{python_inc} \
|
--install-headers=%{python_inc} \
|
||||||
@ -39,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 %{name}.filelist
|
%files %{?pyappend} -f work/%{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
|
||||||
|
* Sat Feb 11 2023 Automatic Build System <autodist@mambasoft.it> 2.49-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Mon Jan 30 2023 Automatic Build System <autodist@mambasoft.it> 2.48-1mamba
|
* Mon Jan 30 2023 Automatic Build System <autodist@mambasoft.it> 2.48-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user