update to 2.45 [release 2.45-1mamba;Tue Jan 11 2022]
This commit is contained in:
parent
1ed427ef57
commit
9f4dff40a7
@ -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 <silvan.calarco@mambasoft.it>
|
||||
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 <silvan.calarco@mambasoft.it> 2.45-1mamba
|
||||
- update to 2.45
|
||||
|
||||
* Thu Sep 10 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.39-3mamba
|
||||
- rebuilt with py3 package
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user