automatic version update by autodist [release 0.12.0-1mamba;Tue Feb 25 2025]
This commit is contained in:
parent
ae7d836189
commit
d25fe61626
@ -1,6 +1,6 @@
|
||||
Name: speech-dispatcher
|
||||
Version: 0.11.5
|
||||
Release: 3mamba
|
||||
Version: 0.12.0
|
||||
Release: 1mamba
|
||||
Summary: A high-level device independent layer for speech synthesis
|
||||
Group: System/Multimedia
|
||||
Vendor: openmamba
|
||||
@ -15,11 +15,14 @@ BuildRequires: libalsa-devel
|
||||
BuildRequires: libao-devel
|
||||
BuildRequires: libdotconf-devel
|
||||
BuildRequires: libespeak-ng-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libltdl-devel
|
||||
BuildRequires: libpipewire-devel
|
||||
BuildRequires: libpulseaudio-devel
|
||||
BuildRequires: libpython311-devel
|
||||
BuildRequires: libsndfile-devel
|
||||
BuildRequires: libsystemd-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libpython3-devel >= 3.11
|
||||
Requires(post):%{__install_info}
|
||||
@ -104,7 +107,6 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
The goal of Speech Dispatcher project is to provide a high-level device independent layer for speech synthesis through a simple, stable and well documented interface.
|
||||
This package contains the flite module.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n speechd-%{version}
|
||||
@ -154,7 +156,6 @@ rm -f %{buildroot}%{_infodir}/dir
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
%systemd_post speech-dispatcherd
|
||||
%install_info spd-say.info
|
||||
%install_info speech-dispatcher-cs.info
|
||||
@ -171,7 +172,6 @@ rm -f %{buildroot}%{_infodir}/dir
|
||||
:
|
||||
|
||||
%postun
|
||||
/sbin/ldconfig
|
||||
%systemd_postun_with_restart speech-dispatcherd
|
||||
:
|
||||
|
||||
@ -191,6 +191,11 @@ rm -f %{buildroot}%{_infodir}/dir
|
||||
%{_bindir}/spdsend
|
||||
%{_bindir}/speech-dispatcher
|
||||
%{_unitdir}/speech-dispatcherd.service
|
||||
%{_userunitdir}/speech-dispatcher.service
|
||||
%{_userunitdir}/speech-dispatcher.socket
|
||||
%{_libdir}/libspeechd_module.so.*
|
||||
%{_libdir}/speech-dispatcher/spd_pipewire.so
|
||||
%{_libexecdir}/speech-dispatcher-modules/sd_openjtalk
|
||||
%dir %{_datadir}/speech-dispatcher
|
||||
%dir %{_datadir}/speech-dispatcher/conf
|
||||
%{_datadir}/speech-dispatcher/conf/speechd.conf
|
||||
@ -255,6 +260,9 @@ rm -f %{buildroot}%{_infodir}/dir
|
||||
%{python3_sitearch}/speechd*
|
||||
|
||||
%changelog
|
||||
* Tue Feb 25 2025 Automatic Build System <autodist@openmamba.org> 0.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jan 14 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 0.11.5-3mamba
|
||||
- remove former patch for includedir in pkg-config file causing wrong concatenation in Cflags
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user