SPECS: speech_tools.spec - amd64 regression fixed.
pluto
pluto at pld-linux.org
Thu Jan 19 13:50:29 CET 2006
Author: pluto Date: Thu Jan 19 12:50:29 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- amd64 regression fixed.
---- Files affected:
SPECS:
speech_tools.spec (1.43 -> 1.44)
---- Diffs:
================================================================
Index: SPECS/speech_tools.spec
diff -u SPECS/speech_tools.spec:1.43 SPECS/speech_tools.spec:1.44
--- SPECS/speech_tools.spec:1.43 Wed Jan 18 20:33:29 2006
+++ SPECS/speech_tools.spec Thu Jan 19 13:50:24 2006
@@ -3,7 +3,7 @@
Summary(pl): Biblioteka narzędzi mowy Edinburgh
Name: speech_tools
Version: 1.2.95
-Release: 0.beta.1.2
+Release: 0.beta.2
License: distributable
Group: Applications/Sound
#Source0: http://www.cstr.ed.ac.uk/download/festival/1.4.3/%{name}-%{version}-release.tar.gz
@@ -21,6 +21,7 @@
BuildRequires: coreutils >= 5.0-7
BuildRequires: libstdc++-devel
BuildRequires: ncurses-devel
+BuildRequires: sed >= 4.0
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -76,6 +77,11 @@
%patch2 -p1
%patch3 -p0
%patch4 -p1
+%if "%{_lib}" == "lib64"
+# fix regression output for 64-bit archs (sizeof(ptr)==8 instead of 4).
+sed -i 's:20 bytes:24 bytes:' testsuite/correct/matrix_regression.out
+sed -i 's:28 bytes:32 bytes:' testsuite/correct/matrix_regression.out
+%endif
%build
cp -f /usr/share/automake/config.* .
@@ -175,6 +181,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.44 2006/01/19 12:50:24 pluto
+- amd64 regression fixed.
+
Revision 1.43 2006/01/18 19:33:29 pluto
- gcc41 patch updated. 32-bit version builds clean w/o regressions.
64-bit version need investigation:
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/speech_tools.spec?r1=1.43&r2=1.44&f=u
More information about the pld-cvs-commit
mailing list