glade.spec
author dermotm
Mon, 24 Jul 2006 12:30:39 +0000
branchgnome-2-10
changeset 19949 94f49bf19351
parent 19838 42a3a4365a3b
permissions -rw-r--r--
access control test #4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
19693
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19643
diff changeset
     1
#
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19643
diff changeset
     2
# spec file for package glade
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19643
diff changeset
     3
#
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19643
diff changeset
     4
# Copyright (c) 2005 Sun Microsystems, Inc.
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19643
diff changeset
     5
# This file and all modifications and additions to the pristine
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19643
diff changeset
     6
# package are under the same license as the package itself.
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19643
diff changeset
     7
#
543
3eca04f67f02 2003-07-11 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
     8
Name:         glade
3eca04f67f02 2003-07-11 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
     9
License:      GPL
3eca04f67f02 2003-07-11 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    10
Group:        System/GUI/GNOME
19405
cadfa0622eec Bump to 2.10
mattk
parents: 19243
diff changeset
    11
Version:      2.10.0
cadfa0622eec Bump to 2.10
mattk
parents: 19243
diff changeset
    12
Release:      1
19693
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19643
diff changeset
    13
Distribution: Java Desktop System
575
2b5c59a05848 2003-07-15 Mark McLoughlin <[email protected]>
markmc
parents: 552
diff changeset
    14
Vendor:       Sun Microsystems, Inc.
543
3eca04f67f02 2003-07-11 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    15
Summary:      GLADE User Interface Builder for GNOME
19693
ecfa915b40d9 2005-08-05 Laszlo Peter <[email protected]>
laca
parents: 19643
diff changeset
    16
Source:       http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.10/%{name}-%{version}.tar.bz2
2829
f5e6094b28df 2004-05-21 Glynn Foster <[email protected]>
gman
parents: 2777
diff changeset
    17
Patch1:       glade-01-menu-entry.diff
543
3eca04f67f02 2003-07-11 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    18
URL:          http://www.gnome.org
3eca04f67f02 2003-07-11 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    19
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
3eca04f67f02 2003-07-11 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    20
Docdir:       %{_docdir}/doc
3eca04f67f02 2003-07-11 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    21
Autoreqprov:  on
3eca04f67f02 2003-07-11 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    22
2521
6a2ec2f81c75 2004-04-20 Niall Power <[email protected]>
niall
parents: 2494
diff changeset
    23
%define scrollkeeper_version 0.3.14
19405
cadfa0622eec Bump to 2.10
mattk
parents: 19243
diff changeset
    24
%define libgnomeui_version 2.9.0
cadfa0622eec Bump to 2.10
mattk
parents: 19243
diff changeset
    25
%define libxml2_version 2.4.1
543
3eca04f67f02 2003-07-11 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    26
3eca04f67f02 2003-07-11 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    27
BuildRequires: scrollkeeper >= %{scrollkeeper_version}
3eca04f67f02 2003-07-11 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    28
BuildRequires: libgnomeui-devel >= %{libgnomeui_version}
19405
cadfa0622eec Bump to 2.10
mattk
parents: 19243
diff changeset
    29
BuildRequires: libxml2 >= %{libxml2_version}
543
3eca04f67f02 2003-07-11 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    30
Requires: libgnomeui >= %{libgnomeui_version}
3eca04f67f02 2003-07-11 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    31
3eca04f67f02 2003-07-11 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    32
%description
3eca04f67f02 2003-07-11 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    33
Glade is a User Interface Builder for GTK+ and GNOME. This package contains GLADE  for the GTK + 2.0 and GNOME 2.0 Platform.
3eca04f67f02 2003-07-11 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    34
3eca04f67f02 2003-07-11 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    35
%prep
3eca04f67f02 2003-07-11 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    36
%setup -q 
2829
f5e6094b28df 2004-05-21 Glynn Foster <[email protected]>
gman
parents: 2777
diff changeset
    37
