forked from pool/python-coconut
- Fix fdupes call
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-coconut?expand=0&rev=11
This commit is contained in:
committed by
Git OBS Bridge
parent
730489ba61
commit
e7e6d1fe48
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 7 10:52:51 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
- Fix fdupes call
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 4 12:46:42 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
Tue Dec 4 12:46:42 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-coconut
|
# spec file for package python-coconut
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@@ -90,7 +90,7 @@ find . -name '*.py' -exec sed -i -e '/^#!\//, 1d' {} +
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%python_install
|
||||||
%python_expand %fdupes %{buildroot}/%{python_sitelib}/
|
%python_expand %fdupes %{buildroot}/%{$python_sitelib}/
|
||||||
%python_clone -a %{buildroot}%{_bindir}/coconut
|
%python_clone -a %{buildroot}%{_bindir}/coconut
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
Reference in New Issue
Block a user