15
0
2018-12-04 17:16:41 +00:00
committed by Git OBS Bridge
parent eb9fd0e38b
commit f776048feb

View File

@@ -23,7 +23,7 @@ Release: 0
Summary: A wrapper around various text markups
License: BSD-3-Clause
Group: Development/Languages/Python
Url: https://github.com/mitya57/pymarkups
URL: https://github.com/mitya57/pymarkups
Source: https://files.pythonhosted.org/packages/source/M/Markups/Markups-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
@@ -47,8 +47,8 @@ such as Markdown and reStructuredText (these two are supported by default).
%python_exec setup.py test
%files %{python_files}
%defattr(-,root,root,-)
%doc LICENSE README.rst changelog
%license LICENSE
%doc README.rst changelog
%{python_sitelib}/*
%changelog