From b3a1d72dcbe038f68ed125f38ea5050a80db01a73ce54edca582e7e355aa7e49 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 14 Oct 2019 11:43:58 +0000 Subject: [PATCH] - Replace %fdupes -s with plain %fdupes; hardlinks are better. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click?expand=0&rev=24 --- python-click.changes | 5 +++++ python-click.spec | 7 +++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/python-click.changes b/python-click.changes index e6632a2..20e60da 100644 --- a/python-click.changes +++ b/python-click.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 14 11:43:49 UTC 2019 - Matej Cepl + +- Replace %fdupes -s with plain %fdupes; hardlinks are better. + ------------------------------------------------------------------- Sat Dec 22 16:12:12 UTC 2018 - marec@detebe.org diff --git a/python-click.spec b/python-click.spec index a840e61..cd09654 100644 --- a/python-click.spec +++ b/python-click.spec @@ -22,9 +22,8 @@ Version: 7.0 Release: 0 Summary: A wrapper around optparse for command line utilities License: BSD-3-Clause -Group: Development/Languages/Python -URL: http://github.com/mitsuhiko/click -Source: https://files.pythonhosted.org/packages/source/c/click/Click-%{version}.tar.gz +URL: https://github.com/mitsuhiko/click +Source: https://files.pythonhosted.org/packages/source/C/Click/Click-%{version}.tar.gz BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -46,7 +45,7 @@ defaults out of the box. %install %python_install -%python_expand %fdupes -s %{buildroot}%{$python_sitelib} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %check export LANG=en_US.UTF-8