From 5a6d50a3784330017aaeb5286daec33591db3a54 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 23:15:09 +0100 Subject: [PATCH] automatic rebuild by autodist [release 0.4.25-3mamba;Sun Aug 04 2013] --- README.md | 2 ++ gnome-speech.spec | 84 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 86 insertions(+) create mode 100644 gnome-speech.spec diff --git a/README.md b/README.md index 96d5f51..58aab72 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # gnome-speech +The gnome-speech component of GNOME provides a service-based approach to speech synthesis engines. Each speech engine that is installed on the system can be exposed as a speech service by gnome-speech, allowing assistive technologies such as Orca to share the resource. + diff --git a/gnome-speech.spec b/gnome-speech.spec new file mode 100644 index 0000000..29a5746 --- /dev/null +++ b/gnome-speech.spec @@ -0,0 +1,84 @@ +Name: gnome-speech +Version: 0.4.25 +Release: 3mamba +Summary: A GNOME component that provides a service-based approach to speech synthesis engines +Group: Graphical Desktop/Applications/Accessibility +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://live.gnome.org/Orca/GnomeSpeech +Source: http://ftp.gnome.org/pub/GNOME/sources/gnome-speech/0.4/gnome-speech-%{version}.tar.bz2 +License: LGPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libbonobo-devel +BuildRequires: libglib-devel +BuildRequires: ORBit2-devel +## AUTOBUILDREQ-END +BuildRequires: espeak +BuildRequires: speech-dispatcher +BuildRequires: festival +Requires: festival +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +The gnome-speech component of GNOME provides a service-based approach to speech synthesis engines. Each speech engine that is installed on the system can be exposed as a speech service by gnome-speech, allowing assistive technologies such as Orca to share the resource. + +%package devel +Summary: Devel package for %{name} +Group: Development/Libraries +Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} + +%description devel +The gnome-speech component of GNOME provides a service-based approach to speech synthesis engines. Each speech engine that is installed on the system can be exposed as a speech service by gnome-speech, allowing assistive technologies such as Orca to share the resource. + +This package contains static libraries and header files need for development. + +%prep + +%setup -q + +%build +%configure \ + --with-speech-dispatcher +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/espeak-synthesis-driver +%{_bindir}/festival-synthesis-driver +%{_bindir}/speechd-synthesis-driver +%{_bindir}/test-speech +%{_libdir}/bonobo/servers/GNOME_Speech_SynthesisDriver_Festival.server +%{_libdir}/bonobo/servers/GNOME_Speech_SynthesisDriver_Espeak.server +%{_libdir}/bonobo/servers/GNOME_Speech_SynthDriver_Speech_Dispatcher.server +%{_libdir}/libgnomespeech.so.* +%{_libdir}/orbit-2.0/GNOME_Speech_module.la +%{_libdir}/orbit-2.0/GNOME_Speech_module.so +%{_datadir}/idl/gnome-speech-1.0/GNOME_Speech*.idl +%doc AUTHORS COPYING +#ChangeLog NEWS README + +%files devel +%defattr(-,root,root) +%{_includedir}/gnome-speech-1.0/gnome-speech/*.h +%{_libdir}/libgnomespeech.la +%{_libdir}/libgnomespeech.so +%{_libdir}/pkgconfig/*.pc + +%changelog +* Sun Aug 04 2013 Automatic Build System 0.4.25-3mamba +- automatic rebuild by autodist + +* Tue Sep 22 2009 Silvan Calarco 0.4.25-2mamba +- rebuilt with espeak support + +* Fri Aug 28 2009 Silvan Calarco 0.4.25-1mamba +- package created by autospec