forked from pool/python-rply
Clean up the SPEC file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rply?expand=0&rev=6
This commit is contained in:
@@ -24,17 +24,16 @@ Release: 0
|
||||
Summary: A pure Python Lex/Yacc that works with RPython
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Languages/Python
|
||||
Url: https://github.com/alex/rply
|
||||
URL: https://github.com/alex/rply
|
||||
Source: https://files.pythonhosted.org/packages/source/r/rply/rply-%{version}.tar.gz
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-appdirs
|
||||
BuildArch: noarch
|
||||
%if %{with test}
|
||||
BuildRequires: %{python_module appdirs}
|
||||
%endif
|
||||
BuildRequires: fdupes
|
||||
Requires: python-appdirs
|
||||
BuildArch: noarch
|
||||
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
@@ -53,8 +52,8 @@ public API, and with RPython support.
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%files %{python_files}
|
||||
%defattr(-,root,root,-)
|
||||
%doc LICENSE README.rst
|
||||
%license LICENSE
|
||||
%doc README.rst
|
||||
%{python_sitelib}/*
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user