From 00d689b44ea2f0a369f6fed2bbe1c5eac1222f0a Mon Sep 17 00:00:00 2001 From: Mihai Ibanescu Date: Tue, 13 Jun 2006 14:34:38 +0000 Subject: [PATCH] Fixing typo in pyconfig macros --- python.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python.spec b/python.spec index 1ec0d78..4d5d36b 100644 --- a/python.spec +++ b/python.spec @@ -308,9 +308,9 @@ install -d $RPM_BUILD_ROOT/usr/lib/python%{pybasever}/site-packages %define _pyconfig64_h pyconfig-64.h %if %{_lib} == lib64 -%define _pyconfig_h %{_pyconfig64.h} +%define _pyconfig_h %{_pyconfig64_h} %else -%define _pyconfig_h %{_pyconfig32.h} +%define _pyconfig_h %{_pyconfig32_h} %endif mv $RPM_BUILD_ROOT%{_includedir}/python%{pybasever}/pyconfig.h \ $RPM_BUILD_ROOT%{_includedir}/python%{pybasever}/%{_pyconfig_h}