114 Star 0 Fork 12

src-openEuler/pywbem

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pywbem.spec 2.76 KB
一键复制 编辑 原始数据 按行查看 历史
starlet_dx 提交于 2023-06-02 17:11 . Update to 1.6.1
%global py2_build_dir %{_builddir}/%{name}-%{version}-%{release}-python2
%define with_python2 0
%global __requires_exclude ^.*python[2|3]*.7dist\\(.*\\).*$
Name: pywbem
Version: 1.6.1
Release: 1
Summary: WBEM client and WBEM indication listener
License: LGPLv2
URL: https://github.com/pywbem/pywbem
Source0: https://files.pythonhosted.org/packages/82/06/8ec1c9213b011132404ea245aed079a6b9c4404300dae32d586810032087/pywbem-1.6.1.tar.gz
BuildRequires: python3-pip python3-PyYAML python3-ply python3-rpm-macros python3-pbr python3-devel git python3-wheel
BuildArch: noarch
%description
A WBEM client allows issuing operations to a WBEM server, using the CIM (Common
Information Model) operations over HTTP (CIM-XML) protocol defined in the DMTF
standards DSP0200 and DSP0201. The CIM/WBEM infrastructure is used for a wide
variety of systems management tasks supported by systems running WBEM servers.
A WBEM indication listener allows receiving indications generated by a WBEM server.
%package -n python3-pywbem
Summary: Python3 WBEM client and WBEM indication listenex
Requires: python3-PyYAML python3-six python3-ply python3-mock python3-pbr python3-nocasedict python3-nocaselist python3-yamlloader
BuildArch: noarch
%description -n python3-pywbem
A WBEM client allows issuing operations to a WBEM server, using the CIM (Common
Information Model) operations over HTTP (CIM-XML) protocol defined in the DMTF
standards DSP0200 and DSP0201. The CIM/WBEM infrastructure is used for a wide
variety of systems management tasks supported by systems running WBEM servers.
A WBEM indication listener allows receiving indications generated by a WBEM server.
%prep
%autosetup -n %{name}-%{version} -p1
%build
PBR_VERSION="%{version}" CFLAGS="%{optflags}" %{__python3} setup.py build
%install
env PYTHONPATH=%{buildroot}/%{python3_sitelib} PBR_VERSION="%{version}" \
%{__python3} setup.py install -O1 --skip-build --root %{buildroot}
%files -n python3-pywbem
%{python3_sitelib}/*
%{_bindir}/*
%exclude /usr/bin/*.bat
%doc README.rst LICENSE.txt
%changelog
* Fri Jun 02 2023 yaoxin <[email protected]> - 1.6.1-1
- Update to 1.6.1
* Thu Jun 16 2022 zhangy1317 <[email protected]> - 1.4.1-1
- Upgrade version for openstack yoga
* Mon Aug 09 2021 OpenStack_SIG <[email protected]> - 1.1.3-1
- Update version to 1.1.3
* Fri Sep 11 2020 liuweibo<[email protected]> - 0.12.4-6
- Fix Source0
* Sat Mar 14 2020 gulining<[email protected]> - 0.12.4-5
- remove python2
* Mon Dec 16 2019 likexin<[email protected]> - 0.12.4-4
- modify requires_exclude
* Mon Dec 16 2019 likexin<[email protected]> - 0.12.4-3
- add requires_exclude python dist
* Thu Nov 28 2019 likexin<[email protected]> - 0.12.4-2
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/pywbem.git
[email protected]:src-openeuler/pywbem.git
src-openeuler
pywbem
pywbem
master

搜索帮助