15
0

- 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
This commit is contained in:
2019-10-14 11:45:08 +00:00
committed by Git OBS Bridge
parent df52f66846
commit c59cb8d1d4
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 14 11:45:00 UTC 2019 - Matej Cepl <mcepl@suse.com>
- Replace %fdupes -s with plain %fdupes; hardlinks are better.
-------------------------------------------------------------------
Wed Jul 3 08:32:17 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -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