Name: opentts Version: 0.1 Release: 1mamba Summary: A text-to-speech framework for POSIX operating systems Group: Applications/Accessibility Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://www.opentts.org Source: http://files.opentts.org/opentts/opentts-%{version}.tar.gz License: LGPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libalsa-devel BuildRequires: libao-devel BuildRequires: libaudio-devel BuildRequires: libdotconf-devel BuildRequires: libespeak-devel BuildRequires: libglib-devel BuildRequires: libltdl-devel BuildRequires: libpython-devel BuildRequires: libsndfile-devel BuildRequires: libXau-devel ## AUTOBUILDREQ-END Requires(post):%{__install_info} BuildRoot: %{_tmppath}/%{name}-%{version}-root %description A text-to-speech framework for POSIX operating systems. %package devel Summary: Devel package for %{name} Group: Development/Libraries Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description devel A text-to-speech framework for POSIX operating systems. This package contains static libraries and header files need for development. %prep %setup -q %build %configure %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall # remove conflict with speech-dispatcher rm -f %{buildroot}%{_infodir}/ssip.info* %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %post %install_info opentts.info %install_info otts-say.info #%install_info ssip.info exit 0 %preun %uninstall_info opentts.info %uninstall_info otts-say.info #%uninstall_info ssip.info exit 0 %files %defattr(-,root,root) %dir %{_sysconfdir}/opentts %config(noreplace) %{_sysconfdir}/opentts/openttsd.conf %config(noreplace) %{_sysconfdir}/opentts/clients/*.conf %config(noreplace) %{_sysconfdir}/opentts/modules/*.conf %{_bindir}/openttsd %{_bindir}/otts-conf %{_bindir}/otts-say %{_bindir}/otts-send %{_libdir}/libopentts.so.* %dir %{_libdir}/opentts %{_libdir}/opentts/audio %{_libdir}/opentts/modules %{_datadir}/opentts/conf/clients/*.conf %{_datadir}/opentts/conf/desktop/opentts.desktop %{_datadir}/opentts/conf/modules/*.conf %{_datadir}/opentts/conf/openttsd.conf %dir %{_datadir}/sounds/opentts %{_datadir}/sounds/opentts/*.wav %dir %{python_sitearch}/opentts %{python_sitearch}/opentts/* %{python_sitearch}/opentts_config/* %{_infodir}/*.info.gz %doc AUTHORS COPYING README TODO %files devel %defattr(-,root,root) %{_libdir}/libopentts.a %{_libdir}/libopentts.la %{_libdir}/libopentts.so %dir %{_includedir}/opentts %{_includedir}/opentts/*.h %{_exec_prefix}/lib/pkgconfig/*.pc %changelog * Sat Aug 21 2010 Silvan Calarco 0.1-1mamba - package created by autospec