From 9d8906a7b4e668824d7508cf46d96619cdaae11b48f650a822ef8a0b3f0ffc6f 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:10:41 +0000 Subject: [PATCH] - Fix macro expansion OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Chameleon?expand=0&rev=25 --- python-Chameleon.changes | 5 +++++ python-Chameleon.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-Chameleon.changes b/python-Chameleon.changes index 6e2eff3..e5f238d 100644 --- a/python-Chameleon.changes +++ b/python-Chameleon.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 7 11:10:27 UTC 2019 - Tomáš Chvátal + +- Fix macro expansion + ------------------------------------------------------------------- Tue Mar 5 12:11:42 UTC 2019 - Tomáš Chvátal diff --git a/python-Chameleon.spec b/python-Chameleon.spec index ed34381..3429916 100644 --- a/python-Chameleon.spec +++ b/python-Chameleon.spec @@ -51,7 +51,7 @@ cp %{SOURCE1} . %install %python_install # Don't ship testsuite -%python_expand rm -rvf %{buildroot}%{python_sitelib}/chameleon/tests +%python_expand rm -rvf %{buildroot}%{$python_sitelib}/chameleon/tests %python_expand %fdupes %{buildroot}%{$python_sitelib} %check