From ff2b601a92ddacf2717ec0343a2155041c60d42d Mon Sep 17 00:00:00 2001 From: John (J5) Palmieri Date: Apr 28 2005 16:28:18 +0000 Subject: - require info packages so the post does not fail - remove /usr/bin/VCLocalRule from buildroot since it is an extranious file that does not need to be installed --- diff --git a/festival.spec b/festival.spec index 0215112..5c58d05 100644 --- a/festival.spec +++ b/festival.spec @@ -1,7 +1,7 @@ Name: festival Summary: A free speech synthesizer Version: 1.95 -Release: 2 +Release: 3 # we ship the 1.4.2 docs for now. %define docversion 1.4.2 @@ -82,6 +82,7 @@ Requires(post): /sbin/install-info Requires(postun): /sbin/install-info BuildRequires: tetex BuildRequires: libtermcap-devel +Requires: info %package devel Requires: %{name} = %{version} @@ -241,6 +242,9 @@ rm ../speech_tools # Remove the spanish voices until we get clarification on the license rm -rf $RPM_BUILD_ROOT%{_datadir}/festival/voices/spanish/ +#remove files not needed in the install +rm -f $RPM_BUILD_ROOT/%{_bindir}/VCLocalRules + %clean rm -rf $RPM_BUILD_ROOT @@ -277,6 +281,11 @@ fi %{_includedir}/festival/* %changelog +* Tue Apr 28 2005 - 1.95-3 +- require info packages so the post does not fail +- remove /usr/bin/VCLocalRule from buildroot since it is + an extranious file that does not need to be installed + * Wed Apr 27 2005 Miloslav Trmac - 1.95-2 - Fix build with gcc 4 (#156132) - Require /sbin/install-info for scriptlets (#155698)