]> git.pld-linux.org Git - packages/espeak-ng.git/commitdiff
- updated to 1.50 auto/th/espeak-ng-1.50-1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 27 Apr 2020 16:53:45 +0000 (18:53 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 27 Apr 2020 16:53:45 +0000 (18:53 +0200)
espeak-ng.spec

index ea8e8400a2f4e4d82cd639d47787d458529f720e..0be4578ada587c1e841a06a493a8fcd0e2de2a61 100644 (file)
@@ -1,16 +1,15 @@
 Summary:       eSpeak NG - multi-lingual software speech synthesizer
 Summary(pl.UTF-8):     eSpeak NG - wielojęzyczny programowy syntezator mowy
 Name:          espeak-ng
-Version:       1.49.2
+Version:       1.50
 Release:       1
 License:       GPL v3+
 Group:         Applications/Sound
 #Source0Download: https://github.com/espeak-ng/espeak-ng/releases
-# 1.49.2 release tarball is broken
-#Source0:      https://github.com/espeak-ng/espeak-ng/releases/download/%{version}/%{name}-%{version}.tar.gz
+Source0:       https://github.com/espeak-ng/espeak-ng/releases/download/%{version}/%{name}-%{version}.tgz
+# Source0-md5: 85422fd7ccebd32ef4d92e6719efd8be
 # so use archive
-Source0:       https://github.com/espeak-ng/espeak-ng/archive/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 8cc43f3f6ecc339e712a1648598f4f78
+#Source0:      https://github.com/espeak-ng/espeak-ng/archive/%{version}/%{name}-%{version}.tar.gz
 URL:           https://github.com/espeak-ng/espeak-ng/
 BuildRequires: autoconf >= 2.63
 BuildRequires: automake >= 1:1.11
@@ -89,7 +88,7 @@ Vim syntax rules for eSpeak files.
 Reguły składni Vima dla plików eSpeaka.
 
 %prep
-%setup -q
+%setup -q -n %{name}
 
 %build
 %{__libtoolize}
@@ -130,7 +129,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc CHANGELOG.md COPYING.{BSD2,IEEE,UCD} README.md docs/{*.md,images,languages}
+%doc CHANGELOG.md COPYING.{BSD2,IEEE,UCD} README.md docs/{*.md,images,languages,phonemes}
 %attr(755,root,root) %{_bindir}/espeak
 %attr(755,root,root) %{_bindir}/espeak-ng
 %attr(755,root,root) %{_bindir}/speak
@@ -143,20 +142,16 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libespeak-ng.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libespeak-ng.so.1
-%attr(755,root,root) %{_libdir}/libespeak-ng-test.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libespeak-ng-test.so.1
 
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libespeak-ng.so
-%attr(755,root,root) %{_libdir}/libespeak-ng-test.so
 %{_includedir}/espeak-ng
 %{_pkgconfigdir}/espeak-ng.pc
 
 %files static
 %defattr(644,root,root,755)
 %{_libdir}/libespeak-ng.a
-%{_libdir}/libespeak-ng-test.a
 
 %files -n vim-syntax-espeak
 %defattr(644,root,root,755)
This page took 0.133737 seconds and 4 git commands to generate.