diff --git a/speech-dispatcher.spec b/speech-dispatcher.spec index b77b81c..569154f 100644 --- a/speech-dispatcher.spec +++ b/speech-dispatcher.spec @@ -1,4 +1,4 @@ -%define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()") +%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} %if 0%{?olpc} %define with_nas 0 @@ -12,7 +12,7 @@ Name: speech-dispatcher Version: 0.6.7 -Release: 2%{?dist} +Release: 3%{?dist} Summary: To provide a high-level device independent layer for speech synthesis Group: System Environment/Libraries @@ -264,6 +264,9 @@ fi %{python_sitelib}/speechd* %changelog +* Sat Jan 9 2010 Peter Robinson - 0.6.7-3 +- Updated to the new python sysarch spec file reqs + * Sun Jul 26 2009 Fedora Release Engineering - 0.6.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild