From 5ada69f4f1520dcacd033874c3abcb21ce8511a8c85258cd04097801a7fa1a77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 13 Sep 2018 13:27:34 +0000 Subject: [PATCH] - Do not install generic examples directory OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cloudflare?expand=0&rev=3 --- python-cloudflare.changes | 5 +++++ python-cloudflare.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/python-cloudflare.changes b/python-cloudflare.changes index 7abfdd9..5fb07ed 100644 --- a/python-cloudflare.changes +++ b/python-cloudflare.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 13 13:27:18 UTC 2018 - Tomáš Chvátal + +- Do not install generic examples directory + ------------------------------------------------------------------- Thu Aug 30 09:03:16 UTC 2018 - mcalabkova@suse.com diff --git a/python-cloudflare.spec b/python-cloudflare.spec index 599aed2..154b9a2 100644 --- a/python-cloudflare.spec +++ b/python-cloudflare.spec @@ -50,6 +50,8 @@ Python wrapper for the Cloudflare Client API v4. %install %python_install +# remove examples from sitelib +%python_expand rm -rf %{buildroot}%{$python_sitelib}/examples %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files}