!3 Change spec of python-barbicanclient

From: @zhangy1317
Reviewed-by: @joec88
Signed-off-by: @joec88
This commit is contained in:
openeuler-ci-bot 2021-01-14 18:44:57 +08:00 committed by Gitee
commit 2607042b48

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0
Name: python-python-barbicanclient
Name: python-barbicanclient
Version: 5.0.1
Release: 1
Release: 2
Summary: Client Library for OpenStack Barbican Key Management API
License: Apache-2.0
URL: https://opendev.org/openstack/python-barbicanclient/
@ -17,17 +17,17 @@ Requires: python3-six
%description
This is a client for the Barbican Key Management API.
%package -n python3-python-barbicanclient
%package -n python3-barbicanclient
Summary: Client Library for OpenStack Barbican Key Management API
Provides: python-python-barbicanclient
BuildRequires: python3-devel
BuildRequires: python3-setuptools
%description -n python3-python-barbicanclient
%description -n python3-barbicanclient
This is a client for the Barbican Key Management API.
%package help
Summary: Development documents and examples for python-barbicanclient
Provides: python3-python-barbicanclient-doc
Provides: python3-barbicanclient-doc
%description help
This is a client for the Barbican Key Management API.
@ -65,7 +65,7 @@ popd
mv %{buildroot}/filelist.lst .
mv %{buildroot}/doclist.lst .
%files -n python3-python-barbicanclient -f filelist.lst
%files -n python3-barbicanclient -f filelist.lst
%dir %{python3_sitelib}/*
%files help -f doclist.lst