# HG changeset patch # User dermotm # Date 1095701489 0 # Node ID 9afa2679f8f1c8a2d590563ad130ecc1da24968d # Parent a28f7c67de3823a93059032da714d15f43967837 gnome-speech: new JDK path diff -r a28f7c67de38 -r 9afa2679f8f1 gnome-speech.spec --- a/gnome-speech.spec Mon Sep 20 17:27:05 2004 +0000 +++ b/gnome-speech.spec Mon Sep 20 17:31:29 2004 +0000 @@ -2,7 +2,7 @@ License: LGPL Group: System/Libraries Version: 0.3.5 -Release: 21 +Release: 22 Distribution: Cinnabar Vendor: Sun Microsystems, Inc. Summary: GNOME text-to-speech engine @@ -54,7 +54,7 @@ %ifos solaris CFLAGS="-I/usr/jdk/jdk1.5.0/include -I/usr/jdk/jdk1.5.0/include/solaris $RPM_OPT_FLAGS" \ %else -export PATH="/usr/java/jdk1.5.0/bin:$PATH" +export PATH="/usr/java/jdk1.5.0_01/bin:$PATH" CFLAGS="-I/usr/java/jdk1.5.0_01/include -I/usr/java/jdk1.5.0_01/include/linux $RPM_OPT_FLAGS" \ %endif ./configure --prefix=%{_prefix} \ @@ -96,7 +96,7 @@ %changelog * Mon Sep 20 2004 - dermotm.mccluskey@sun.com -- new patch for JDK 1.5.0 +- new path for JDK 1.5.0 * Mon Aug 30 2004 - bill.haneman@sun.com - Removed patch (it's in CVS now), and bumped to 0.3.5.