From 241a2586f6f52240819168bd1d4943b90330434af36eb8995b8e1fc96e81b65e Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 17:13:57 +0000 Subject: [PATCH] Fix %license tag OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-docopt?expand=0&rev=15 --- python-docopt.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-docopt.spec b/python-docopt.spec index fc9b53f..1491e5c 100644 --- a/python-docopt.spec +++ b/python-docopt.spec @@ -59,7 +59,8 @@ sed -i "s|#! %{_bindir}/env python||" examples/git/git.py %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} -%doc LICENSE-MIT README.rst +%license LICENSE-MIT +%doc README.rst %doc examples/ %{python_sitelib}/*