From aa7274384683cc7b9b0d3a101285fd9ada4c13d6acc1ed27d47b200aa1137e75 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 14 Oct 2019 14:16:52 +0000 Subject: [PATCH] - Replace %fdupes -s with plain %fdupes; hardlinks are better. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyramid-debugtoolbar?expand=0&rev=4 --- python-pyramid-debugtoolbar.changes | 5 +++++ python-pyramid-debugtoolbar.spec | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/python-pyramid-debugtoolbar.changes b/python-pyramid-debugtoolbar.changes index c4c35a6..c19a245 100644 --- a/python-pyramid-debugtoolbar.changes +++ b/python-pyramid-debugtoolbar.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 14 14:16:40 UTC 2019 - Matej Cepl + +- Replace %fdupes -s with plain %fdupes; hardlinks are better. + ------------------------------------------------------------------- Wed Sep 11 01:24:07 UTC 2019 - John Vandenberg diff --git a/python-pyramid-debugtoolbar.spec b/python-pyramid-debugtoolbar.spec index 3fc1b8b..91fddb5 100644 --- a/python-pyramid-debugtoolbar.spec +++ b/python-pyramid-debugtoolbar.spec @@ -23,7 +23,6 @@ Version: 4.5 Release: 0 Summary: An interactive HTML debugger for Pyramid application development License: BSD-4-Clause AND ZPL-2.1 AND MIT -Group: Development/Languages/Python URL: https://docs.pylonsproject.org Source: https://files.pythonhosted.org/packages/source/p/pyramid_debugtoolbar/pyramid_debugtoolbar-%{version}.tar.gz BuildRequires: %{python_module Pygments} @@ -58,7 +57,6 @@ Werkzeug debugger code by Armin Ronacher and team. %package -n %{name}-doc Summary: Documentation files for %{name} -Group: Documentation/Other Requires: %{name} = %{version} %description -n %{name}-doc @@ -73,7 +71,7 @@ rm -r demo/.gitignore demo/debugtoolbar_demo.egg-info %install %python_install -%python_expand %fdupes -s %{buildroot}%{$python_sitelib} +%python_expand %fdupes %{buildroot}%{$python_sitelib} #Fix spurious executable bit on js/css files %python_expand find %{buildroot}%{$python_sitelib} -type f -exec chmod 0644 {} \;