From c59cb8d1d4936966740542ecc792398b742228c4d91939cf93ec7a3b54cf5fab Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 14 Oct 2019 11:45:08 +0000 Subject: [PATCH] - Replace %fdupes -s with plain %fdupes; hardlinks are better. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-chardet?expand=0&rev=45 --- python-chardet.changes | 5 +++++ python-chardet.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-chardet.changes b/python-chardet.changes index 64f469d..1f6e421 100644 --- a/python-chardet.changes +++ b/python-chardet.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 14 11:45:00 UTC 2019 - Matej Cepl + +- Replace %fdupes -s with plain %fdupes; hardlinks are better. + ------------------------------------------------------------------- Wed Jul 3 08:32:17 UTC 2019 - Tomáš Chvátal diff --git a/python-chardet.spec b/python-chardet.spec index b011352..50dab86 100644 --- a/python-chardet.spec +++ b/python-chardet.spec @@ -30,7 +30,6 @@ Version: 3.0.4 Release: 0 Summary: Universal encoding detector License: LGPL-2.1-or-later -Group: Development/Languages/Python URL: https://github.com/chardet/chardet Source0: https://files.pythonhosted.org/packages/source/c/chardet/chardet-%{version}.tar.gz Source1: python-chardet-rpmlintrc @@ -87,7 +86,7 @@ or more files:: %if !%{with test} %{python_expand %$python_install mv %{buildroot}%{_bindir}/chardetect %{buildroot}%{_bindir}/chardetect-%{$python_bin_suffix} -%fdupes -s %{buildroot}%{$python_sitelib} +%fdupes %{buildroot}%{$python_sitelib} } %prepare_alternative chardetect %endif