Compare commits

..

No commits in common. "ccef2b77ebd7574073442599a4e923ffeac1871d" and "0164c25e844f13a365c70e8ec2e90f5cf42a241c" have entirely different histories.

4 changed files with 12 additions and 25 deletions

BIN
pywbem-0.12.4.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,16 +1,16 @@
%global py2_build_dir %{_builddir}/%{name}-%{version}-%{release}-python2
%define with_python2 0
%bcond_with python2
%global __requires_exclude ^.*python[2|3]*.7dist\\(.*\\).*$
Name: pywbem
Version: 1.1.3
Release: 1
Version: 0.12.4
Release: 4
Summary: WBEM client and WBEM indication listener
License: LGPLv2
URL: https://github.com/pywbem/pywbem
Source0: https://files.pythonhosted.org/packages/35/a5/569e9c88437b81a31de972948340c2e25b9b22a1f44819f7c743c06cbe2b/pywbem-1.1.3.tar.gz
Source0: https://github.com/pywbem/pywbem/archive/%{version}.tar.gz
%if 0%{?with_python2}
%if %{with python2}
BuildRequires: python2-pip python2-pbr python2-pyyaml python2-ply python2-rpm-macros python2-devel
%endif
BuildRequires: python3-pip python3-PyYAML python3-ply python3-rpm-macros python3-pbr python3-devel git
@ -24,7 +24,7 @@ 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.
%if 0%{?with_python2}
%if %{with python2}
%package -n python2-pywbem
Summary: Python2 WBEM client and WBEM indication listener
Requires: m2crypto python2-pyyaml python2-six python2-ply python2-mock python2-pbr
@ -42,7 +42,7 @@ A WBEM indication listener allows receiving indications generated by a WBEM serv
%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
Requires: python3-PyYAML python3-six python3-ply python3-mock python3-pbr
BuildArch: noarch
%description -n python3-pywbem
@ -52,7 +52,7 @@ 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.
%if 0%{?with_python2}
%if %{with python2}
%package twisted
Summary: Python2 WBEM client bindings for Twisted Python
Requires: python2-twisted %{name} = %{version}-%{release}
@ -68,13 +68,13 @@ the open source MIT license.
%build
%if 0%{?with_python2}
%if %{with python2}
cp -a . %{py2_build_dir}
%endif
PBR_VERSION="%{version}" CFLAGS="%{optflags}" %{__python3} setup.py build
%if 0%{?with_python2}
%if %{with python2}
cd %{py2_build_dir}
PBR_VERSION="%{version}" CFLAGS="%{optflags}" %{__python2} setup.py build
cd -
@ -82,7 +82,7 @@ cd -
%install
%if 0%{?with_python2}
%if %{with python2}
cd %{py2_build_dir}
env PYTHONPATH=%{buildroot}/%{python2_sitelib} PBR_VERSION="%{version}" \
%{__python2} setup.py install -O1 --skip-build --root %{buildroot}
@ -95,7 +95,7 @@ env PYTHONPATH=%{buildroot}/%{python3_sitelib} PBR_VERSION="%{version}" \
%{__python3} setup.py install -O1 --skip-build --root %{buildroot}
%if 0%{?with_python2}
%if %{with python2}
%files -n python2-pywbem
%doc LICENSE.txt
%{python2_sitelib}/*.egg-info
@ -113,15 +113,6 @@ env PYTHONPATH=%{buildroot}/%{python3_sitelib} PBR_VERSION="%{version}" \
%changelog
* Mon Aug 09 2021 OpenStack_SIG <openstack@openeuler.org> - 1.1.3-1
- Update version to 1.1.3
* Fri Sep 11 2020 liuweibo<liuweibo10@huawei.com> - 0.12.4-6
- Fix Source0
* Sat Mar 14 2020 gulining<gulining1@huawei.com> - 0.12.4-5
- remove python2
* Mon Dec 16 2019 likexin<likexin4@huawei.com> - 0.12.4-4
- modify requires_exclude

View File

@ -1,4 +0,0 @@
version_control: github
src_repo: pywbem/pywbem
tag_prefix: ^v
seperator: .