Adds pbr/pip as buildrequires
This commit is contained in:
parent
e9affa8e11
commit
89b9683f6f
@ -1,7 +1,7 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-sphinxcontrib-pecanwsme
|
Name: python-sphinxcontrib-pecanwsme
|
||||||
Version: 0.10.0
|
Version: 0.10.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: A Sphinx extension for documenting APIs built with Pecan and WSME
|
Summary: A Sphinx extension for documenting APIs built with Pecan and WSME
|
||||||
URL: https://github.com/sphinx-contrib/pecanwsme
|
URL: https://github.com/sphinx-contrib/pecanwsme
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -19,6 +19,8 @@ Summary: A Sphinx extension for documenting APIs built with Pecan and WSME
|
|||||||
Provides: python-sphinxcontrib-pecanwsme
|
Provides: python-sphinxcontrib-pecanwsme
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
|
BuildRequires: python3-pbr
|
||||||
|
BuildRequires: python3-pip
|
||||||
%description -n python3-sphinxcontrib-pecanwsme
|
%description -n python3-sphinxcontrib-pecanwsme
|
||||||
Extension to Sphinx for documenting APIs built with Pecan and WSME
|
Extension to Sphinx for documenting APIs built with Pecan and WSME
|
||||||
|
|
||||||
@ -29,7 +31,7 @@ Provides: python3-sphinxcontrib-pecanwsme-doc
|
|||||||
Extension to Sphinx for documenting APIs built with Pecan and WSME
|
Extension to Sphinx for documenting APIs built with Pecan and WSME
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n sphinxcontrib-pecanwsme-0.10.0
|
%autosetup -n sphinxcontrib-pecanwsme-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -69,5 +71,8 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 3 2021 huangtianhua <huangtianhua@huawei.com> - 0.10.0-2
|
||||||
|
- Adds pbr/pip as buildrequires
|
||||||
|
|
||||||
* Wed Nov 25 2020 Python_Bot <Python_Bot@openeuler.org>
|
* Wed Nov 25 2020 Python_Bot <Python_Bot@openeuler.org>
|
||||||
- Package Spec generated
|
- Package Spec generated
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user