rebuilt with python3 == 3.11 [release 0.6-2mamba;Thu Oct 05 2023]
This commit is contained in:
parent
8aa757aa7c
commit
580ce851ed
11
iotop.spec
11
iotop.spec
@ -1,12 +1,12 @@
|
|||||||
Name: iotop
|
Name: iotop
|
||||||
Version: 0.6
|
Version: 0.6
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Top like utility for I/O
|
Summary: Top like utility for I/O
|
||||||
Group: System/Tools
|
Group: System/Tools
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://guichaz.free.fr/iotop
|
URL: http://guichaz.free.fr/iotop/
|
||||||
Source: https://repo.or.cz/iotop.git/iotop-%{version}/iotop-%{version}.tar.bz2
|
Source: https://repo.or.cz/iotop.git/iotop-%{version}/iotop-%{version}.tar.bz2
|
||||||
Patch0: iotop-0.6-python3.patch
|
Patch0: iotop-0.6-python3.patch
|
||||||
Patch1: iotop-0.6-python3build.patch
|
Patch1: iotop-0.6-python3build.patch
|
||||||
@ -14,7 +14,7 @@ Patch2: iotop-0.6-noendcurses.patch
|
|||||||
Patch3: iotop-0.6-batchprintutf8.patch
|
Patch3: iotop-0.6-batchprintutf8.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython311-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -46,8 +46,13 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
|||||||
|
|
||||||
%files -f %{name}.filelist
|
%files -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%dir %{python3_sitearch}/iotop-%{version}-py*.egg-info
|
||||||
|
%{python3_sitearch}/iotop-%{version}-py*.egg-info/*
|
||||||
%doc COPYING THANKS
|
%doc COPYING THANKS
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 05 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6-2mamba
|
||||||
|
- rebuilt with python3 == 3.11
|
||||||
|
|
||||||
* Sun May 09 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6-1mamba
|
* Sun May 09 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user