%patch1 -p1
4455
aea26bce3124 2004-11-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 4409
diff changeset
    38
543
3eca04f67f02 2003-07-11 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    39
%build
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    40
%ifos linux
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    41
if [ -x /usr/bin/getconf ]; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    42
  CPUS=`getconf _NPROCESSORS_ONLN`
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    43
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    44
%else
3846
9ab79af72b15 2004-09-05 Laszlo Peter <[email protected]>
laca
parents: 3679
diff changeset
    45
  CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    46
%endif
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    47
if test "x$CPUS" = "x" -o $CPUS = 0; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    48
  CPUS=1
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    49
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    50
890
b220c5c2c7a7 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
    51
libtoolize --force
19243
d6fd8cb4c163 2005-05-09 Brian Cameron <[email protected]>
bc99092
parents: 5370
diff changeset
    52
aclocal $ACLOCAL_FLAGS
890
b220c5c2c7a7 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
    53
automake -a -c -f
b220c5c2c7a7 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
    54
autoconf
b220c5c2c7a7 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 831
diff changeset
    55
543
3eca04f67f02 2003-07-11 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    56
CFLAGS="$RPM_OPT_FLAGS" 	\
3eca04f67f02 2003-07-11 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    57
./configure  			\
3eca04f67f02 2003-07-11 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    58
	--prefix=%{_prefix} 	\
4536
42a134e6c096 2004-11-13 Laszlo Peter <[email protected]>
laca
parents: 4455
diff changeset
    59
	--bindir=%{_bindir}	\
42a134e6c096 2004-11-13 Laszlo Peter <[email protected]>
laca
parents: 4455
diff changeset
    60
	--libdir=%{_libdir}	\
42a134e6c096 2004-11-13 Laszlo Peter <[email protected]>
laca
parents: 4455
diff changeset
    61
        --includedir=%{_includedir} \
543
3eca04f67f02 2003-07-11 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    62
    	--sysconfdir=%{_sysconfdir} 
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    63
make -j $CPUS
543
3eca04f67f02 2003-07-11 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    64
3eca04f67f02 2003-07-11 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    65
%install
3eca04f67f02 2003-07-11 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    66
make -i DESTDIR=$RPM_BUILD_ROOT install
3eca04f67f02 2003-07-11 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    67
5224
bfe7c7e3564c #6227253 : Added Programming/Games Sections to yelp and removed glade-faq*.omf
mattk
parents: 5152
diff changeset
    68
rm -rf $RPM_BUILD_ROOT%{_datadir}/omf/glade-2/glade-faq-*.omf
bfe7c7e3564c #6227253 : Added Programming/Games Sections to yelp and removed glade-faq*.omf
mattk
parents: 5152
diff changeset
    69
543
3eca04f67f02 2003-07-11 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    70
%clean
3eca04f67f02 2003-07-11 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    71
rm -rf $RPM_BUILD_ROOT
3eca04f67f02 2003-07-11 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    72
3eca04f67f02 2003-07-11 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    73
%files
3eca04f67f02 2003-07-11 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    74
%doc AUTHORS COPYING ChangeLog NEWS README
3eca04f67f02 2003-07-11 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    75
%defattr (-, root, root)
1405
gman
parents: 1404
diff changeset
    76
