python-ovirt-engine-sdk4/python-ovirt-engine-sdk4.spec

56 lines
1.2 KiB
RPMSpec
Raw Permalink Normal View History

2021-06-30 15:11:57 +08:00
%global tar_version 4.4.12
2020-03-04 00:20:53 -05:00
Name: python-ovirt-engine-sdk4
Summary: Python SDK for version 4 of the oVirt Engine API
2021-06-30 15:11:57 +08:00
Version: 4.4.12
Release: 1
2020-03-04 00:20:53 -05:00
Group: Development/Languages
License: ASL 2.0
URL: http://ovirt.org
2021-06-30 15:11:57 +08:00
Source: https://resources.ovirt.org/pub/ovirt-4.4/src/python-ovirt-engine-sdk4/ovirt-engine-sdk-python-%{tar_version}.tar.gz
2020-03-04 00:20:53 -05:00
BuildRequires: gcc
BuildRequires: libxml2-devel
Requires: libxml2
%description
This package contains the Python SDK for version 4 of the oVirt Engine
API.
2021-06-30 15:11:57 +08:00
%package -n python3-ovirt-engine-sdk4
Summary: oVirt Engine Software Development Kit (Python)
BuildRequires: python3-devel
Requires: libxml2
Requires: python3
Requires: python3-pycurl >= 7.43.0-6
Requires: python3-six
%description -n python3-ovirt-engine-sdk4
This package contains the Python 3 SDK for version 4 of the oVirt Engine
API.
2020-03-04 00:20:53 -05:00
%prep
%setup -q -n ovirt-engine-sdk-python-%{tar_version}
2021-06-30 15:11:57 +08:00
2020-03-04 00:20:53 -05:00
%build
2021-06-30 15:11:57 +08:00
%py3_build
2020-03-04 00:20:53 -05:00
%install
2021-06-30 15:11:57 +08:00
%py3_install
2020-03-04 00:20:53 -05:00
2021-06-30 15:11:57 +08:00
%files -n python3-ovirt-engine-sdk4
2020-03-04 00:20:53 -05:00
%doc README.adoc
%doc examples
%license LICENSE.txt
2021-06-30 15:11:57 +08:00
%{python3_sitearch}/*
2020-03-04 00:20:53 -05:00
%changelog
2021-06-30 15:11:57 +08:00
* Mon Jun 28 2021 wangdi <wangdi@kylinos.cn> - 4.4.12-1
- Bump version to 4.4.12
2020-03-04 00:20:53 -05:00
* Thu Mar 5 2020 di.wang <di.wang@cs2c.com.cn> - 4.3.2-2
- Package Initialization