Updating l10n docs to fix series id issues and also tweaked specs to fix i18n build issues and gconf schemas install problems
authormick
Fri, 05 Sep 2003 14:35:46 +0000
changeset 1128 7ffe8bb4b454
parent 1127 c7a33bf205d8
child 1129 cc2d031302c9
Updating l10n docs to fix series id issues and also tweaked specs to fix i18n build issues and gconf schemas install problems
ChangeLog
gnome-terminal.spec
gnome-user-docs.spec
--- a/ChangeLog	Fri Sep 05 14:13:44 2003 +0000
+++ b/ChangeLog	Fri Sep 05 14:35:46 2003 +0000
@@ -1,3 +1,12 @@
+2003-09-05  Michael Twomey  <[email protected]>
+
+	* gnome-terminal.spec: Updated to 0.2 l10n docs tarball to fix
+	seriesid issues. Added GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL to 
+	make install.
+	* gnome-user-docs.spec: Updated to 0.2 l10n docs tarball to 
+	fix seriesid issues. Changing to use just scrollkeeper-update to 
+	fix i18n issues.
+
 2003-09-05  Michael Twomey  <[email protected]>
 
 	* fontconfig.spec, patches/fontconfig-01-asian-fixes.diff:
--- a/gnome-terminal.spec	Fri Sep 05 14:13:44 2003 +0000
+++ b/gnome-terminal.spec	Fri Sep 05 14:35:46 2003 +0000
@@ -2,12 +2,12 @@
 License:      GPL
 Group:        System/GUI/GNOME
 Version:      2.2.1
-Release:      13
+Release:      14
 Distribution: Mercury
 Vendor:       Sun Microsystems, Inc.
 Summary:      GNOME Terminal
 Source:       http://ftp.gnome.org/pub/GNOME/sources/gnome-terminal/2.2/%{name}-%{version}.tar.bz2
-Source1:      gnome-terminal-l10n-online-help.tar.bz2
+Source1:      gnome-terminal-l10n-online-help-0.2.tar.bz2
 Source2:      gnome-terminal-l10n-po.tar.bz2
 Patch1:       gnome-terminal-01-config-add-1l0n-help.diff
 Patch2:       gnome-terminal-02-menu-entry.diff
@@ -56,7 +56,9 @@
 make 
 
 %install
+export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
 make DESTDIR=$RPM_BUILD_ROOT install
+unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -97,6 +99,10 @@
 %{_bindir}/gnome-terminal
 
 %changelog
+* Tue Aug 26 2003 Michael Twomey <[email protected]>
+- Updated to 0.2 l10n docs tarball to fix seriesid issues.
+- Added GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL to make install.
+
 * Fri Aug 01 2003 - [email protected]
 - Add supported menu category
 
--- a/gnome-user-docs.spec	Fri Sep 05 14:13:44 2003 +0000
+++ b/gnome-user-docs.spec	Fri Sep 05 14:35:46 2003 +0000
@@ -6,12 +6,12 @@
 Group:			Documentation
 BuildArchitectures:	noarch
 Version:		2.0.6
-Release:		11
+Release:		12
 Distribution:		Mercury
 Vendor:			Sun Microsystems, Inc.
 Summary:		User Documentation for the GNOME desktop
 Source:		        http://ftp.gnome.org/pub/GNOME/sources/gnome2-user-docs/2.0/gnome2-user-docs-%{version}.tar.bz2	
-Source1:	        gnome-user-docs-l10n-online-help.tar.bz2
+Source1:	        gnome2-user-guide-l10n-online-help-0.2.tar.bz2
 Source2:                gnome-user-docs-UG-SAG-0.02.tar.bz2
 Source3:		quick-start-user-guide.tar.bz2
 Patch0:		   	gnome-user-docs-01-add-l10n-online-help.diff
@@ -55,25 +55,9 @@
 rm -rf $RPM_BUILD_ROOT
 
 %post
-for i in zh_CN zh_TW ko_KR ja_JP de_DE es_ES fr_FR it_IT sv_SE ; do
-        langtag=$i
-        [ ${i:0:2} == "zh" ] || langtag=${i:0:2}
-        for j in %{_datadir}/omf/user-guide/*-$langtag.omf ; do
-                env LANG=$i LC_ALL=$i scrollkeeper-install -q $j
-        done
-done
-
 if which scrollkeeper-update>/dev/null 2>&1; then scrollkeeper-update -q; fi
 
 %postun
-for i in zh_CN zh_TW ko_KR ja_JP de_DE es_ES fr_FR it_IT sv_SE ; do
-        langtag=$i
-        [ ${i:0:2} == "zh" ] || langtag=${i:0:2}
-        for j in %{_datadir}/omf/user-guide/*-$langtag.omf ; do
-                env LANG=$i LC_ALL=$i scrollkeeper-uninstall -q $j
-        done
-done
-
 if which scrollkeeper-update>/dev/null 2>&1; then scrollkeeper-update -q; fi
 
 %files
@@ -83,6 +67,9 @@
 %{_datadir}/omf/*
 
 %changelog
+* Tue Aug 26 2003 Michael Twomey <[email protected]>
+- Updated to 0.2 l10n docs tarball to fix seriesid issues.
+- Changing to use just scrollkeeper-update to fix i18n issues.
 * Mon Aug 18 2003 Matt Keenan <[email protected]>
 - Added new sun-section
 * Wed Jul 16 2003 Michael Twomey <[email protected]>