|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: flite
|
|
|
|
|
Version: 1.3
|
|
|
|
|
Release: 40%{?dist}
|
|
|
|
|
Release: 31%{?dist}
|
|
|
|
|
Summary: Small, fast speech synthesis engine (text-to-speech)
|
|
|
|
|
License: MIT
|
|
|
|
|
URL: http://www.speech.cs.cmu.edu/flite/
|
|
|
|
@ -20,7 +20,6 @@ BuildRequires: texi2html
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: autoconf automake libtool
|
|
|
|
|
BuildRequires: ed alsa-lib-devel
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
@ -53,8 +52,7 @@ cp -p %{SOURCE1} .
|
|
|
|
|
autoreconf -vif
|
|
|
|
|
%configure --enable-shared --with-audio=alsa
|
|
|
|
|
# This package fails parallel make (thus cannot be built using "_smp_flags")
|
|
|
|
|
make \
|
|
|
|
|
CFLAGS="$RPM_OPT_FLAGS -Wl,-z,now"
|
|
|
|
|
make
|
|
|
|
|
# Build documentation
|
|
|
|
|
cd doc
|
|
|
|
|
# WARNING "make doc" provides a huge PDF file. It was decided not to produce/package it.
|
|
|
|
@ -66,7 +64,10 @@ make flite.html
|
|
|
|
|
make install INSTALLBINDIR=%{buildroot}%{_bindir} INSTALLLIBDIR=%{buildroot}%{_libdir} INSTALLINCDIR=%{buildroot}%{_includedir}/flite
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
@ -82,33 +83,8 @@ make install INSTALLBINDIR=%{buildroot}%{_bindir} INSTALLLIBDIR=%{buildroot}%{_l
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Jan 26 2022 Matthias Clasen <mclasen@redhat.com> - 1.3-40
|
|
|
|
|
- Link with -Wl,-z,now. Related: rhbz#2044860
|
|
|
|
|
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.3-39
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 1.3-38
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-37
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-36
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-35
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-34
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-33
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-32
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
* Thu Dec 07 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.3-31
|
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
|
|
|
|
|
|
* Wed Mar 7 2018 Peter Robinson <pbrobinson@fedoraproject.org> 1.3-31
|
|
|
|
|
- Add gcc BR, minor spec cleanups
|
|
|
|
|