From 47bd507028be337166814e01b1bd77781ec7c531 Mon Sep 17 00:00:00 2001 From: zhangy1317 Date: Thu, 14 Jan 2021 15:52:42 +0800 Subject: [PATCH] change spec --- python-scciclient.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/python-scciclient.spec b/python-scciclient.spec index 56d7ed3..550a4a0 100644 --- a/python-scciclient.spec +++ b/python-scciclient.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 -Name: python-python-scciclient +Name: python-scciclient Version: 0.8.1 -Release: 1 +Release: 2 Summary: Python ServerView Common Command Interface (SCCI) Client Library License: Apache-2.0 URL: https://opendev.org/x/python-scciclient @@ -19,18 +19,18 @@ Requires: python3-six 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 Provides: python-python-scciclient BuildRequires: python3-devel BuildRequires: python3-setuptools -%description -n python3-python-scciclient +%description -n python3-scciclient Python ServerView Common Command Interface (SCCI) Client Library %package help Summary: Development documents and examples for python-scciclient -Provides: python3-python-scciclient-doc +Provides: python3-scciclient-doc %description help Python ServerView Common Command Interface (SCCI) Client Library @@ -69,7 +69,7 @@ popd mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . -%files -n python3-python-scciclient -f filelist.lst +%files -n python3-scciclient -f filelist.lst %dir %{python3_sitelib}/* %files help -f doclist.lst -- Gitee