forked from pool/python-chardet
- 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:
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user