15
0

Accepting request 738301 from devel:languages:python

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

OBS-URL: https://build.opensuse.org/request/show/738301
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-click-threading?expand=0&rev=4
This commit is contained in:
2019-10-16 07:14:08 +00:00
committed by Git OBS Bridge
2 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 14 11:44:00 UTC 2019 - Matej Cepl <mcepl@suse.com>
- Replace %fdupes -s with plain %fdupes; hardlinks are better.
-------------------------------------------------------------------
Thu Sep 19 03:46:05 UTC 2019 - John Vandenberg <jayvdb@gmail.com>

View File

@@ -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