From 9f4dff40a7bc8ad45628f884c07932549125323a Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 11:03:49 +0100 Subject: [PATCH] update to 2.45 [release 2.45-1mamba;Tue Jan 11 2022] --- python-distutils-extra.spec | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/python-distutils-extra.spec b/python-distutils-extra.spec index d2a9010..4ddc4d4 100644 --- a/python-distutils-extra.spec +++ b/python-distutils-extra.spec @@ -1,20 +1,17 @@ Name: python-distutils-extra -Version: 2.39 -Release: 3mamba +Version: 2.45 +Release: 1mamba Summary: Add support for i10n, documentation and icons to distutils Group: System/Libraries/Python Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://launchpad.net/ubuntu/+source/python-distutils-extra -Source: https://launchpad.net/python-distutils-extra/trunk/%{version}/+download/python-distutils-extra-%{version}.tar.gz +URL: https://launchpad.net/ubuntu/+source/python-distutils-extra +Source: http://ftp.debian.org/debian/pool/main/p/python-distutils-extra/python-distutils-extra_%{version}.tar.xz License: GPL ## AUTOBUILDREQ-BEGIN -BuildRequires: libpython-devel +BuildRequires: libpython3-devel ## AUTOBUILDREQ-END -BuildRequires: python-setuptools -Requires: python >= %python_version -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Add support for i10n, documentation and icons to distutils. @@ -24,7 +21,7 @@ Add support for i10n, documentation and icons to distutils. %endif %prep -%setup -q +%setup -q -n %{name} %build %{__python} setup.py build @@ -37,15 +34,20 @@ Add support for i10n, documentation and icons to distutils. --install-lib=%{python_sitearch} \ --record=%{name}.filelist -sed -i "s,.*/man/.*,&.gz," %{name}.filelist +sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) +%dir %{python_sitearch}/python_distutils_extra-*-py*.egg-info +%{python_sitearch}/python_distutils_extra-*-py*.egg-info/* %changelog +* Tue Jan 11 2022 Silvan Calarco 2.45-1mamba +- update to 2.45 + * Thu Sep 10 2020 Silvan Calarco 2.39-3mamba - rebuilt with py3 package