rpms/flite/EL-5 flite.spec,1.1,1.2

Peter Lemenkov peter at fedoraproject.org
Sat Oct 11 12:25:21 UTC 2008


Author: peter

Update of /cvs/extras/rpms/flite/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12130/EL-5

Modified Files:
	flite.spec 
Log Message:
Fix for EPEL 4


Index: flite.spec
===================================================================
RCS file: /cvs/extras/rpms/flite/EL-5/flite.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- flite.spec	14 Nov 2006 13:07:50 -0000	1.1
+++ flite.spec	11 Oct 2008 12:24:51 -0000	1.2
@@ -1,10 +1,10 @@
 Name:           flite
 Version:        1.3
-Release:        8%{?dist}
+Release:        11%{?dist}
 Summary:        Small, fast speech synthesis engine (text-to-speech)
 
 Group:          Applications/Multimedia
-License:        BSD-style
+License:        MIT
 URL:            http://fife.speech.cs.cmu.edu/flite/
 Source0:        http://fife.speech.cs.cmu.edu/flite/packed/%{name}-%{version}/%{name}-%{version}-release.tar.gz
 Source1:        README-ALSA.txt
@@ -13,7 +13,12 @@
 Patch2:         flite-1.3-alsa_support.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  texi2html ed alsa-lib-devel autoconf
+%if 0%{?el4}
+# there is no texi2html for RHEL 4
+%else
+BuildRequires:  texi2html
+%endif
+BuildRequires:  ed alsa-lib-devel autoconf
 
 
 %description
@@ -47,8 +52,12 @@
 # This package fails parallel make (thus cannot be built using "_smp_flags")
 make
 # Build documentation
+%if 0%{?el4}
+# there is no texi2html for RHEL 4
+%else
 cd doc
 make flite.html
+%endif
 
 
 %install
@@ -68,7 +77,12 @@
 
 %files
 %defattr(-,root,root,-)
+%if 0%{?el4}
+# there is no texi2html for RHEL 4
+%doc ACKNOWLEDGEMENTS README COPYING README-ALSA.txt
+%else
 %doc ACKNOWLEDGEMENTS README COPYING doc/html README-ALSA.txt
+%endif
 %{_libdir}/*.so.*
 %{_bindir}/*
 
@@ -80,6 +94,15 @@
 
 
 %changelog
+* Sat Oct 11 2008 Peter Lemenkov <lemenkov at gmail.com> - 1.3-11
+- Fix for RHEL 4
+ 
+* Fri Jul 18 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.3-10
+- fix license tag
+
+* Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.3-9
+- Autorebuild for GCC 4.3
+
 * Tue Nov 14 2006 Francois Aucamp <faucamp at csir.co.za> - 1.3-8
 - Added comment to %%build stating why "_smp_flags" isn't used with make
 




More information about the fedora-extras-commits mailing list