From 1761d34e4dffd9678ecb99fb6b05cb098299be5717ed697e4d20d2ffcb02e43c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 7 Mar 2019 11:26:17 +0000 Subject: [PATCH] - Fix fdupes macro expansion OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-multidict?expand=0&rev=22 --- python-multidict.changes | 5 +++++ python-multidict.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-multidict.changes b/python-multidict.changes index 88c8ee4..b9aca31 100644 --- a/python-multidict.changes +++ b/python-multidict.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 7 11:26:03 UTC 2019 - Tomáš Chvátal + +- Fix fdupes macro expansion + ------------------------------------------------------------------- Mon Sep 3 17:09:12 UTC 2018 - Hans-Peter Jansen diff --git a/python-multidict.spec b/python-multidict.spec index fc92ece..1dbcd3a 100644 --- a/python-multidict.spec +++ b/python-multidict.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -49,7 +49,7 @@ export CFLAGS="%{optflags}" %install %python_install -%python_expand rm -f %{buildroot}%{python_sitearch}/multidict/*.c +%python_expand rm -f %{buildroot}%{$python_sitearch}/multidict/*.c %check %python_exec setup.py test