automatic version update by autodist [release 1.50-1mamba;Sun Dec 01 2019]
This commit is contained in:
parent
c1fac047a4
commit
6df71e7854
@ -1,5 +1,5 @@
|
||||
Name: espeak-ng
|
||||
Version: 1.49.2
|
||||
Version: 1.50
|
||||
Release: 1mamba
|
||||
Summary: eSpeak NG is an open source speech synthesizer that supports 108 languages and accents
|
||||
Group: System/Multimedia
|
||||
@ -43,7 +43,9 @@ This package contains libraries and header files for developing applications tha
|
||||
./autogen.sh
|
||||
|
||||
%build
|
||||
%configure
|
||||
%configure \
|
||||
CFLAGS="%{optflags} -fcommon"
|
||||
|
||||
%make -j1
|
||||
|
||||
%install
|
||||
@ -89,7 +91,7 @@ rm -f %{buildroot}%{_bindir}/espeak
|
||||
|
||||
%files -n lib%{name}
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libespeak-ng-test.so.*
|
||||
#%{_libdir}/libespeak-ng-test.so.*
|
||||
%{_libdir}/libespeak-ng.so.*
|
||||
|
||||
%files -n lib%{name}-devel
|
||||
@ -97,9 +99,9 @@ rm -f %{buildroot}%{_bindir}/espeak
|
||||
%dir %{_includedir}/espeak-ng
|
||||
%{_includedir}/espeak-ng/*.h
|
||||
%{_includedir}/espeak/speak_lib.h
|
||||
%{_libdir}/libespeak-ng-test.a
|
||||
%{_libdir}/libespeak-ng-test.la
|
||||
%{_libdir}/libespeak-ng-test.so
|
||||
#%{_libdir}/libespeak-ng-test.a
|
||||
#%{_libdir}/libespeak-ng-test.la
|
||||
#%{_libdir}/libespeak-ng-test.so
|
||||
%{_libdir}/libespeak-ng.a
|
||||
%{_libdir}/libespeak-ng.la
|
||||
%{_libdir}/libespeak-ng.so
|
||||
@ -108,5 +110,8 @@ rm -f %{buildroot}%{_bindir}/espeak
|
||||
%doc README.md
|
||||
|
||||
%changelog
|
||||
* Sun Dec 01 2019 Automatic Build System <autodist@mambasoft.it> 1.50-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Nov 02 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.49.2-1mamba
|
||||
- package created using the webbuild interface
|
||||
|
Loading…
Reference in New Issue
Block a user