2017-01-31 18:12:25 +00:00
|
|
|
Name: espeak-ng
|
2020-01-27 17:30:36 +00:00
|
|
|
Version: 1.50
|
2021-01-26 05:01:13 +00:00
|
|
|
Release: 5%{?dist}
|
2017-01-31 18:12:25 +00:00
|
|
|
Summary: eSpeak NG Text-to-Speech
|
|
|
|
|
|
|
|
License: GPLv3+
|
|
|
|
URL: https://github.com/espeak-ng/espeak-ng
|
|
|
|
Source0: %{url}/archive/%{version}.tar.gz
|
|
|
|
|
|
|
|
BuildRequires: gcc make autoconf automake libtool pkgconfig
|
|
|
|
BuildRequires: rubygem-ronn rubygem-kramdown
|
|
|
|
BuildRequires: pcaudiolib-devel
|
|
|
|
|
2020-01-27 17:30:36 +00:00
|
|
|
Patch0: 0001-fix-699-avoid-samplerate-clashing-with-LTO-in-gcc-10.patch
|
|
|
|
|
2017-01-31 18:12:25 +00:00
|
|
|
%description
|
|
|
|
The eSpeak NG (Next Generation) Text-to-Speech program is an open source speech
|
|
|
|
synthesizer that supports over 70 languages. It is based on the eSpeak engine
|
|
|
|
created by Jonathan Duddington. It uses spectral formant synthesis by default
|
|
|
|
which sounds robotic, but can be configured to use Klatt formant synthesis
|
|
|
|
or MBROLA to give it a more natural sound.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for espeak-ng
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
Development files for eSpeak NG, a software speech synthesizer.
|
|
|
|
|
|
|
|
%package vim
|
|
|
|
Summary: Vim syntax highlighting for espeak-ng data files
|
|
|
|
BuildArch: noarch
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description vim
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
%package doc
|
|
|
|
Summary: Documentation for espeak-ng
|
|
|
|
BuildArch: noarch
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description doc
|
|
|
|
Documentation for eSpeak NG, a software speech synthesizer.
|
|
|
|
|
|
|
|
%prep
|
2020-01-27 17:30:36 +00:00
|
|
|
%autosetup -p1
|
2018-07-19 14:44:20 +00:00
|
|
|
# Remove unused files to make sure we've got the License tag right
|
|
|
|
rm -rf src/include/compat/endian.h src/compat/getopt.c android/
|
2017-01-31 18:12:25 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
./autogen.sh
|
|
|
|
%configure
|
2020-07-13 19:26:08 +00:00
|
|
|
%make_build src/espeak-ng src/speak-ng
|
2017-01-31 18:12:25 +00:00
|
|
|
make
|
|
|
|
# Force utf8 for docs building
|
2018-11-19 21:44:39 +00:00
|
|
|
LC_ALL=C.UTF-8 make docs
|
2017-01-31 18:12:25 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
%make_install
|
2017-10-03 16:31:13 +00:00
|
|
|
rm -vf %{buildroot}%{_libdir}/libespeak-ng-test.so*
|
2017-01-31 18:12:25 +00:00
|
|
|
rm -vf %{buildroot}%{_libdir}/*.{a,la}
|
|
|
|
# Remove files conflicting with espeak
|
|
|
|
rm -vf %{buildroot}%{_bindir}/{speak,espeak}
|
|
|
|
rm -vrf %{buildroot}%{_includedir}/espeak
|
|
|
|
# Move Vim files
|
|
|
|
mv %{buildroot}%{_datadir}/vim/addons %{buildroot}%{_datadir}/vim/vimfiles
|
|
|
|
rm -vrf %{buildroot}%{_datadir}/vim/registry
|
|
|
|
|
|
|
|
%check
|
|
|
|
ESPEAK_DATA_PATH=`pwd` LD_LIBRARY_PATH=src:${LD_LIBRARY_PATH} src/espeak-ng ...
|
|
|
|
|
2019-01-22 17:38:54 +00:00
|
|
|
%ldconfig_scriptlets
|
2017-01-31 18:12:25 +00:00
|
|
|
|
|
|
|
%files
|
|
|
|
%license COPYING
|
|
|
|
%license COPYING.IEEE
|
|
|
|
%doc README.md
|
|
|
|
%doc CHANGELOG.md
|
|
|
|
%{_bindir}/speak-ng
|
|
|
|
%{_bindir}/espeak-ng
|
2020-01-27 17:41:39 +00:00
|
|
|
%{_libdir}/libespeak-ng.so.1
|
|
|
|
%{_libdir}/libespeak-ng.so.1.*
|
2017-01-31 18:12:25 +00:00
|
|
|
%{_datadir}/espeak-ng-data
|
|
|
|
%{_mandir}/man1/speak-ng.1.gz
|
|
|
|
%{_mandir}/man1/espeak-ng.1.gz
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%{_libdir}/pkgconfig/espeak-ng.pc
|
|
|
|
%{_libdir}/libespeak-ng.so
|
|
|
|
%{_includedir}/espeak-ng
|
|
|
|
|
|
|
|
%files vim
|
|
|
|
%{_datadir}/vim/vimfiles/ftdetect/espeakfiletype.vim
|
|
|
|
%{_datadir}/vim/vimfiles/syntax/espeaklist.vim
|
|
|
|
%{_datadir}/vim/vimfiles/syntax/espeakrules.vim
|
|
|
|
|
|
|
|
%files doc
|
|
|
|
%doc docs/*.html
|
|
|
|
|
|
|
|
%changelog
|
2021-01-26 05:01:13 +00:00
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.50-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-07-27 16:58:07 +00:00
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.50-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-13 19:26:08 +00:00
|
|
|
* Mon Jul 13 2020 Tom Stellard <tstellar@redhat.com> - 1.50-3
|
|
|
|
- Use make macros
|
|
|
|
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
|
|
|
|
|
2020-01-28 17:51:40 +00:00
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.50-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2020-01-27 17:30:36 +00:00
|
|
|
* Mon Jan 27 2020 Ondřej Lysoněk <olysonek@redhat.com> - 1.50-1
|
|
|
|
- New version
|
|
|
|
- Resolves: rhbz#1778315
|
|
|
|
|
2019-07-24 23:57:38 +00:00
|
|
|
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.49.2-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-01-31 19:07:26 +00:00
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.49.2-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-11-19 21:44:39 +00:00
|
|
|
* Mon Nov 19 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.49.2-5
|
|
|
|
- Use C.UTF-8 locale
|
|
|
|
See https://fedoraproject.org/wiki/Changes/Remove_glibc-langpacks-all_from_buildroot
|
|
|
|
|
2018-07-19 14:44:20 +00:00
|
|
|
* Thu Jul 19 2018 Ondřej Lysoněk <olysonek@redhat.com> - 1.49.2-4
|
2018-07-31 09:09:45 +00:00
|
|
|
- Remove some unsed files in %%prep
|
2018-07-19 14:44:20 +00:00
|
|
|
|
2018-07-13 00:10:26 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.49.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-02-07 08:58:51 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.49.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-10-03 16:31:13 +00:00
|
|
|
* Tue Oct 03 2017 Ondřej Lysoněk <olysonek@redhat.com> - 1.49.2-1
|
|
|
|
- New version
|
|
|
|
|
2017-08-02 20:19:21 +00:00
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.49.1-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 07:49:03 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.49.1-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-10 09:25:53 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.49.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2017-01-31 18:12:25 +00:00
|
|
|
* Tue Jan 24 2017 Ondřej Lysoněk <olysonek@redhat.com> 1.49.1-2
|
|
|
|
- Corrected use of the ISA macro
|
|
|
|
- Included the COPYING.IEEE file
|
|
|
|
|
|
|
|
* Tue Jan 24 2017 Ondřej Lysoněk <olysonek@redhat.com> 1.49.1-1
|
|
|
|
- New version
|
|
|
|
|
|
|
|
* Fri Sep 16 2016 Ondřej Lysoněk <olysonek@redhat.com> 1.49.0-1
|
|
|
|
- Initial package
|