change spec

This commit is contained in:
zhangy1317 2021-01-14 15:56:21 +08:00
parent b4b6f93fd3
commit 0474b5239d

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-python-dracclient Name: python-dracclient
Version: 5.1.0 Version: 5.1.0
Release: 1 Release: 2
Summary: Library for managing machines with Dell iDRAC cards Summary: Library for managing machines with Dell iDRAC cards
License: Apache-2 License: Apache-2
URL: https://launchpad.net/python-dracclient URL: https://launchpad.net/python-dracclient
@ -15,17 +15,17 @@ Requires: python3-requests
%description %description
Library for managing machines with Dell iDRAC cards. Library for managing machines with Dell iDRAC cards.
%package -n python3-python-dracclient %package -n python3-dracclient
Summary: Library for managing machines with Dell iDRAC cards Summary: Library for managing machines with Dell iDRAC cards
Provides: python-python-dracclient Provides: python-dracclient
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
%description -n python3-python-dracclient %description -n python3-dracclient
Library for managing machines with Dell iDRAC cards. Library for managing machines with Dell iDRAC cards.
%package help %package help
Summary: Development documents and examples for python-dracclient Summary: Development documents and examples for python-dracclient
Provides: python3-python-dracclient-doc Provides: python3-dracclient-doc
%description help %description help
Library for managing machines with Dell iDRAC cards. Library for managing machines with Dell iDRAC cards.
@ -63,12 +63,12 @@ popd
mv %{buildroot}/filelist.lst . mv %{buildroot}/filelist.lst .
mv %{buildroot}/doclist.lst . mv %{buildroot}/doclist.lst .
%files -n python3-python-dracclient -f filelist.lst %files -n python3-dracclient -f filelist.lst
%dir %{python3_sitelib}/* %dir %{python3_sitelib}/*
%files help -f doclist.lst %files help -f doclist.lst
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Mon Jan 04 2021 Python_Bot <Python_Bot@openeuler.org> * Thu Jan 14 2021 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated - Package Spec generated