This commit is contained in:
Peter Robinson 2015-03-20 12:32:00 +00:00
parent 4fcd2d1024
commit ddeb0c8138
2 changed files with 11 additions and 5 deletions

View File

@ -1,2 +1,2 @@
c219820f6c10ee5a591cb4a93949930c speech-dispatcher-0.8.1.tar.gz
6beee9a1e4792508bf6d638c750229cc speech-dispatcher-0.8.2.tar.gz
2777d1ec18854230dce51fb75490c26e sound-icons-0.1.tar.gz

View File

@ -1,7 +1,7 @@
%global _hardened_build 1
Name: speech-dispatcher
Version: 0.8.1
Version: 0.8.2
Release: 1%{?dist}
Summary: To provide a high-level device independent layer for speech synthesis
Group: System Environment/Libraries
@ -39,8 +39,6 @@ Requires(preun): systemd
Requires(postun): systemd
Requires: festival-freebsoft-utils
Obsoletes: python-speechd
Obsoletes: speech-dispatcher-python
%description
* Common interface to different TTS engines
@ -103,6 +101,8 @@ Python 3 module for speech-dispatcher
%setup -q
%patch1 -p1 -b .crash
tar xf %{SOURCE1}
%build
%configure --disable-static \
--with-alsa --with-pulse --with-libao \
@ -124,6 +124,8 @@ done
mkdir -p %{buildroot}%{_unitdir}
install -p -m 0644 %SOURCE2 %{buildroot}%{_unitdir}/
install -p -m 0644 sound-icons-0.1/* %{buildroot}%{_datadir}/sounds/%{name}/
#Remove %{_infodir}/dir file
rm -f %{buildroot}%{_infodir}/dir
@ -174,8 +176,9 @@ fi
%config(noreplace) %{_sysconfdir}/speech-dispatcher/clients/*.conf
%config(noreplace) %{_sysconfdir}/speech-dispatcher/modules/*.conf
%{_bindir}/speech-dispatcher
%{_datadir}/speech-dispatcher/conf/desktop/speechd.desktop
%{_libdir}/libspeechd.so.2
%{_libdir}/libspeechd.so.2.4.0
%{_libdir}/libspeechd.so.2.5.0
%{_libdir}/speech-dispatcher-modules/
%dir %{_libdir}/speech-dispatcher
%{_libdir}/speech-dispatcher/spd*.so
@ -199,6 +202,9 @@ fi
%{python3_sitearch}/speechd*
%changelog
* Fri Mar 20 2015 Peter Robinson <pbrobinson@fedoraproject.org> 0.8.2-1
- 0.8.2
* Mon Sep 29 2014 Peter Robinson <pbrobinson@fedoraproject.org> 0.8.1-1
- 0.8.1
- Split utils into sub package