packages: speech_tools/speech_tools.spec, speech_tools/speech_tools-link.pa...

qboosh qboosh at pld-linux.org
Sat Apr 7 21:25:12 CEST 2012


Author: qboosh                       Date: Sat Apr  7 19:25:12 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- added link patch to fix libestools linking instead of using skip_post_check_so to package broken library

---- Files affected:
packages/speech_tools:
   speech_tools.spec (1.62 -> 1.63) , speech_tools-link.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/speech_tools/speech_tools.spec
diff -u packages/speech_tools/speech_tools.spec:1.62 packages/speech_tools/speech_tools.spec:1.63
--- packages/speech_tools/speech_tools.spec:1.62	Sat Apr  7 20:16:34 2012
+++ packages/speech_tools/speech_tools.spec	Sat Apr  7 21:25:07 2012
@@ -18,6 +18,7 @@
 Patch4:		%{name}-as-needed.patch
 Patch5:		%{name}-gcc42.patch
 Patch6:		%{name}-gcc44.patch
+Patch7:		%{name}-link.patch
 URL:		http://www.cstr.ed.ac.uk/projects/speech_tools/
 BuildRequires:	alsa-lib-devel
 BuildRequires:	autoconf
@@ -29,8 +30,6 @@
 BuildRequires:	sed >= 4.0
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define         skip_post_check_so      libestools.so.*
-
 %description
 The Edinburgh speech tools system is a library of C++ classes,
 functions and utility programs that are frequently used in speech
@@ -86,6 +85,7 @@
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
+%patch7 -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
@@ -244,6 +244,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.63  2012/04/07 19:25:07  qboosh
+- added link patch to fix libestools linking instead of using skip_post_check_so to package broken library
+
 Revision 1.62  2012/04/07 18:16:34  qboosh
 - updated soname patch, set proper sonames instead of *.so belonging to -devel
 

================================================================
Index: packages/speech_tools/speech_tools-link.patch
diff -u /dev/null packages/speech_tools/speech_tools-link.patch:1.1
--- /dev/null	Sat Apr  7 21:25:12 2012
+++ packages/speech_tools/speech_tools-link.patch	Sat Apr  7 21:25:07 2012
@@ -0,0 +1,10 @@
+--- speech_tools/config/project.mak.orig	2012-04-07 20:54:56.625570120 +0200
++++ speech_tools/config/project.mak	2012-04-07 21:12:22.675607375 +0200
+@@ -100,6 +100,7 @@
+ PROJECT_LIBRARY_DIR_estjava = $(TOP)/lib
+ 
+ PROJECT_LIBRARY_USES_estbase = eststring
++PROJECT_LIBRARY_USES_estools = estbase eststring
+ 
+ PROJECT_LIBRARY_USES_estjava = estbase eststring
+ 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/packages/speech_tools/speech_tools.spec?r1=1.62&r2=1.63



More information about the pld-cvs-commit mailing list