37 lines
918 B
RPMSpec
37 lines
918 B
RPMSpec
Name: festival-freebsoft-utils
|
|
Version: 0.10
|
|
Release: 15
|
|
Summary: A collection of festival utilities
|
|
License: GPLv2+
|
|
URL: http://www.freebsoft.org/festival-freebsoft-utils
|
|
Source0: http://devel.freebsoft.org/pub/projects/%{name}/%{name}-%{version}.tar.gz
|
|
|
|
BuildArch: noarch
|
|
BuildRequires: festival
|
|
Requires: festival sox
|
|
|
|
%description
|
|
A collection of utilities that enhance Festival with some useful features. They
|
|
provide all what is needed for interaction with Speech Dispatcher.
|
|
|
|
%prep
|
|
%autosetup -n %{name}-%{version} -p1
|
|
|
|
%build
|
|
|
|
%install
|
|
mkdir -p %{buildroot}/%{_datadir}/festival/lib/
|
|
cp -p *.scm %{buildroot}/%{_datadir}/festival/lib/
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc NEWS README
|
|
%license COPYING
|
|
%{_datadir}/festival/lib/*.scm
|
|
|
|
%changelog
|
|
* Sat Dec 7 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.10-15
|
|
- Package init
|