From 608e598ab1b1d910ff9d9cddc921008a3af8b42f130307277be0633628fb96bf Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 2 Jun 2021 12:12:58 +0000 Subject: [PATCH] Accepting request 896864 from home:cgiboudeaux:branches:devel:languages:python - Fix the %doc files. README.rst is a symlink pointing to docs/intro.rst. OBS-URL: https://build.opensuse.org/request/show/896864 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wcwidth?expand=0&rev=33 --- python-wcwidth.changes | 6 ++++++ python-wcwidth.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-wcwidth.changes b/python-wcwidth.changes index 68b3a75..c00d56c 100644 --- a/python-wcwidth.changes +++ b/python-wcwidth.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jun 2 08:42:23 UTC 2021 - Christophe Giboudeaux + +- Fix the %doc files. README.rst is a symlink pointing to + docs/intro.rst. + ------------------------------------------------------------------- Mon Oct 12 14:12:58 UTC 2020 - Marketa Calabkova diff --git a/python-wcwidth.spec b/python-wcwidth.spec index e0d41d5..41e21eb 100644 --- a/python-wcwidth.spec +++ b/python-wcwidth.spec @@ -85,7 +85,7 @@ sed -i 's/looponfailroots.*//' tox.ini %if ! %{with test} %files %{python_files} %license LICENSE -%doc README.rst +%doc docs/intro.rst %{python_sitelib}/* %endif