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
|
||||
|
||||
|
||||
%description
|
||||
Arpeggio is a recursive descent parser with memoization based on PEG grammars
|
||||
%global _description\
|
||||
Arpeggio is a recursive descent parser with memoization based on PEG grammars\
|
||||
(aka Packrat parser).
|
||||
%description %_description
|
||||
|
||||
%package -n python3-Arpeggio
|
||||
Summary: Packrat parser interpreter
|
||||
Provides: python-Arpeggio
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
%description -n python3-Arpeggio
|
||||
Arpeggio is a recursive descent parser with memoization based on PEG grammars
|
||||
(aka Packrat parser).
|
||||
%description -n python3-Arpeggio %_description
|
||||
|
||||
%package help
|
||||
Summary: Development documents and examples for Arpeggio
|
||||
Provides: python3-Arpeggio-doc
|
||||
%description help
|
||||
Arpeggio is a recursive descent parser with memoization based on PEG grammars
|
||||
(aka Packrat parser).
|
||||
%description help %_description
|
||||
|
||||
%prep
|
||||
%autosetup -n Arpeggio-1.9.2
|
||||
@ -67,8 +64,8 @@ mv %{buildroot}/doclist.lst .
|
||||
%dir %{python3_sitelib}/*
|
||||
|
||||
%files help -f doclist.lst
|
||||
%{_pkgdocdir}
|
||||
%{_docdir}/*
|
||||
|
||||
%changelog
|
||||
* Thu May 21 2020 Python_Bot <Python_Bot@openeuler.org>
|
||||
* Tue Jun 23 2020 Python_Bot <Python_Bot@openeuler.org>
|
||||
- Package Spec generated
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user