forked from pool/python-pyosf
- use python_expand for fdupes
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyosf?expand=0&rev=16
This commit is contained in:
parent
f13e57cc6d
commit
2761bb0d55
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 15 08:50:55 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- use python_expand for fdupes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 8 12:01:49 UTC 2021 - pgajdos@suse.com
|
Wed Dec 8 12:01:49 UTC 2021 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pyosf
|
# spec file for package python-pyosf
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -68,7 +68,7 @@ sed -Ei 's:.pytest-runner.,?::' setup.py
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%python_install
|
||||||
%python_exec %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# online tests only
|
# online tests only
|
||||||
|
Loading…
Reference in New Issue
Block a user