change spec
This commit is contained in:
parent
31d32720d6
commit
8870def116
@ -1,7 +1,7 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-python-barbicanclient
|
Name: python-barbicanclient
|
||||||
Version: 5.0.1
|
Version: 5.0.1
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Client Library for OpenStack Barbican Key Management API
|
Summary: Client Library for OpenStack Barbican Key Management API
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://opendev.org/openstack/python-barbicanclient/
|
URL: https://opendev.org/openstack/python-barbicanclient/
|
||||||
@ -17,17 +17,17 @@ Requires: python3-six
|
|||||||
%description
|
%description
|
||||||
This is a client for the Barbican Key Management API.
|
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
|
Summary: Client Library for OpenStack Barbican Key Management API
|
||||||
Provides: python-python-barbicanclient
|
Provides: python-python-barbicanclient
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
%description -n python3-python-barbicanclient
|
%description -n python3-barbicanclient
|
||||||
This is a client for the Barbican Key Management API.
|
This is a client for the Barbican Key Management API.
|
||||||
|
|
||||||
%package help
|
%package help
|
||||||
Summary: Development documents and examples for python-barbicanclient
|
Summary: Development documents and examples for python-barbicanclient
|
||||||
Provides: python3-python-barbicanclient-doc
|
Provides: python3-barbicanclient-doc
|
||||||
%description help
|
%description help
|
||||||
This is a client for the Barbican Key Management API.
|
This is a client for the Barbican Key Management API.
|
||||||
|
|
||||||
@ -65,7 +65,7 @@ popd
|
|||||||
mv %{buildroot}/filelist.lst .
|
mv %{buildroot}/filelist.lst .
|
||||||
mv %{buildroot}/doclist.lst .
|
mv %{buildroot}/doclist.lst .
|
||||||
|
|
||||||
%files -n python3-python-barbicanclient -f filelist.lst
|
%files -n python3-barbicanclient -f filelist.lst
|
||||||
%dir %{python3_sitelib}/*
|
%dir %{python3_sitelib}/*
|
||||||
|
|
||||||
%files help -f doclist.lst
|
%files help -f doclist.lst
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user