Author: twittner Date: Sat Sep 23 19:44:22 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - use <foo.h> instead of "foo.h" for system includes
---- Files affected: SPECS: speak.spec (1.6 -> 1.7) ---- Diffs: ================================================================ Index: SPECS/speak.spec diff -u SPECS/speak.spec:1.6 SPECS/speak.spec:1.7 --- SPECS/speak.spec:1.6 Sat Sep 23 21:28:30 2006 +++ SPECS/speak.spec Sat Sep 23 21:44:17 2006 @@ -13,6 +13,7 @@ Source0: http://dl.sourceforge.net/espeak/%{name}-%{version}-source.zip # Source0-md5: 9a52e2a00354474334adc36fe2fdd4c6 Patch0: %{name}-ac_am.patch +Patch1: %{name}-sys_includes.patch URL: http://espeak.sourceforge.net/ BuildRequires: autoconf BuildRequires: automake @@ -119,7 +120,8 @@ %prep %setup -q -n %{name}-%{version}-source -%patch -p1 +%patch0 -p1 +%patch1 -p1 # remove pernicious headers to avoid using them during build instead of /usr/include/portaudio.h system header rm -f src/portaudio{18,19,}.h @@ -216,6 +218,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.7 2006/09/23 19:44:17 twittner +- use <foo.h> instead of "foo.h" for system includes + Revision 1.6 2006/09/23 19:28:30 twittner - up to 1.14 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/speak.spec?r1=1.6&r2=1.7&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
