forked from pool/python-mando
Clean up the SPEC file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mando?expand=0&rev=6
This commit is contained in:
@@ -24,19 +24,18 @@ Release: 0
|
||||
Summary: Create Python CLI apps with little to no effort at all!
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
Url: https://mando.readthedocs.org/
|
||||
URL: https://mando.readthedocs.org/
|
||||
Source: https://files.pythonhosted.org/packages/source/m/mando/mando-%{version}.tar.gz
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-six
|
||||
Suggests: python-rst2ansi
|
||||
BuildArch: noarch
|
||||
%if %{with test}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module six}
|
||||
%endif
|
||||
Requires: python-six
|
||||
Suggests: python-rst2ansi
|
||||
BuildArch: noarch
|
||||
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
@@ -60,8 +59,8 @@ sed -i -e '/^#!\//, 1d' mando/tests/*.py
|
||||
%endif
|
||||
|
||||
%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