From 207e95648429e1aa843b61edca308228ff905aaa8854ae3ce4740bf8113d4b9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 6 Dec 2018 11:25:03 +0000 Subject: [PATCH] - Fix fdupes call OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-blinker?expand=0&rev=22 --- python-blinker.changes | 5 +++++ python-blinker.spec | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/python-blinker.changes b/python-blinker.changes index 272fb75..258a175 100644 --- a/python-blinker.changes +++ b/python-blinker.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 6 11:24:47 UTC 2018 - Tomáš Chvátal + +- Fix fdupes call + ------------------------------------------------------------------- Wed Dec 5 01:57:33 UTC 2018 - Jan Engelhardt diff --git a/python-blinker.spec b/python-blinker.spec index 0e57a8d..623714e 100644 --- a/python-blinker.spec +++ b/python-blinker.spec @@ -23,9 +23,10 @@ Release: 0 Summary: Object-to-object and broadcast signaling in Python License: MIT Group: Development/Languages/Python -URL: http://discorporate.us/projects/Blinker/ +URL: https://pythonhosted.org/blinker/ Source: https://files.pythonhosted.org/packages/source/b/blinker/blinker-%{version}.tar.gz BuildRequires: %{python_module nose} +BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch @@ -62,10 +63,10 @@ rm docs/html/objects.inv %install %python_install -%fdupes %{buildroot}%{_prefix} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec %{_bindir}/nosetests +%python_exec %{_bindir}/nosetests-%{$python_bin_suffix} %files %{python_files} %license LICENSE