2003-05-29 Ghee Teo <[email protected]>
authorgheet
Thu, 29 May 2003 10:30:45 +0000
changeset 210 73518c33dbab
parent 209 1774456c7622
child 211 dec28915b182
2003-05-29 Ghee Teo <[email protected]> * Updated build-gnome.pl, gconf-editor.spec, libgail-gnome.spec
ChangeLog
build-gnome.pl
gconf-editor.spec
libgail-gnome.spec
--- a/ChangeLog	Wed May 28 18:39:36 2003 +0000
+++ b/ChangeLog	Thu May 29 10:30:45 2003 +0000
@@ -1,3 +1,8 @@
+2003-05-29  Ghee Teo <[email protected]>
+
+	* Updated build-gnome.pl, gconf-editor.spec, gnome-session.spec,
+	  libgail-gnome.spec
+
 2003-05-28  Glynn Foster  <[email protected]>
 
 	* *.spec: Updated some.
--- a/build-gnome.pl	Wed May 28 18:39:36 2003 +0000
+++ b/build-gnome.pl	Thu May 29 10:30:45 2003 +0000
@@ -45,7 +45,7 @@
 	intltool-0.25.spec intltool-0.25-1.src.rpm
 	gnome-common.spec gnome-common-1.2.4-1.src.rpm
 	gtk-doc.spec gtk-doc-1.0-1.src.rpm
-	glib.spec glib2-2.2.1-1.src.rpm
+	glib2.spec glib2-2.2.1-1.src.rpm
 	pango.spec pango-1.2.1-1.src.rpm
 	atk.spec atk-1.2.2-1.src.rpm
 	gtk2.spec gtk2-2.2.1-1.src.rpm
@@ -80,7 +80,7 @@
 	nautilus.spec nautilus-2.2.2-1.src.rpm
 	nautilus-media.spec nautilus-media-0.2.1-1.src.rpm
 	metacity.spec metacity-2.4.34-1.src.rpm
-	libgtop2.spec libgtop2-2.0.1-1.src.rpm
+	libgtop.spec libgtop-2.0.1-1.src.rpm
 	control-center.spec control-center-2.2.1-1.src.rpm
 	yelp.spec yelp-2.2.0-1.src.rpm
 	gnome-utils.spec gnome-utils-2.2.1-1.src.rpm
@@ -114,7 +114,7 @@
 	intltool-0.25.spec
 	gnome-common.spec
 	gtk-doc.spec
-	glib.spec
+	glib2.spec
 	pango.spec
 	atk.spec
 	gtk2.spec
@@ -149,7 +149,7 @@
 	nautilus.spec
 	nautilus-media.spec
 	metacity.spec
-	libgtop2.spec
+	libgtop.spec
 	control-center.spec
 	yelp.spec
 	gnome-utils.spec
--- a/gconf-editor.spec	Wed May 28 18:39:36 2003 +0000
+++ b/gconf-editor.spec	Thu May 29 10:30:45 2003 +0000
@@ -5,7 +5,7 @@
 Release:      1
 Distribution: Mercury
 Vendor:       Sun Microsystems Inc.
-Summary:      Audio File Library
+Summary:      Editor/admin tool for GConf
 Source:       ftp://ftp.gnome.org:21/pub/gnome/sources/gconf-editor/2.2/%{name}-%{version}.tar.bz2
 URL:          http://www.gnome.org
 BuildRoot:    %{_tmppath}/%{name}-%{version}-build
@@ -37,7 +37,7 @@
 make DESTDIR=$RPM_BUILD_ROOT install
 unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
 
-%find_lang %{name}
+#%find_lang %{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
--- a/libgail-gnome.spec	Wed May 28 18:39:36 2003 +0000
+++ b/libgail-gnome.spec	Thu May 29 10:30:45 2003 +0000
@@ -37,14 +37,13 @@
 %setup -q 
 
 %build
-./configure --prefix=%{_prefix} 
+./configure --prefix=%{_prefix} \
+	    --disable-gtk-doc
 
 make
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
-make $RPM_BUILD_ROOT install
+make DESTDIR=$RPM_BUILD_ROOT install
 
 %clean
 rm -rf $RPM_BUILD_ROOT