Switch ronn-ng to disable ronn

This commit is contained in:
hht8 2021-02-08 16:09:24 +08:00
parent ebc3dc82ff
commit c893ee77e2

View File

@ -1,11 +1,11 @@
Name: espeak-ng
Version: 1.49.2
Release: 5
Release: 6
Summary: eSpeak NG is an open source speech synthesizer
License: GPLv3+
License: GPLv3+ and Apache-2.0
URL: https://github.com/espeak-ng/espeak-ng
Source0: https://github.com/espeak-ng/espeak-ng/archive/%{version}.tar.gz
BuildRequires: make autoconf automake libtool pkgconfig rubygem-ronn rubygem-kramdown pcaudiolib-devel
BuildRequires: make autoconf automake libtool pkgconfig rubygem-ronn-ng rubygem-kramdown pcaudiolib-devel
Provides: espeak-ng-vim = %{version}-%{release}
Obsoletes: espeak-ng-vim < %{version}-%{release}
@ -73,5 +73,8 @@ ESPEAK_DATA_PATH=`pwd` LD_LIBRARY_PATH=src:${LD_LIBRARY_PATH} src/espeak-ng ...
%{_mandir}/man1/{speak-ng.1.gz,espeak-ng.1.gz}
%changelog
* Tue Dec 3 2019 Ling Yang <lingyang2@huawei.com> - 1.49.2-5
* Sun Feb 07 2020 huanghaitao <huanghaitao8@huawei.com> - 1.49.2-6
- Swith rubygem-ronn-ng to drop rubygem-ronn
* Tue Dec 03 2019 Ling Yang <lingyang2@huawei.com> - 1.49.2-5
- Package init