update to 2.45 [release 2.45-1mamba;Tue Jan 11 2022]

This commit is contained in:
Silvan Calarco 2024-01-06 11:03:49 +01:00
parent 1ed427ef57
commit 9f4dff40a7

View File

@ -1,20 +1,17 @@
Name: python-distutils-extra Name: python-distutils-extra
Version: 2.39 Version: 2.45
Release: 3mamba 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
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://launchpad.net/ubuntu/+source/python-distutils-extra URL: https://launchpad.net/ubuntu/+source/python-distutils-extra
Source: https://launchpad.net/python-distutils-extra/trunk/%{version}/+download/python-distutils-extra-%{version}.tar.gz Source: http://ftp.debian.org/debian/pool/main/p/python-distutils-extra/python-distutils-extra_%{version}.tar.xz
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libpython-devel BuildRequires: libpython3-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: python-setuptools
Requires: python >= %python_version
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
Add support for i10n, documentation and icons to distutils. Add support for i10n, documentation and icons to distutils.
@ -24,7 +21,7 @@ Add support for i10n, documentation and icons to distutils.
%endif %endif
%prep %prep
%setup -q %setup -q -n %{name}
%build %build
%{__python} setup.py build %{__python} setup.py build
@ -37,15 +34,20 @@ Add support for i10n, documentation and icons to distutils.
--install-lib=%{python_sitearch} \ --install-lib=%{python_sitearch} \
--record=%{name}.filelist --record=%{name}.filelist
sed -i "s,.*/man/.*,&.gz," %{name}.filelist 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 %{name}.filelist
%defattr(-,root,root) %defattr(-,root,root)
%dir %{python_sitearch}/python_distutils_extra-*-py*.egg-info
%{python_sitearch}/python_distutils_extra-*-py*.egg-info/*
%changelog %changelog
* Tue Jan 11 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2.45-1mamba
- update to 2.45
* Thu Sep 10 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.39-3mamba * Thu Sep 10 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.39-3mamba
- rebuilt with py3 package - rebuilt with py3 package