2008-01-17 Damien Carbery <[email protected]>
authordcarbery
Thu, 17 Jan 2008 11:31:32 +0000
changeset 11474 0ea7175e1d37
parent 11473 5ec17b2b66a0
child 11475 353fc1ec4137
2008-01-17 Damien Carbery <[email protected]> * SUNWgnome-file-mgr.spec: Set ACLOCAL_FLAGS to pick up the modified intltool.m4. * base-specs/eel.spec: Bump to 2.21.5. Call aclocal and autoconf to pick up the modified intltool.m4.
ChangeLog
SUNWgnome-file-mgr.spec
base-specs/eel.spec
--- a/ChangeLog	Thu Jan 17 10:37:40 2008 +0000
+++ b/ChangeLog	Thu Jan 17 11:31:32 2008 +0000
@@ -1,3 +1,10 @@
+2008-01-17  Damien Carbery <[email protected]>
+
+	* SUNWgnome-file-mgr.spec: Set ACLOCAL_FLAGS to pick up the modified
+	  intltool.m4.
+	* base-specs/eel.spec: Bump to 2.21.5. Call aclocal and autoconf to
+	  pick up the modified intltool.m4.
+
 2008-01-17  Damien Carbery <[email protected]>
 
 	* base-specs/nautilus.spec: Bump to 2.21.5.
--- a/SUNWgnome-file-mgr.spec	Thu Jan 17 10:37:40 2008 +0000
+++ b/SUNWgnome-file-mgr.spec	Thu Jan 17 11:31:32 2008 +0000
@@ -106,6 +106,7 @@
 export CFLAGS="%optflags -I%{_includedir}"
 export RPM_OPT_FLAGS="$CFLAGS"
 export LDFLAGS="%_ldflags"
+export ACLOCAL_FLAGS="-I /usr/share/aclocal"
 
 %eel.build -d %name-%version
 %nautilus.build -d %name-%version
@@ -259,6 +260,8 @@
 %endif
 
 %changelog
+* Thu Jan 17 2008 - [email protected]
+- Set ACLOCAL_FLAGS to pick up the modified intltool.m4.
 * Fri Jan 11 2008 - [email protected]
 - Change extensions directory to extensions-2.0
 * Thu Jan  3 2008 - [email protected]
--- a/base-specs/eel.spec	Thu Jan 17 10:37:40 2008 +0000
+++ b/base-specs/eel.spec	Thu Jan 17 11:31:32 2008 +0000
@@ -1,7 +1,7 @@
 #
 # spec file for package eel
 #
-# Copyright (c) 2005 Sun Microsystems, Inc.
+# Copyright (c) 2008 Sun Microsystems, Inc.
 # This file and all modifications and additions to the pristine
 # package are under the same license as the package itself.
 #
@@ -9,7 +9,7 @@
 Name:         eel
 License:      LGPL
 Group:        System/Libraries/GNOME
-Version:      2.21.1
+Version:      2.21.5
 Release:      1
 Distribution: Java Desktop System
 Vendor:       Sun Microsystems, Inc.
@@ -72,6 +72,8 @@
   CPUS=1
 fi
 
+aclocal $ACLOCAL_FLAGS
+autoconf
 CFLAGS="$RPM_OPT_FLAGS"			\
 ./configure --prefix=%{_prefix}		\
 	    --sysconfdir=%{_sysconfdir}
@@ -106,6 +108,8 @@
 %{_includedir}/eel-2
 
 %changelog
+* Thu Jan 17 2008 - [email protected]
+- Bump to 2.21.5. Call aclocal and autoconf to pick up the modified intltool.m4.
 * Sun Dec 23 2007 - [email protected]
 - Bump to 2.21.1.
 * Tue Sep 18 2007 - [email protected]