Fixing typo in pyconfig macros

This commit is contained in:
Mihai Ibanescu 2006-06-13 14:34:38 +00:00
parent 80076c065e
commit 00d689b44e
1 changed files with 2 additions and 2 deletions

View File

@ -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}