javahelpsection change, bump to 0.9
authormattk
Thu, 10 Jun 2004 10:13:30 +0000
changeset 3087 b8f833a73ad0
parent 3086 93b4f819fa5e
child 3088 4374a4d31776
javahelpsection change, bump to 0.9 webeyes patch for localized help inclusion
ChangeLog
javahelp-convert.spec
patches/webeyes-01-help-locales.diff
webeyes.spec
--- a/ChangeLog	Thu Jun 10 07:18:25 2004 +0000
+++ b/ChangeLog	Thu Jun 10 10:13:30 2004 +0000
@@ -1,3 +1,9 @@
+2004-06-10  Matt Keenan <[email protected]>
+
+	* javahelp-convert.spec: Update to 0.9, add javahelpsection script
+	* webeyes.spec: Patch to include all localized help
+	* patches/webeyes-01-help-locales.diff : new patch
+
 2004-06-10  Padraig O'Briain <[email protected]>
 
 	* gok.spec: Update to 0.11.4 tarball
--- a/javahelp-convert.spec	Thu Jun 10 07:18:25 2004 +0000
+++ b/javahelp-convert.spec	Thu Jun 10 10:13:30 2004 +0000
@@ -1,7 +1,7 @@
 Name:         		javahelp-convert
 License:      		GPL
 Group:        		System/GUI/GNOME
-Version:      		0.8
+Version:      		0.9
 Release:      		1
 Distribution: 		Cinnabar
 Vendor:       		Sun Microsystems, Inc.
@@ -42,11 +42,15 @@
 %defattr(-, root, root)
 %{_bindir}/javahelp-convert-install
 %{_bindir}/javahelpconvert
+%{_bindir}/javahelpsection
 %{_bindir}/javahelpcategory
 %{_datadir}/javahelp-convert
 %{_datadir}/sgml/docbook/javahelp
 
 %changelog
+* Thu Jun 10 2004 - <[email protected]>
+- Add javahelpsection, bump to 0.9
+
 * Tue Jun 01 2004 - <[email protected]>
 - New locale custom stylesheets
 - Bump to 0.8
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/patches/webeyes-01-help-locales.diff	Thu Jun 10 10:13:30 2004 +0000
@@ -0,0 +1,5 @@
+--- ../webeyes-0.6.old/help/Makefile.am	2004-06-10 11:03:32.000000000 +0100
++++ ./help/Makefile.am	2004-06-10 11:05:56.000000000 +0100
+@@ -1 +1 @@
+-SUBDIRS = C
++SUBDIRS = C de es fr it ja ko sv zh_CN zh_TW
--- a/webeyes.spec	Thu Jun 10 07:18:25 2004 +0000
+++ b/webeyes.spec	Thu Jun 10 10:13:30 2004 +0000
@@ -2,13 +2,14 @@
 License:      GPL
 Group:        System/GUI/GNOME 
 Version:      0.6
-Release:      11
+Release:      12
 Distribution: Cinnabar
 Vendor:	      Sun Microsystems, Inc.
 Summary:      Web Eyes Applet
 Source:       webeyes-%{version}.tar.bz2
 Source1:      webeyes-l10n-po-1.1.tar.bz2
 Source2:      webeyes_docs-0.2.tar.bz2
+Patch1:       webeyes-01-help-locales.diff
 URL:          http://www.gnome.org
 BuildRoot:    %{_tmppath}/%{name}-%{version}-build
 Docdir:       %{_defaultdocdir}/webeyes
@@ -31,7 +32,7 @@
 %setup -q
 /usr/bin/bzcat -dc %SOURCE1|tar xf -
 /usr/bin/bzcat -dc %SOURCE2| tar xvf -
-
+%patch1 -p1
 
 %build
 libtoolize --force
@@ -81,6 +82,9 @@
 %{_datadir}/locale/*/LC_MESSAGES/*.mo
 
 %changelog
+* Thu Jun 10 2004 - [email protected]
+- patch to include all help locales
+
 * Wed Jun  2 2004 - [email protected]
 - Updated %SOURCE1 for l10n tarball.
 * Fri May 28 2004 - [email protected]