From 8ff34ee47ce294b01ccd37ce9224f3b9996b41ed94542040bcf330a966857dfc Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 14 Oct 2019 11:44:07 +0000 Subject: [PATCH] - Replace %fdupes -s with plain %fdupes; hardlinks are better. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-threading?expand=0&rev=7 --- python-click-threading.changes | 5 +++++ python-click-threading.spec | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/python-click-threading.changes b/python-click-threading.changes index 2dd573b..18a5a93 100644 --- a/python-click-threading.changes +++ b/python-click-threading.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 14 11:44:00 UTC 2019 - Matej Cepl + +- Replace %fdupes -s with plain %fdupes; hardlinks are better. + ------------------------------------------------------------------- Thu Sep 19 03:46:05 UTC 2019 - John Vandenberg diff --git a/python-click-threading.spec b/python-click-threading.spec index 7202376..6d1d36e 100644 --- a/python-click-threading.spec +++ b/python-click-threading.spec @@ -22,7 +22,6 @@ Version: 0.4.4 Release: 0 Summary: Multithreaded Click apps made easy License: MIT -Group: Development/Languages/Python URL: https://github.com/click-contrib/click-threading Source: https://files.pythonhosted.org/packages/source/c/click-threading/click-threading-%{version}.tar.gz BuildRequires: %{python_module click >= 5.0} @@ -32,10 +31,10 @@ BuildRequires: fdupes BuildRequires: python-futures BuildRequires: python-rpm-macros Requires: python-click >= 5.0 +BuildArch: noarch %ifpython2 Requires: python-futures %endif -BuildArch: noarch %python_subpackages %description @@ -51,7 +50,7 @@ rm -rf click_threading.egg-info %install %python_install -%python_expand %fdupes -s %{buildroot}%{$python_sitelib} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %check export LANG=en_US.UTF-8