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
|
Name: speech-dispatcher
|
||||||
Version: 0.11.5
|
Version: 0.12.0
|
||||||
Release: 3mamba
|
Release: 1mamba
|
||||||
Summary: A high-level device independent layer for speech synthesis
|
Summary: A high-level device independent layer for speech synthesis
|
||||||
Group: System/Multimedia
|
Group: System/Multimedia
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -15,11 +15,14 @@ BuildRequires: libalsa-devel
|
|||||||
BuildRequires: libao-devel
|
BuildRequires: libao-devel
|
||||||
BuildRequires: libdotconf-devel
|
BuildRequires: libdotconf-devel
|
||||||
BuildRequires: libespeak-ng-devel
|
BuildRequires: libespeak-ng-devel
|
||||||
|
BuildRequires: libgcc
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libltdl-devel
|
BuildRequires: libltdl-devel
|
||||||
|
BuildRequires: libpipewire-devel
|
||||||
BuildRequires: libpulseaudio-devel
|
BuildRequires: libpulseaudio-devel
|
||||||
BuildRequires: libpython311-devel
|
BuildRequires: libpython311-devel
|
||||||
BuildRequires: libsndfile-devel
|
BuildRequires: libsndfile-devel
|
||||||
|
BuildRequires: libsystemd-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libpython3-devel >= 3.11
|
BuildRequires: libpython3-devel >= 3.11
|
||||||
Requires(post):%{__install_info}
|
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.
|
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.
|
This package contains the flite module.
|
||||||
|
|
||||||
%debug_package
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n speechd-%{version}
|
%setup -q -n speechd-%{version}
|
||||||
@ -154,7 +156,6 @@ rm -f %{buildroot}%{_infodir}/dir
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post
|
%post
|
||||||
/sbin/ldconfig
|
|
||||||
%systemd_post speech-dispatcherd
|
%systemd_post speech-dispatcherd
|
||||||
%install_info spd-say.info
|
%install_info spd-say.info
|
||||||
%install_info speech-dispatcher-cs.info
|
%install_info speech-dispatcher-cs.info
|
||||||
@ -171,7 +172,6 @@ rm -f %{buildroot}%{_infodir}/dir
|
|||||||
:
|
:
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
/sbin/ldconfig
|
|
||||||
%systemd_postun_with_restart speech-dispatcherd
|
%systemd_postun_with_restart speech-dispatcherd
|
||||||
:
|
:
|
||||||
|
|
||||||
@ -191,6 +191,11 @@ rm -f %{buildroot}%{_infodir}/dir
|
|||||||
%{_bindir}/spdsend
|
%{_bindir}/spdsend
|
||||||
%{_bindir}/speech-dispatcher
|
%{_bindir}/speech-dispatcher
|
||||||
%{_unitdir}/speech-dispatcherd.service
|
%{_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
|
||||||
%dir %{_datadir}/speech-dispatcher/conf
|
%dir %{_datadir}/speech-dispatcher/conf
|
||||||
%{_datadir}/speech-dispatcher/conf/speechd.conf
|
%{_datadir}/speech-dispatcher/conf/speechd.conf
|
||||||
@ -255,6 +260,9 @@ rm -f %{buildroot}%{_infodir}/dir
|
|||||||
%{python3_sitearch}/speechd*
|
%{python3_sitearch}/speechd*
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- remove former patch for includedir in pkg-config file causing wrong concatenation in Cflags
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user