%{_bindir}/*
2521
6a2ec2f81c75 2004-04-20 Niall Power <[email protected]>
niall
parents: 2494
diff changeset
    77
%{_datadir}/applications
1405
gman
parents: 1404
diff changeset
    78
%{_datadir}/locale/*/LC_MESSAGES/*.mo
gman
parents: 1404
diff changeset
    79
%{_datadir}/pixmaps/glade-2.png
gman
parents: 1404
diff changeset
    80
%{_datadir}/pixmaps/glade-2/*.png
gman
parents: 1404
diff changeset
    81
%{_datadir}/omf/glade-2
gman
parents: 1404
diff changeset
    82
%{_datadir}/gnome/help/glade-2
gman
parents: 1404
diff changeset
    83
%{_datadir}/glade-2
543
3eca04f67f02 2003-07-11 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    84
2341
04e55cb518ae 2004-03-26 Brian Cameron <[email protected]>
bc99092
parents: 2280
diff changeset
    85
%changelog -n glade
19405
cadfa0622eec Bump to 2.10
mattk
parents: 19243
diff changeset
    86
* Tue Jun 14 2005 - [email protected]
cadfa0622eec Bump to 2.10
mattk
parents: 19243
diff changeset
    87
- Bump to 2.10
cadfa0622eec Bump to 2.10
mattk
parents: 19243
diff changeset
    88
5224
bfe7c7e3564c #6227253 : Added Programming/Games Sections to yelp and removed glade-faq*.omf
mattk
parents: 5152
diff changeset
    89
* Fri Mar 11 2005 - [email protected]
bfe7c7e3564c #6227253 : Added Programming/Games Sections to yelp and removed glade-faq*.omf
mattk
parents: 5152
diff changeset
    90
- 6227253 : Remove glade-faq*.omf
bfe7c7e3564c #6227253 : Added Programming/Games Sections to yelp and removed glade-faq*.omf
mattk
parents: 5152
diff changeset
    91
5133
13b72b734b51 2005-02-25 Kazuhiko Maekawa <[email protected]>
feyn
parents: 5087
diff changeset
    92
* Fri Feb 25 2005 - [email protected]
13b72b734b51 2005-02-25 Kazuhiko Maekawa <[email protected]>
feyn
parents: 5087
diff changeset
    93
- Added dummy l10n help files to follow base bug updates
13b72b734b51 2005-02-25 Kazuhiko Maekawa <[email protected]>
feyn
parents: 5087
diff changeset
    94
5087
1aad915eeb36 Fix chronological order of the %changelog
gman
parents: 5084
diff changeset
    95
* Mon Feb 14 2005 - [email protected]
5084
d24d1d7d4f18 * glade.spec: Integrate docs tarball (glade-docs-0.1) from [email protected]
dc144907
parents: 5082
diff changeset
    96
- Integrate docs tarball (glade-docs-0.1) from [email protected].
d24d1d7d4f18 * glade.spec: Integrate docs tarball (glade-docs-0.1) from [email protected]
dc144907
parents: 5082
diff changeset
    97
4536
42a134e6c096 2004-11-13 Laszlo Peter <[email protected]>
laca
parents: 4455
diff changeset
    98
* Fri Nov 12 2004 - [email protected]
42a134e6c096 2004-11-13 Laszlo Peter <[email protected]>
laca
parents: 4455
diff changeset
    99
- Added --libdir and --bindir to configure opts so they can be redirected
42a134e6c096 2004-11-13 Laszlo Peter <[email protected]>
laca
parents: 4455
diff changeset
   100
  on Solaris
42a134e6c096 2004-11-13 Laszlo Peter <[email protected]>
laca
parents: 4455
diff changeset
   101
3923
02f734cc34d1 Added glade-03-g11n-potfiles.diff. Updated glade.spec.
yk150259
parents: 3858
diff changeset
   102
* Tue Sep 14 2004 - [email protected]
02f734cc34d1 Added glade-03-g11n-potfiles.diff. Updated glade.spec.
yk150259
parents: 3858
diff changeset
   103
- Added glade-03-g11n-potfiles.diff
02f734cc34d1 Added glade-03-g11n-potfiles.diff. Updated glade.spec.
yk150259
parents: 3858
diff changeset
   104
3279
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3263
diff changeset
   105
* Thu Jul 08 2004 - [email protected]
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3263
diff changeset
   106
- Updated l10n content to glade-l10n-po-1.2.tar.bz2
5d64ee516a02 Bumped l10n tarball revision from 1.1 to 1.2 in all spec-files.
damiend
parents: 3263
diff changeset
   107
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   108
* Wed Jul 07 2004 - [email protected]
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   109
- added "-j $CPUS" to make to speed up builds
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   110
3044
b5776d8a075e 2004-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 2958
diff changeset
   111
* Mon Jun  7 2004 - [email protected]
b5776d8a075e 2004-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 2958
diff changeset
   112
- Add 'touch po/*.po' to use sun messages files
b5776d8a075e 2004-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 2958
diff changeset
   113
- Add glade-02-g11n-linguas.diff to add zh_TW, zh_HK.
b5776d8a075e 2004-06-08 Takao Fujiwara <[email protected]>
fujiwara
parents: 2958
diff changeset
   114
2829
f5e6094b28df 2004-05-21 Glynn Foster <[email protected]>
gman
parents: 2777
diff changeset
   115
* Fri May 21 2004 - [email protected]
f5e6094b28df 2004-05-21 Glynn Foster <[email protected]>
gman
parents: 2777
diff changeset
   116
- Add back menu entry, and rename it to Interface Editor
f5e6094b28df 2004-05-21 Glynn Foster <[email protected]>
gman
parents: 2777
diff changeset
   117
2736
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2619
diff changeset
   118
* Wed May 12 2004 - [email protected]
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2619
diff changeset
   119
- Updated l10n content to glade-l10n-po-1.1.tar.bz2
bd6e69980863 Updated all spec files to reflect 1.1 version l10n tarballs delivered into
damiend
parents: 2619
diff changeset
   120
2521
6a2ec2f81c75 2004-04-20 Niall Power <[email protected]>
niall
parents: 2494
diff changeset
   121
* Tue Apr 20 2004 - [email protected]
6a2ec2f81c75 2004-04-20 Niall Power <[email protected]>
niall
parents: 2494
diff changeset
   122
- bump to 2.6.0 release
6a2ec2f81c75 2004-04-20 Niall Power <[email protected]>
niall
parents: 2494
diff changeset
   123
- add main menu entry .desktop file
6a2ec2f81c75 2004-04-20 Niall Power <[email protected]>
niall
parents: 2494
diff changeset
   124
2485
acf1c4f9b7c2 2004-04-18 Laszlo Peter <[email protected]>
laca
parents: 2402
diff changeset
   125
* Sun Apr 18 2004 - [email protected]
acf1c4f9b7c2 2004-04-18 Laszlo Peter <[email protected]>
laca
parents: 2402
diff changeset
   126
- enable javahelp conversion on Solaris
acf1c4f9b7c2 2004-04-18 Laszlo Peter <[email protected]>
laca
parents: 2402
diff changeset
   127
2362
ef2590f64b05 Javahelp conversion : surrounded by %ifos calls, until solaris specifics are resolved
mattk
parents: 2355
diff changeset
   128
* Thu Apr 01 2004 - [email protected]
ef2590f64b05 Javahelp conversion : surrounded by %ifos calls, until solaris specifics are resolved
mattk
parents: 2355
diff changeset
   129
- javahelp conversion
ef2590f64b05 Javahelp conversion : surrounded by %ifos calls, until solaris specifics are resolved
mattk
parents: 2355
diff changeset
   130
2355
ccf597d7b37a 2004-03-31 Brian Cameron <[email protected]>
bc99092
parents: 2350
diff changeset
   131
* Wed Mar 31 2004 - [email protected]
ccf597d7b37a 2004-03-31 Brian Cameron <[email protected]>
bc99092
parents: 2350
diff changeset
   132
- replace tar jxf with the more solaris friendly
ccf597d7b37a 2004-03-31 Brian Cameron <[email protected]>
bc99092
parents: 2350
diff changeset
   133
  bzcat piped through tar
ccf597d7b37a 2004-03-31 Brian Cameron <[email protected]>
bc99092
parents: 2350
diff changeset
   134
2350
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2341
diff changeset
   135
* Mon Mar 29 2004 - [email protected]
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2341
diff changeset
   136
- Adding glade-l10n-po-1.0.tar.bz2 l10n content
9adca2a8c84f Uprevved l10n tarballs to version 1.0
damiend
parents: 2341
diff changeset
   137
2341
04e55cb518ae 2004-03-26 Brian Cameron <[email protected]>
bc99092
parents: 2280
diff changeset
   138
* Fri Mar 26 2004 - [email protected]
04e55cb518ae 2004-03-26 Brian Cameron <[email protected]>
bc99092
parents: 2280
diff changeset
   139
- added $ACLOCAL_FLAGS to aclocal call, needed for Solaris.
04e55cb518ae 2004-03-26 Brian Cameron <[email protected]>
bc99092
parents: 2280
diff changeset
   140
2228
982210024434 Correct typo in %changelog entry - 2003 -> 2004. No %changelog added
dc144907
parents: 2224
diff changeset
   141
* Tue Mar 16 2004 - [email protected]
2224
69c8bf947950 2004-03-17 Glynn Foster <[email protected]>
gman
parents: 2159
diff changeset
   142
- Remove the menu entry patch as %files does
69c8bf947950 2004-03-17 Glynn Foster <[email protected]>
gman
parents: 2159
diff changeset
   143
  this for free.
69c8bf947950 2004-03-17 Glynn Foster <[email protected]>
gman
parents: 2159
diff changeset
   144
1404
ac41bd487d8f 2003-11-13 Glynn Foster <[email protected]>
gman
parents: 1371
diff changeset
   145
* Thu Nov 14 2003 - [email protected]
1406
a1493841c659 2003-11-13 Glynn Foster <[email protected]>
gman
parents: 1405
diff changeset
   146
- Bump to 2.0.1 tarball
a1493841c659 2003-11-13 Glynn Foster <[email protected]>
gman
parents: 1405
diff changeset
   147
a1493841c659 2003-11-13 Glynn Foster <[email protected]>
gman
parents: 1405
diff changeset
   148
* Thu Nov 14 2003 - [email protected]
1404
ac41bd487d8f 2003-11-13 Glynn Foster <[email protected]>
gman
parents: 1371
diff changeset
   149
- Remove the menu entry as per spec.
ac41bd487d8f 2003-11-13 Glynn Foster <[email protected]>
gman
parents: 1371
diff changeset
   150
1371
7973bb2ce16d 2003-10-31 Glynn Foster <[email protected]>
gman
parents: 1195
diff changeset
   151
* Fri Oct 31 2003 - [email protected]
7973bb2ce16d 2003-10-31 Glynn Foster <[email protected]>
gman
parents: 1195
diff changeset
   152
- Remove the Sun Supported part of the menu
7973bb2ce16d 2003-10-31 Glynn Foster <[email protected]>
gman
parents: 1195
diff changeset
   153
  patch since we're removing the Extras menu.
7973bb2ce16d 2003-10-31 Glynn Foster <[email protected]>
gman
parents: 1195
diff changeset
   154
892
3eb7792623be 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 890
diff changeset
   155
* Fri Aug 01 2003 - [email protected]
3eb7792623be 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 890
diff changeset
   156
- Add menu categorization
3eb7792623be 2003-08-01 Glynn Foster <[email protected]>
gman
parents: 890
diff changeset
   157
723
47690fa6a6ff Updated glade's POTFILES.in
mick
parents: 612
diff changeset
   158
* Tue Jul 22 2003 - [email protected]
47690fa6a6ff Updated glade's POTFILES.in
mick
parents: 612
diff changeset
   159
- Updated POTFILES.in
47690fa6a6ff Updated glade's POTFILES.in
mick
parents: 612
diff changeset
   160
543
3eca04f67f02 2003-07-11 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
   161
* Wed Jul 09 2003 - [email protected]
3eca04f67f02 2003-07-11 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
   162
- Initial Sun Release