2024-05-15 21:04:41 +02:00
|
|
|
%define gittag %(echo %version | cut -d_ -f2)
|
2024-01-06 07:01:01 +01:00
|
|
|
Name: mbrola-voices
|
2024-05-15 21:04:41 +02:00
|
|
|
Version: 20200330_fe05a0
|
|
|
|
Release: 2mamba
|
2024-01-06 07:01:01 +01:00
|
|
|
Summary: Data files of mbrola speech synthesizer voices
|
|
|
|
Group: System/Multimedia
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-05-15 21:04:41 +02:00
|
|
|
URL: https://github.com/numediart/MBROLA-voices
|
|
|
|
Source: https://github.com/numediart/MBROLA-voices.git/master@%{gittag}/MBROLA-voices-%{version}.tar.bz2
|
2024-01-06 07:01:01 +01:00
|
|
|
License: Affero GNU Public License
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildArch: noarch
|
|
|
|
Requires: mbrola
|
|
|
|
|
|
|
|
%description
|
|
|
|
Data files of mbrola speech synthesizer voices.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n MBROLA-voices-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
install -d -m0755 %{buildroot}%{_datadir}/mbrola
|
|
|
|
cd data
|
|
|
|
cp -a en1 it3 it4 %{buildroot}%{_datadir}/mbrola/
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%lang(en) %{_datadir}/mbrola/en1
|
|
|
|
%lang(it) %{_datadir}/mbrola/it3
|
|
|
|
%lang(it) %{_datadir}/mbrola/it4
|
|
|
|
%doc LICENSE.md
|
|
|
|
|
|
|
|
%changelog
|
2024-05-15 21:04:41 +02:00
|
|
|
* Wed May 15 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 20200330_fe05a0-2mamba
|
|
|
|
- use gittag from version instead of master
|
|
|
|
|
|
|
|
* Sat Dec 02 2023 Automatic Build System <autodist@mambasoft.it> 20200330_fe05a0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:01:01 +01:00
|
|
|
* Sun Oct 27 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 20191027git-1mamba
|
|
|
|
- package created using the webbuild interface
|