From b1958448828ef5846d5e2ec73e6e10e519a4190e897ce6cd0190afee89cc61e9 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 14 Oct 2019 14:41:16 +0000 Subject: [PATCH] - 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 --- python-rebulk.changes | 5 +++++ python-rebulk.spec | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/python-rebulk.changes b/python-rebulk.changes index 24df6e4..ae8d7c8 100644 --- a/python-rebulk.changes +++ b/python-rebulk.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 14 14:40:59 UTC 2019 - Matej Cepl + +- Replace %fdupes -s with plain %fdupes; hardlinks are better. + ------------------------------------------------------------------- Fri Aug 30 07:40:35 UTC 2019 - Luigi Baldoni diff --git a/python-rebulk.spec b/python-rebulk.spec index 7c8621c..fa8dbb4 100644 --- a/python-rebulk.spec +++ b/python-rebulk.spec @@ -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