Compare commits
No commits in common. "c8s" and "c9-beta" have entirely different histories.
1
.flite.metadata
Normal file
1
.flite.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
233144a772de72741ae1aa2292f672c30224afb3 SOURCES/flite-1.3-release.tar.gz
|
||||||
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1 @@
|
|||||||
SOURCES/flite-1.3-release.tar.gz
|
SOURCES/flite-1.3-release.tar.gz
|
||||||
/flite-1.3-release.tar.gz
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
Name: flite
|
Name: flite
|
||||||
Version: 1.3
|
Version: 1.3
|
||||||
Release: 31%{?dist}
|
Release: 40%{?dist}
|
||||||
Summary: Small, fast speech synthesis engine (text-to-speech)
|
Summary: Small, fast speech synthesis engine (text-to-speech)
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://www.speech.cs.cmu.edu/flite/
|
URL: http://www.speech.cs.cmu.edu/flite/
|
||||||
@ -20,6 +20,7 @@ BuildRequires: texi2html
|
|||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: autoconf automake libtool
|
BuildRequires: autoconf automake libtool
|
||||||
BuildRequires: ed alsa-lib-devel
|
BuildRequires: ed alsa-lib-devel
|
||||||
|
BuildRequires: make
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -52,7 +53,8 @@ cp -p %{SOURCE1} .
|
|||||||
autoreconf -vif
|
autoreconf -vif
|
||||||
%configure --enable-shared --with-audio=alsa
|
%configure --enable-shared --with-audio=alsa
|
||||||
# This package fails parallel make (thus cannot be built using "_smp_flags")
|
# This package fails parallel make (thus cannot be built using "_smp_flags")
|
||||||
make
|
make \
|
||||||
|
CFLAGS="$RPM_OPT_FLAGS -Wl,-z,now"
|
||||||
# Build documentation
|
# Build documentation
|
||||||
cd doc
|
cd doc
|
||||||
# WARNING "make doc" provides a huge PDF file. It was decided not to produce/package it.
|
# WARNING "make doc" provides a huge PDF file. It was decided not to produce/package it.
|
||||||
@ -64,10 +66,7 @@ make flite.html
|
|||||||
make install INSTALLBINDIR=%{buildroot}%{_bindir} INSTALLLIBDIR=%{buildroot}%{_libdir} INSTALLINCDIR=%{buildroot}%{_includedir}/flite
|
make install INSTALLBINDIR=%{buildroot}%{_bindir} INSTALLLIBDIR=%{buildroot}%{_libdir} INSTALLINCDIR=%{buildroot}%{_includedir}/flite
|
||||||
|
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -83,6 +82,34 @@ make install INSTALLBINDIR=%{buildroot}%{_bindir} INSTALLLIBDIR=%{buildroot}%{_l
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
||||||
|
|
||||||
* Wed Mar 7 2018 Peter Robinson <pbrobinson@fedoraproject.org> 1.3-31
|
* Wed Mar 7 2018 Peter Robinson <pbrobinson@fedoraproject.org> 1.3-31
|
||||||
- Add gcc BR, minor spec cleanups
|
- Add gcc BR, minor spec cleanups
|
||||||
|
|
||||||
@ -1,7 +0,0 @@
|
|||||||
--- !Policy
|
|
||||||
product_versions:
|
|
||||||
- rhel-8
|
|
||||||
decision_context: osci_compose_gate
|
|
||||||
rules:
|
|
||||||
# - !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}
|
|
||||||
- !PassingTestCaseRule {test_case_name: manual.sst_desktop.flite.sanity}
|
|
||||||
Loading…
Reference in New Issue
Block a user