14
0
forked from pool/python-rebulk

- Replace %fdupes -s with plain %fdupes; hardlinks are better.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rebulk?expand=0&rev=20
This commit is contained in:
2019-10-14 14:41:16 +00:00
committed by Git OBS Bridge
parent fd24e4c432
commit b195844882
2 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 14 14:40:59 UTC 2019 - Matej Cepl <mcepl@suse.com>
- Replace %fdupes -s with plain %fdupes; hardlinks are better.
-------------------------------------------------------------------
Fri Aug 30 07:40:35 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>

View File

@@ -22,9 +22,8 @@ Version: 2.0.0
Release: 0
Summary: Library for defining bulk search patterns to perform advanced string matching
License: MIT
Group: Development/Languages/Python
URL: https://github.com/Toilal/rebulk
Source0: https://pypi.io/packages/source/r/rebulk/rebulk-%{version}.tar.gz
Source0: https://files.pythonhosted.org/packages/source/r/rebulk/rebulk-%{version}.tar.gz
BuildRequires: %{python_module pytest-runner}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
@@ -56,7 +55,7 @@ done
%install
%python_install
%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
export PYTHONDONTWRITEBYTECODE=1