From 5fcd049fff04ef39083c8b13e44301e756a898ae Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Mon, 8 Mar 2010 12:08:20 +0000 Subject: [PATCH] - disable libraw1394 build requirement on s390(x) --- speech-dispatcher.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/speech-dispatcher.spec b/speech-dispatcher.spec index 9c4efe4..7fa2e0d 100644 --- a/speech-dispatcher.spec +++ b/speech-dispatcher.spec @@ -12,7 +12,7 @@ Name: speech-dispatcher Version: 0.6.7 -Release: 4%{?dist} +Release: 4%{?dist}.1 Summary: To provide a high-level device independent layer for speech synthesis Group: System Environment/Libraries @@ -33,7 +33,9 @@ BuildRequires: espeak-devel BuildRequires: alsa-lib-devel BuildRequires: dotconf-devel BuildRequires: texinfo +%ifnarch s390 s390x BuildRequires: libraw1394 +%endif Buildrequires: pulseaudio-lib-devel Buildrequires: glib2-devel @@ -266,6 +268,9 @@ fi %{python_sitelib}/speechd* %changelog +* Mon Mar 08 2010 Karsten Hopp 0.6.7-4.1 +- disable libraw1394 build requirement on s390(x) + * Wed Mar 3 2010 Peter Robinson - 0.6.7-4 - Add patch to fix dso linking. Bug 564851