From a7e06e4a2b0be260161c8d3067d6d2a957ca7650 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sat, 9 Jan 2010 15:48:29 +0000 Subject: [PATCH] Updated to the new python sysarch spec file reqs --- speech-dispatcher.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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