change spec

This commit is contained in:
zhangy1317 2021-01-14 15:52:42 +08:00
parent 356748690d
commit 47bd507028

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-python-scciclient Name: python-scciclient
Version: 0.8.1 Version: 0.8.1
Release: 1 Release: 2
Summary: Python ServerView Common Command Interface (SCCI) Client Library Summary: Python ServerView Common Command Interface (SCCI) Client Library
License: Apache-2.0 License: Apache-2.0
URL: https://opendev.org/x/python-scciclient URL: https://opendev.org/x/python-scciclient
@ -19,18 +19,18 @@ Requires: python3-six
Python ServerView Common Command Interface (SCCI) Client Library Python ServerView Common Command Interface (SCCI) Client Library
%package -n python3-python-scciclient %package -n python3-scciclient
Summary: Python ServerView Common Command Interface (SCCI) Client Library Summary: Python ServerView Common Command Interface (SCCI) Client Library
Provides: python-python-scciclient Provides: python-python-scciclient
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
%description -n python3-python-scciclient %description -n python3-scciclient
Python ServerView Common Command Interface (SCCI) Client Library Python ServerView Common Command Interface (SCCI) Client Library
%package help %package help
Summary: Development documents and examples for python-scciclient Summary: Development documents and examples for python-scciclient
Provides: python3-python-scciclient-doc Provides: python3-scciclient-doc
%description help %description help
Python ServerView Common Command Interface (SCCI) Client Library Python ServerView Common Command Interface (SCCI) Client Library
@ -69,7 +69,7 @@ popd
mv %{buildroot}/filelist.lst . mv %{buildroot}/filelist.lst .
mv %{buildroot}/doclist.lst . mv %{buildroot}/doclist.lst .
%files -n python3-python-scciclient -f filelist.lst %files -n python3-scciclient -f filelist.lst
%dir %{python3_sitelib}/* %dir %{python3_sitelib}/*
%files help -f doclist.lst %files help -f doclist.lst