14
0
Tomáš Chvátal
2019-03-07 11:26:17 +00:00
committed by Git OBS Bridge
parent 57d9748042
commit 13da2042c5
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Mar 7 11:26:03 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Fix fdupes macro expansion
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 3 17:09:12 UTC 2018 - Hans-Peter Jansen <hpj@urpla.net> Mon Sep 3 17:09:12 UTC 2018 - Hans-Peter Jansen <hpj@urpla.net>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-multidict # spec file for package python-multidict
# #
# 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
@@ -49,7 +49,7 @@ export CFLAGS="%{optflags}"
%install %install
%python_install %python_install
%python_expand rm -f %{buildroot}%{python_sitearch}/multidict/*.c %python_expand rm -f %{buildroot}%{$python_sitearch}/multidict/*.c
%check %check
%python_exec setup.py test %python_exec setup.py test