14
0
Tomáš Chvátal
2018-12-06 11:45:24 +00:00
committed by Git OBS Bridge
parent 00cfd8fd3d
commit 305d324a56
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

View File

@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# 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
%python_install
%python_expand rm %{buildroot}%{$python_sitearch}/zope/interface/_zope_interface_coptimizations.c
%fdupes %{buildroot}%{_prefix}
%python_expand %fdupes %{buildroot}%{$python_sitearch}
%check
%python_exec setup.py test