File festival-czech-voice-ph.spec of Package festival-czech-voice-ph
#
# spec file for package festival-czech
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: festival-czech-voice-ph
Version: 0.1
Release: 1
#
License: GPL2
Group: Productivity/Multimedia/Other
#
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: lzma
BuildArch: noarch
Requires: festival-czech festival
#
Url: http://www.freebsoft.org/festival-czech-diphone-database.en
# http://www.freebsoft.org/pub/projects/%{name}-diphone-database/voice-czech-ph-bin-0.1.tar.gz
Source: %{name}-%{version}.tar.lzma
#
Summary: Czech Diphone Database
%description
The purpose of the project is making a good freely redistributable and usable
Czech diphone database for the Festival speech synthesis system. Together with
the festival-czech project it provides a complete freely redistributable and
usable Czech speech synthesis.
Although the database is intended primarily for the Festival speech synthesis
system, it is not limited to Festival. The database contains complete phone
boundary marks and diphone boundaries and can be used to make voices for other
free speech synthesis systems.
Czech Festival speech synthesis is developed by Brailcom, o.p.s. Nadační fond
Českého rozhlasu, Seznam.cz, a.s. and European Commission (the Leonardo da
Vinci program) provided financial contributions to the project. Institute of
Phonetics at Faculty of Philosophy & Arts, Charles University, Prague, led by
prof. PhDr. Zdena Palková, CSc. provided expert knowledge and consultations.
Maintainers:
------------
Milan Zamazal <pdm@freebsoft.org>
%prep
%setup -n voice-czech-ph-bin-%{version}
%build
%install
mkdir -p %{buildroot}/usr/share/festival/voices
%makeinstall festival_voices_path=%{buildroot}/usr/share/festival/voices
%clean
%{__rm} -rfv %{buildroot}
%files
%defattr(-,root,root,-)
%doc README README.cs
%dir /usr/share/festival
%dir /usr/share/festival/voices
%dir /usr/share/festival/voices/czech
/usr/share/festival/voices/czech/*
%changelog