[packages/mbrola] - rel 1, builds

baggins baggins at pld-linux.org
Tue Sep 16 09:59:01 CEST 2025


commit f8d79c2b7c1bcaad9ce86573fbac39d63f466804
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Tue Sep 16 11:58:51 2025 +0200

    - rel 1, builds

 mbrola.spec | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/mbrola.spec b/mbrola.spec
index dbf4f1b..e6515f2 100644
--- a/mbrola.spec
+++ b/mbrola.spec
@@ -1,12 +1,12 @@
-# NOTE:
-# - amd64 version says "Architecture PANIC!":
-#   http://tcts.fpms.ac.be/synthesis/mbrola/bin/amd64linux/mbrola_AMD_Linux.zip
+#
+# TODO: Fix custom CFLAGS
+#
 Summary:	MBROLA - a speech synthesizer based on the concatenation of diphones
 Summary(pl.UTF-8):	MBROLA - syntezator mowy bazujący na łączeniu dwuzgłosek
 Name:		mbrola
 Version:	3.3
 Epoch:		1
-Release:	0.1
+Release:	1
 License:	AGPL v3+
 Group:		Applications/Sound
 Source0:	https://github.com/numediart/MBROLA/archive/%{version}/%{name}-%{version}.tar.gz
@@ -40,18 +40,21 @@ uzyskać pełny system TTS trzeba posługiwać się tym syntezatorem
 fonetyczno-prozodyczne jako dane wynikowe.
 
 %prep
-%setup -q
+%setup -q -n MBROLA-%{version}
 
+%{__make} version
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_bindir}
 
+cp -p Bin/mbrola $RPM_BUILD_ROOT%{_bindir}/
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc readme.txt
+%doc README.md
 %attr(755,root,root) %{_bindir}/mbrola
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mbrola.git/commitdiff/f8d79c2b7c1bcaad9ce86573fbac39d63f466804



More information about the pld-cvs-commit mailing list