2024-01-06 11:23:13 +01:00
|
|
|
Name: python-libvirt
|
2024-10-03 21:40:06 +02:00
|
|
|
Version: 10.8.0
|
2024-01-06 11:23:13 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Python binding to the libvirt.so, libvirt-qemu.so and libvirt-lxc.so library APIs.
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 11:23:14 +01:00
|
|
|
URL: https://libvirt.org/python.html
|
2024-01-06 11:23:14 +01:00
|
|
|
Source: https://libvirt.org/sources/python/libvirt-python-%{version}.tar.gz
|
2024-01-06 11:23:13 +01:00
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-01-06 11:23:18 +01:00
|
|
|
BuildRequires: libpython311-devel
|
2024-01-06 11:23:13 +01:00
|
|
|
BuildRequires: libvirt-devel
|
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 11:23:18 +01:00
|
|
|
BuildRequires: python3-devel >= 3.11.5-3mamba
|
2024-01-06 11:23:14 +01:00
|
|
|
BuildRequires: libvirt-devel >= %{version}
|
2024-01-06 11:23:13 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
|
2024-01-06 11:23:13 +01:00
|
|
|
%if 0%{?with_pyver}
|
|
|
|
%pyver_package
|
|
|
|
%endif
|
|
|
|
|
2024-01-06 11:23:13 +01:00
|
|
|
%prep
|
|
|
|
%setup -q -n libvirt-python-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
CFLAGS="%{optflags}" %{__python} setup.py build
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%{__python} setup.py install \
|
|
|
|
-O1 --skip-build \
|
|
|
|
--root="%{buildroot}" \
|
|
|
|
--install-headers=%{_includedir}/python \
|
|
|
|
--install-lib=%{python_sitearch} \
|
|
|
|
--record=%{name}.filelist
|
|
|
|
|
|
|
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
|
|
|
|
2024-01-06 11:23:13 +01:00
|
|
|
%files %{?pyappend} -f %{name}.filelist
|
2024-01-06 11:23:13 +01:00
|
|
|
%defattr(-,root,root)
|
2024-01-06 11:23:14 +01:00
|
|
|
%dir %{python_sitearch}/libvirt_python-%{version}-py*.egg-info
|
|
|
|
%{python_sitearch}/libvirt_python-%{version}-py*.egg-info/*
|
2024-01-06 11:23:17 +01:00
|
|
|
%doc AUTHORS COPYING
|
2024-01-06 11:23:13 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-10-03 21:40:06 +02:00
|
|
|
* Wed Oct 02 2024 Automatic Build System <autodist@openmamba.org> 10.8.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-09-04 10:38:49 +02:00
|
|
|
* Tue Sep 03 2024 Automatic Build System <autodist@openmamba.org> 10.7.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-08-07 11:25:48 +02:00
|
|
|
* Tue Aug 06 2024 Automatic Build System <autodist@openmamba.org> 10.6.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-07-03 11:03:27 +02:00
|
|
|
* Tue Jul 02 2024 Automatic Build System <autodist@openmamba.org> 10.5.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-06-06 10:16:53 +02:00
|
|
|
* Thu Jun 06 2024 Automatic Build System <autodist@openmamba.org> 10.4.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-05-05 10:34:11 +02:00
|
|
|
* Sat May 04 2024 Automatic Build System <autodist@openmamba.org> 10.3.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-04-09 11:09:57 +02:00
|
|
|
* Mon Apr 08 2024 Automatic Build System <autodist@openmamba.org> 10.2.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-03-03 13:06:02 +01:00
|
|
|
* Sat Mar 02 2024 Automatic Build System <autodist@openmamba.org> 10.1.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-17 10:44:47 +01:00
|
|
|
* Tue Jan 16 2024 Automatic Build System <autodist@openmamba.org> 10.0.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:23:19 +01:00
|
|
|
* Sat Dec 02 2023 Automatic Build System <autodist@mambasoft.it> 9.10.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:23:18 +01:00
|
|
|
* Thu Nov 02 2023 Automatic Build System <autodist@mambasoft.it> 9.9.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:23:18 +01:00
|
|
|
* Tue Oct 03 2023 Automatic Build System <autodist@mambasoft.it> 9.8.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Sep 26 2023 Automatic Build System <autodist@mambasoft.it> 9.7.0-2mamba
|
|
|
|
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
|
|
|
|
|
2024-01-06 11:23:17 +01:00
|
|
|
* Sun Sep 03 2023 Automatic Build System <autodist@mambasoft.it> 9.7.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:23:17 +01:00
|
|
|
* Sat Aug 05 2023 Automatic Build System <autodist@mambasoft.it> 9.6.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:23:17 +01:00
|
|
|
* Tue Jul 11 2023 Automatic Build System <autodist@mambasoft.it> 9.5.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:23:16 +01:00
|
|
|
* Fri Jun 02 2023 Automatic Build System <autodist@mambasoft.it> 9.4.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:23:16 +01:00
|
|
|
* Wed May 03 2023 Automatic Build System <autodist@mambasoft.it> 9.3.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:23:15 +01:00
|
|
|
* Sun Apr 02 2023 Automatic Build System <autodist@mambasoft.it> 9.2.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:23:15 +01:00
|
|
|
* Fri Mar 03 2023 Automatic Build System <autodist@mambasoft.it> 9.1.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:23:15 +01:00
|
|
|
* Tue Jan 17 2023 Automatic Build System <autodist@mambasoft.it> 9.0.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:23:14 +01:00
|
|
|
* Sun Dec 04 2022 Automatic Build System <autodist@mambasoft.it> 8.10.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:23:14 +01:00
|
|
|
* Thu Nov 03 2022 Automatic Build System <autodist@mambasoft.it> 8.9.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:23:14 +01:00
|
|
|
* Sat Oct 08 2022 Automatic Build System <autodist@mambasoft.it> 8.8.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:23:14 +01:00
|
|
|
* Fri Sep 02 2022 Automatic Build System <autodist@mambasoft.it> 8.7.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Aug 04 2022 Automatic Build System <autodist@mambasoft.it> 8.6.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:23:14 +01:00
|
|
|
* Sat Jul 02 2022 Automatic Build System <autodist@mambasoft.it> 8.5.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:23:14 +01:00
|
|
|
* Fri Jun 03 2022 Automatic Build System <autodist@mambasoft.it> 8.4.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:23:14 +01:00
|
|
|
* Wed May 04 2022 Automatic Build System <autodist@mambasoft.it> 8.3.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:23:14 +01:00
|
|
|
* Sat Apr 02 2022 Automatic Build System <autodist@mambasoft.it> 8.2.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:23:14 +01:00
|
|
|
* Sun Mar 13 2022 Automatic Build System <autodist@mambasoft.it> 8.1.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:23:14 +01:00
|
|
|
* Mon Jan 24 2022 Automatic Build System <autodist@mambasoft.it> 8.0.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:23:14 +01:00
|
|
|
* Thu Dec 02 2021 Automatic Build System <autodist@mambasoft.it> 7.10.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:23:14 +01:00
|
|
|
* Wed Nov 03 2021 Automatic Build System <autodist@mambasoft.it> 7.9.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:23:14 +01:00
|
|
|
* Tue Oct 05 2021 Automatic Build System <autodist@mambasoft.it> 7.8.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:23:14 +01:00
|
|
|
* Thu Sep 02 2021 Automatic Build System <autodist@mambasoft.it> 7.7.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:23:14 +01:00
|
|
|
* Wed Aug 18 2021 Automatic Build System <autodist@mambasoft.it> 7.6.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:23:14 +01:00
|
|
|
* Tue Jul 06 2021 Automatic Build System <autodist@mambasoft.it> 7.5.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:23:14 +01:00
|
|
|
* Thu Jun 10 2021 Automatic Build System <autodist@mambasoft.it> 7.4.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:23:14 +01:00
|
|
|
* Wed May 05 2021 Automatic Build System <autodist@mambasoft.it> 7.3.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:23:14 +01:00
|
|
|
* Mon Apr 05 2021 Automatic Build System <autodist@mambasoft.it> 7.2.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:23:14 +01:00
|
|
|
* Thu Mar 04 2021 Automatic Build System <autodist@mambasoft.it> 7.1.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:23:14 +01:00
|
|
|
* Sun Feb 21 2021 Automatic Build System <autodist@mambasoft.it> 7.0.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:23:14 +01:00
|
|
|
* Sat Jan 02 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 6.10.0-1mamba
|
|
|
|
- update to 6.10.0
|
|
|
|
|
2024-01-06 11:23:14 +01:00
|
|
|
* Thu Dec 12 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 5.10.0-1mamba
|
|
|
|
- update to 5.10.0
|
|
|
|
|
2024-01-06 11:23:13 +01:00
|
|
|
* Fri Mar 15 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 5.1.0-1mamba
|
|
|
|
- update to 5.1.0
|
|
|
|
|
2024-01-06 11:23:13 +01:00
|
|
|
* Wed Nov 22 2017 Automatic Build System <autodist@mambasoft.it> 3.9.0-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-06 11:23:13 +01:00
|
|
|
* Sun Oct 22 2017 Automatic Build System <autodist@mambasoft.it> 3.8.0-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-06 11:23:13 +01:00
|
|
|
* Wed Dec 30 2015 Automatic Build System <autodist@mambasoft.it> 1.3.0-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-06 11:23:13 +01:00
|
|
|
* Sun Oct 12 2014 Automatic Build System <autodist@mambasoft.it> 1.2.9-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-06 11:23:13 +01:00
|
|
|
* Sat Aug 23 2014 Automatic Build System <autodist@mambasoft.it> 1.2.7-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-06 11:23:13 +01:00
|
|
|
* Fri Jul 11 2014 Automatic Build System <autodist@mambasoft.it> 1.2.6-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-06 11:23:13 +01:00
|
|
|
* Wed May 28 2014 Automatic Build System <autodist@mambasoft.it> 1.2.4-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-06 11:23:13 +01:00
|
|
|
* Mon Apr 28 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.3-1mamba
|
|
|
|
- update to 1.2.3
|
|
|
|
|
|
|
|
* Tue Dec 10 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.0-1mamba
|
|
|
|
- package created using the webbuild interface
|