From f776048feb0df576cfaa0841792d702cb8bad96cb4d55608a10a529c755c9ebc Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 17:16:41 +0000 Subject: [PATCH] Clean up the SPEC file OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Markups?expand=0&rev=9 --- python-Markups.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python-Markups.spec b/python-Markups.spec index a2ff2fc..d5f7de9 100644 --- a/python-Markups.spec +++ b/python-Markups.spec @@ -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