This commit is contained in:
Peter Robinson 2013-08-07 08:50:12 +01:00
commit 74fbdc2f99
3 changed files with 62 additions and 44 deletions

3
.gitignore vendored
View File

@ -1 +1,2 @@
speech-dispatcher-0.7.1.tar.gz
/sound-icons*.tar.gz
/speech-dispatcher*.tar.gz

View File

@ -1 +1,2 @@
ccfc30ac006673d36b4223eb760ed696 speech-dispatcher-0.7.1.tar.gz
d88691a64c676122f996230c107c392f speech-dispatcher-0.8.tar.gz
2777d1ec18854230dce51fb75490c26e sound-icons-0.1.tar.gz

View File

@ -1,6 +1,6 @@
Name: speech-dispatcher
Version: 0.7.1
Release: 10%{?dist}
Version: 0.8
Release: 3%{?dist}
Summary: To provide a high-level device independent layer for speech synthesis
Group: System Environment/Libraries
@ -8,33 +8,37 @@ Group: System Environment/Libraries
# src/c/clients/spdsend/spdsend.h is licensed under GPLv2,
# which makes %%_bindir/spdsend GPLv2.
License: GPLv2+ and GPLv2
URL: http://www.freebsoft.org/speechd
URL: http://devel.freebsoft.org/speechd
Source0: http://www.freebsoft.org/pub/projects/speechd/%{name}-%{version}.tar.gz
Source1: speech-dispatcherd.service
Source1: http://www.freebsoft.org/pub/projects/sound-icons/sound-icons-0.1.tar.gz
Source2: speech-dispatcherd.service
Patch0: 0001-RPM-Cleanups.patch
BuildRequires: alsa-lib-devel
BuildRequires: dotconf-devel
BuildRequires: espeak-devel
BuildRequires: flite-devel
Buildrequires: glib2-devel
Buildrequires: libao-devel
Buildrequires: libtool-ltdl-devel
Buildrequires: pulseaudio-libs-devel
BuildRequires: python-setuptools-devel
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: texinfo
BuildRequires: systemd-units
BuildRequires: automake libtool
Patch0: 0001-RPM-Cleanups.patch
Requires(post): systemd-units
Requires(post): systemd-sysv
Requires(post): chkconfig
Requires(preun): systemd-units
Requires(postun): systemd-units
BuildRequires: systemd
BuildRequires: automake libtool intltool
%ifnarch s390 s390x
BuildRequires: libraw1394
%endif
Requires(post): systemd
Requires(preun): systemd
Requires(postun): systemd
Requires: festival-freebsoft-utils
Obsoletes: python-speechd
Obsoletes: speech-dispatcher-python
%description
@ -69,32 +73,33 @@ Group: Documentation
Requires: speech-dispatcher = %{version}-%{release}
Requires(post): /sbin/install-info
Requires(preun):/sbin/install-info
BuildArch: noarch
%description doc
speechd documentation
%package python
Summary: Python Client API for speech-dispatcher
%package -n python3-speechd
Summary: Python 3 Client API for speech-dispatcher
License: GPLv2+
Group: Development/Libraries
Requires: speech-dispatcher = %{version}-%{release}
%description python
speechd python module
%description -n python3-speechd
Python 3 module for speech-dispatcher
%prep
%setup -q
%patch0 -p1
autoreconf -i -f
#%patch0 -p1
#autoreconf -vif
%build
%configure --disable-static --with-alsa --with-pulse --without-nas --with-flite --sysconfdir=%{_sysconfdir}
make %{?_smp_mflags}
make %{?_smp_mflags} V=1
%install
for dir in \
config/ doc/ src/audio/ src/c/ src/modules/ src/tests/ src/server/ src/python/
config/ doc/ src/audio/ src/api/ src/modules/ src/tests/ src/server/
do
pushd $dir
make install DESTDIR=%{buildroot} INSTALL="install -p"
@ -102,7 +107,7 @@ for dir in \
done
mkdir -p %{buildroot}%{_unitdir}
install -p -m 0644 %SOURCE1 %{buildroot}%{_unitdir}/
install -p -m 0644 %SOURCE2 %{buildroot}%{_unitdir}/
#Remove %{_infodir}/dir file
rm -f %{buildroot}%{_infodir}/dir
@ -110,14 +115,17 @@ rm -f %{buildroot}%{_infodir}/dir
find %{buildroot} -name '*.la' -exec rm -f {} ';'
# Move the config files from /usr/share to /etc
%{__mkdir} -p %{buildroot}%{_sysconfdir}/speech-dispatcher/clients
%{__mkdir} -p %{buildroot}%{_sysconfdir}/speech-dispatcher/modules
mkdir -p %{buildroot}%{_sysconfdir}/speech-dispatcher/clients
mkdir -p %{buildroot}%{_sysconfdir}/speech-dispatcher/modules
mv %{buildroot}%{_datadir}/speech-dispatcher/conf/speechd.conf %{buildroot}%{_sysconfdir}/speech-dispatcher/
mv %{buildroot}%{_datadir}/speech-dispatcher/conf/clients/* %{buildroot}%{_sysconfdir}/speech-dispatcher/clients
mv %{buildroot}%{_datadir}/speech-dispatcher/conf/modules/* %{buildroot}%{_sysconfdir}/speech-dispatcher/modules
# Create log dir
%{__mkdir} -p -m 0700 %{buildroot}%{_localstatedir}/log/speech-dispatcher/
mkdir -p -m 0700 %{buildroot}%{_localstatedir}/log/speech-dispatcher/
# enable pulseaudio as default with a fallback to alsa
sed 's/# AudioOutputMethod "pulse,alsa"/AudioOutputMethod "pulse,alsa"/' %{buildroot}%{_sysconfdir}/speech-dispatcher/speechd.conf
%post
/sbin/ldconfig
@ -162,12 +170,10 @@ fi
%config(noreplace) %{_sysconfdir}/speech-dispatcher/modules/*.conf
%{_bindir}/*
%{_libdir}/libspeechd.so.2
%{_libdir}/libspeechd.so.2.3.0
%{_libdir}/libspeechd.so.2.4.0
%{_libdir}/speech-dispatcher-modules/
%dir %{_libdir}/speech-dispatcher
%{_libdir}/speech-dispatcher/lib*.so
%{_libdir}/speech-dispatcher/libsdaudio.so.2
%{_libdir}/speech-dispatcher/libsdaudio.so.2.0.4
%{_libdir}/speech-dispatcher/spd*.so
%{_datadir}/sounds/speech-dispatcher
%dir %attr(0700, root, root) %{_localstatedir}/log/speech-dispatcher/
@ -185,20 +191,30 @@ fi
/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || :
/sbin/install-info %{_infodir}/spd-say.info %{_infodir}/dir || :
/sbin/install-info %{_infodir}/ssip.info %{_infodir}/dir || :
/sbin/install-info %{_infodir}/%{name}-cs.info %{_infodir}/dir || :
%preun doc
if [ $1 = 0 ]; then
/sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || :
/sbin/install-info --delete %{_infodir}/spd-say.info %{_infodir}/dir || :
/sbin/install-info --delete %{_infodir}/ssip.info %{_infodir}/dir || :
/sbin/install-info --delete %{_infodir}/%{name}-cs.info %{_infodir}/dir || :
fi
%files python
%{python_sitearch}/speechd*
%files -n python3-speechd
%{python3_sitearch}/speechd*
%changelog
* Wed Aug 7 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.8-3
- Drop libao and python2 bindings
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Thu Feb 28 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.8-1
- Update to 0.8 stable release
- Rename python package for consistency
- Add python3 bindings - fixes RHBZ 867958
- Update the systemd scriptlets to the macroized versions
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.1-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
@ -220,20 +236,20 @@ fi
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Wed Dec 8 2010 Peter Robinson <pbrobinson@gmail.com> - 0.7.1-3
* Wed Dec 8 2010 Peter Robinson <pbrobinson@fedoraproject.org> - 0.7.1-3
- Bump build for new dotconf
* Thu Oct 14 2010 Peter Robinson <pbrobinson@gmail.com> - 0.7.1-2
* Thu Oct 14 2010 Peter Robinson <pbrobinson@fedoraproject.org> - 0.7.1-2
- Depend on festival-freebsoft-utils so we work with festival
* Tue Sep 14 2010 Peter Robinson <pbrobinson@gmail.com> - 0.7.1-1
* Tue Sep 14 2010 Peter Robinson <pbrobinson@fedoraproject.org> - 0.7.1-1
- New upstream 0.7.1 stable release
- Some spec and build cleanups
* Thu Aug 5 2010 Peter Robinson <pbrobinson@gmail.com> - 0.7-2
* Thu Aug 5 2010 Peter Robinson <pbrobinson@fedoraproject.org> - 0.7-2
- Disable NAS support, use PulseAudio by default
* Tue Aug 3 2010 Peter Robinson <pbrobinson@gmail.com> - 0.7-1
* Tue Aug 3 2010 Peter Robinson <pbrobinson@fedoraproject.org> - 0.7-1
- New upstream 0.7 stable release
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 0.6.7-5.1
@ -242,16 +258,16 @@ fi
* Mon Mar 08 2010 Karsten Hopp <karsten@redhat.com> - 0.6.7-4.1
- disable libraw1394 build requirement on s390(x)
* Wed Mar 3 2010 Peter Robinson <pbrobinson@gmail.com> - 0.6.7-4
* Wed Mar 3 2010 Peter Robinson <pbrobinson@fedoraproject.org> - 0.6.7-4
- Add patch to fix dso linking. Bug 564851
* Sat Jan 9 2010 Peter Robinson <pbrobinson@gmail.com> - 0.6.7-3
* Sat Jan 9 2010 Peter Robinson <pbrobinson@fedoraproject.org> - 0.6.7-3
- Updated to the new python sysarch spec file reqs
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Wed May 20 2009 Peter Robinson <pbrobinson@gmail.com> - 0.6.7-1
* Wed May 20 2009 Peter Robinson <pbrobinson@fedoraproject.org> - 0.6.7-1
- New upstream release, some spec file cleanups.
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.6-21