14
0

Accepting request 655596 from devel:languages:python

- Fix fdupes call

OBS-URL: https://build.opensuse.org/request/show/655596
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-zope.interface?expand=0&rev=21
This commit is contained in:
2018-12-14 19:45:40 +00:00
committed by Git OBS Bridge
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Dec 6 11:45:14 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
- Fix fdupes call
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Aug 28 11:29:16 UTC 2018 - tchvatal@suse.com Tue Aug 28 11:29:16 UTC 2018 - tchvatal@suse.com

View File

@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
@@ -60,7 +60,7 @@ the Design By Contract methodology support in Python.
%install %install
%python_install %python_install
%python_expand rm %{buildroot}%{$python_sitearch}/zope/interface/_zope_interface_coptimizations.c %python_expand rm %{buildroot}%{$python_sitearch}/zope/interface/_zope_interface_coptimizations.c
%fdupes %{buildroot}%{_prefix} %python_expand %fdupes %{buildroot}%{$python_sitearch}
%check %check
%python_exec setup.py test %python_exec setup.py test