Init package
Signed-off-by: smileknife <jackshan2010@aliyun.com>
This commit is contained in:
parent
39dbf61ae0
commit
82bca074fe
@ -9,25 +9,22 @@ Source0: https://files.pythonhosted.org/packages/0e/a0/1fe16e650729c121af617d203
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
|
|
||||||
%description
|
%global _description\
|
||||||
Arpeggio is a recursive descent parser with memoization based on PEG grammars
|
Arpeggio is a recursive descent parser with memoization based on PEG grammars\
|
||||||
(aka Packrat parser).
|
(aka Packrat parser).
|
||||||
|
%description %_description
|
||||||
|
|
||||||
%package -n python3-Arpeggio
|
%package -n python3-Arpeggio
|
||||||
Summary: Packrat parser interpreter
|
Summary: Packrat parser interpreter
|
||||||
Provides: python-Arpeggio
|
Provides: python-Arpeggio
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
%description -n python3-Arpeggio
|
%description -n python3-Arpeggio %_description
|
||||||
Arpeggio is a recursive descent parser with memoization based on PEG grammars
|
|
||||||
(aka Packrat parser).
|
|
||||||
|
|
||||||
%package help
|
%package help
|
||||||
Summary: Development documents and examples for Arpeggio
|
Summary: Development documents and examples for Arpeggio
|
||||||
Provides: python3-Arpeggio-doc
|
Provides: python3-Arpeggio-doc
|
||||||
%description help
|
%description help %_description
|
||||||
Arpeggio is a recursive descent parser with memoization based on PEG grammars
|
|
||||||
(aka Packrat parser).
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n Arpeggio-1.9.2
|
%autosetup -n Arpeggio-1.9.2
|
||||||
@ -67,8 +64,8 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%dir %{python3_sitelib}/*
|
%dir %{python3_sitelib}/*
|
||||||
|
|
||||||
%files help -f doclist.lst
|
%files help -f doclist.lst
|
||||||
%{_pkgdocdir}
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu May 21 2020 Python_Bot <Python_Bot@openeuler.org>
|
* Tue Jun 23 2020 Python_Bot <Python_Bot@openeuler.org>
|
||||||
- Package Spec generated
|
- Package Spec generated
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user