14
0

- 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
This commit is contained in:
2019-10-14 14:16:52 +00:00
committed by Git OBS Bridge
parent e15e2f70e5
commit aa72743846
2 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 14 14:16:40 UTC 2019 - Matej Cepl <mcepl@suse.com>
- Replace %fdupes -s with plain %fdupes; hardlinks are better.
-------------------------------------------------------------------
Wed Sep 11 01:24:07 UTC 2019 - John Vandenberg <jayvdb@gmail.com>

View File

@@ -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 {} \;