diff --git a/python-Arpeggio.changes b/python-Arpeggio.changes index 8cf62fd..70562c5 100644 --- a/python-Arpeggio.changes +++ b/python-Arpeggio.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jan 2 07:31:39 UTC 2020 - Tomáš Chvátal + +- Do not install examples in site-packages/examples to avoid conflicts + ------------------------------------------------------------------- Sun Oct 6 17:57:05 UTC 2019 - Sebastian Wagner diff --git a/python-Arpeggio.spec b/python-Arpeggio.spec index 924c181..7cb5ffe 100644 --- a/python-Arpeggio.spec +++ b/python-Arpeggio.spec @@ -1,7 +1,7 @@ # # spec file for package python-Arpeggio # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -50,6 +50,8 @@ Arpeggio) see textX %install %python_install +# do not install examples in generic folder, not needed really +%python_expand rm -r %{buildroot}%{$python_sitelib}/examples %python_expand %fdupes %{buildroot}%{$python_sitelib} %check