SUNWgnome-nettool.spec
author davelam
Sat, 18 Apr 2009 12:26:03 +0000
changeset 15650 dbcf7e3715dd
parent 15556 79756053d7da
child 16274 084ae54c13c8
permissions -rw-r--r--
2009-04-18 Dave Lin <[email protected]> Update dependencies for the following spec files: o move the dependencies to the split gnome-base-libs o add other missed dependencies
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
13285
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
     1
#
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
     2
# spec file for package SUNWgnome-nettool
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
     3
#
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
     4
# includes module(s): gnome-nettool
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
     5
#
15556
79756053d7da 2009-04-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 13727
diff changeset
     6
# Copyright 2009 Sun Microsystems, Inc.
13285
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
     7
# This file and all modifications and additions to the pristine
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
     8
# package are under the same license as the package itself.
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
     9
#
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    10
# Owner: gheet
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    11
#
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    12
%include Solaris.inc
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    13
%define makeinstall make install
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    14
%use nettool = gnome-nettool.spec
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    15
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    16
Name:          SUNWgnome-nettool
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    17
Summary:       GNOME Network Tools
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    18
Version:       %{nettool.version}
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    19
Source:        %{name}-manpages-0.1.tar.gz
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    20
SUNW_BaseDir:  %{_basedir}
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    21
SUNW_Copyright:  %{name}.copyright
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    22
BuildRoot:     %{_tmppath}/%{name}-%{version}-build
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    23
%include default-depend.inc
15650
dbcf7e3715dd 2009-04-18 Dave Lin <[email protected]>
davelam
parents: 15556
diff changeset
    24
Requires:      SUNWlibgtop
dbcf7e3715dd 2009-04-18 Dave Lin <[email protected]>
davelam
parents: 15556
diff changeset
    25
Requires:      SUNWlibglade
13285
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    26
Requires:      SUNWgnome-libs
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    27
Requires:      SUNWgnome-config
15556
79756053d7da 2009-04-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 13727
diff changeset
    28
Requires:      SUNWdesktop-cache
15650
dbcf7e3715dd 2009-04-18 Dave Lin <[email protected]>
davelam
parents: 15556
diff changeset
    29
BuildRequires: SUNWlibglade-devel
13285
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    30
BuildRequires: SUNWgnome-config-devel
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    31
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    32
%if %build_l10n
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    33
%package l10n
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    34
Summary:       %{summary} - l10n files
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    35
SUNW_BaseDir:  %{_basedir}
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    36
%include default-depend.inc
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    37
Requires:      %{name}
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    38
%endif
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    39
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    40
%prep
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    41
rm -rf %name-%version
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    42
mkdir -p %name-%version
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    43
%nettool.prep -d %name-%version
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    44
cd %{_builddir}/%name-%version
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    45
gzcat %SOURCE0 | tar xf -
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    46
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    47
%build
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    48
export LDFLAGS="%_ldflags"
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    49
export PKG_CONFIG_PATH=%{_pkg_config_path}
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    50
export CFLAGS="%optflags" 
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    51
export RPM_OPT_FLAGS="$CFLAGS"
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    52
%nettool.build -d %name-%version
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    53
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    54
%install
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    55
rm -rf $RPM_BUILD_ROOT
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    56
%nettool.install -d %name-%version
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    57
cd %{_builddir}/%name-%version/sun-manpages
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    58
make install DESTDIR=$RPM_BUILD_ROOT
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    59
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    60
%if %build_l10n
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    61
%else
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    62
# REMOVE l10n FILES
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    63
rm -rf $RPM_BUILD_ROOT%{_datadir}/locale
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    64
rm -rf $RPM_BUILD_ROOT%{_datadir}/gnome/help/*/[a-z]*
13492
fa06dfd3a477 2008-09-10 Takao Fujiwara <[email protected]>
fujiwara
parents: 13326
diff changeset
    65
rm -rf $RPM_BUILD_ROOT%{_datadir}/omf/*/gnome-nettool-[a-z]*.omf
13285
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    66
%endif
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    67
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    68
%{?pkgbuild_postprocess: %pkgbuild_postprocess -v -c "%{version}:%{jds_version}:%{name}:$RPM_ARCH:%(date +%%Y-%%m-%%d):supported" $RPM_BUILD_ROOT}
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    69
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    70
%clean
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    71
rm -rf $RPM_BUILD_ROOT
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    72
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    73
%post
15556
79756053d7da 2009-04-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 13727
diff changeset
    74
%restart_fmri desktop-mime-cache
13285
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    75
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    76
%postun
15556
79756053d7da 2009-04-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 13727
diff changeset
    77
%restart_fmri desktop-mime-cache
13285
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    78
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    79
%files
13519
5b194c37db79 2008-09-10 Ghee Teo <[email protected]>
gheet
parents: 13492
diff changeset
    80
%doc -d gnome-nettool-%{nettool.version} README AUTHORS
5b194c37db79 2008-09-10 Ghee Teo <[email protected]>
gheet
parents: 13492
diff changeset
    81
%doc(bzip2) -d gnome-nettool-%{nettool.version} COPYING NEWS ChangeLog
5b194c37db79 2008-09-10 Ghee Teo <[email protected]>
gheet
parents: 13492
diff changeset
    82
%dir %attr (0755, root, other) %{_datadir}/doc
13285
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    83
%defattr (-, root, bin)
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    84
%dir %attr (0755, root, bin) %{_bindir}
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    85
%{_bindir}/*
13287
18e1d615e957 2008-08-26 Ghee Teo <[email protected]>
gheet
parents: 13285
diff changeset
    86
%dir %attr (-, root, sys) %{_datadir}
18e1d615e957 2008-08-26 Ghee Teo <[email protected]>
gheet
parents: 13285
diff changeset
    87
%dir %attr (-, root, other) %{_datadir}/applications
13285
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
    88
%{_datadir}/applications/*
13287
18e1d615e957 2008-08-26 Ghee Teo <[email protected]>
gheet
parents: 13285
diff changeset
    89
%dir %attr (-, root, other) %{_datadir}/icons
18e1d615e957 2008-08-26 Ghee Teo <[email protected]>
gheet
parents: 13285
diff changeset
    90
%dir %attr (-, root, other) %{_datadir}/icons/hicolor
18e1d615e957 2008-08-26 Ghee Teo <[email protected]>
gheet
parents: 13285
diff changeset
    91
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/16x16
18e1d615e957 2008-08-26 Ghee Teo <[email protected]>
gheet
parents: 13285
diff changeset
    92
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/16x16/apps
18e1d615e957 2008-08-26 Ghee Teo <[email protected]>
gheet
parents: 13285
diff changeset
    93
%{_datadir}/icons/hicolor/16x16/apps/*.png
18e1d615e957 2008-08-26 Ghee Teo <[email protected]>
gheet
parents: 13285
diff changeset
    94
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/22x22
18e1d615e957 2008-08-26 Ghee Teo <[email protected]>
gheet
parents: 13285
diff changeset
    95
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/22x22/apps
18e1d615e957 2008-08-26 Ghee Teo <[email protected]>
gheet
parents: 13285
diff changeset
    96
%{_datadir}/icons/hicolor/22x22/apps/*.png
18e1d615e957 2008-08-26 Ghee Teo <[email protected]>
gheet
parents: 13285
diff changeset
    97
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/24x24
18e1d615e957 2008-08-26 Ghee Teo <[email protected]>
gheet
parents: 13285
diff changeset
    98
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/24x24/apps
18e1d615e957 2008-08-26 Ghee Teo <[email protected]>
gheet
parents: 13285
diff changeset
    99
%{_datadir}/icons/hicolor/24x24/apps/*.png
18e1d615e957 2008-08-26 Ghee Teo <[email protected]>
gheet
parents: 13285
diff changeset
   100
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/32x32
18e1d615e957 2008-08-26 Ghee Teo <[email protected]>
gheet
parents: 13285
diff changeset
   101
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/32x32/apps
18e1d615e957 2008-08-26 Ghee Teo <[email protected]>
gheet
parents: 13285
diff changeset
   102
%{_datadir}/icons/hicolor/32x32/apps/*.png
18e1d615e957 2008-08-26 Ghee Teo <[email protected]>
gheet
parents: 13285
diff changeset
   103
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/scalable
18e1d615e957 2008-08-26 Ghee Teo <[email protected]>
gheet
parents: 13285
diff changeset
   104
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/scalable/apps
18e1d615e957 2008-08-26 Ghee Teo <[email protected]>
gheet
parents: 13285
diff changeset
   105
%{_datadir}/icons/hicolor/scalable/apps/*.svg
13285
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
   106
%dir %attr (0755, root, other) %{_datadir}/%{nettool.name}
13287
18e1d615e957 2008-08-26 Ghee Teo <[email protected]>
gheet
parents: 13285
diff changeset
   107
%dir %attr (0755, root, other) %{_datadir}/%{nettool.name}/dialogs
18e1d615e957 2008-08-26 Ghee Teo <[email protected]>
gheet
parents: 13285
diff changeset
   108
%{_datadir}/%{nettool.name}/dialogs/*
18e1d615e957 2008-08-26 Ghee Teo <[email protected]>
gheet
parents: 13285
diff changeset
   109
%dir %attr (0755, root, other) %{_datadir}/%{nettool.name}/pixmaps
18e1d615e957 2008-08-26 Ghee Teo <[email protected]>
gheet
parents: 13285
diff changeset
   110
%{_datadir}/%{nettool.name}/pixmaps/*
18e1d615e957 2008-08-26 Ghee Teo <[email protected]>
gheet
parents: 13285
diff changeset
   111
%dir %attr (-, root, other) %{_datadir}/gnome
18e1d615e957 2008-08-26 Ghee Teo <[email protected]>
gheet
parents: 13285
diff changeset
   112
%dir %attr (-, root, bin) %{_datadir}/gnome/help
13727
bffd35ce212a 2008-09-23 Dave Lin <[email protected]>
davelam
parents: 13519
diff changeset
   113
#%dir %attr (-, root, other) %{_datadir}/gnome/help/%{nettool.name}
bffd35ce212a 2008-09-23 Dave Lin <[email protected]>
davelam
parents: 13519
diff changeset
   114
#%dir %attr (-, root, other) %{_datadir}/gnome/help/%{nettool.name}/C
13287
18e1d615e957 2008-08-26 Ghee Teo <[email protected]>
gheet
parents: 13285
diff changeset
   115
%{_datadir}/gnome/help/%{nettool.name}/C/*
18e1d615e957 2008-08-26 Ghee Teo <[email protected]>
gheet
parents: 13285
diff changeset
   116
%dir %attr (-, root, bin) %{_datadir}/omf
13727
bffd35ce212a 2008-09-23 Dave Lin <[email protected]>
davelam
parents: 13519
diff changeset
   117
#%dir %attr (-, root, other) %{_datadir}/omf/%{nettool.name}
13492
fa06dfd3a477 2008-09-10 Takao Fujiwara <[email protected]>
fujiwara
parents: 13326
diff changeset
   118
%{_datadir}/omf/%{nettool.name}/*-C.omf
13285
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
   119
%{_mandir}/*/*
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
   120
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
   121
%if %build_l10n
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
   122
%files l10n
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
   123
%defattr (-, root, bin)
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
   124
%dir %attr (0755, root, sys) %{_datadir}
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
   125
%attr (-, root, other) %{_datadir}/locale
13326
847a3a6d0825 2008-08-29 Ghee Teo <[email protected]>
gheet
parents: 13287
diff changeset
   126
%dir %attr (-, root, other) %{_datadir}/gnome
847a3a6d0825 2008-08-29 Ghee Teo <[email protected]>
gheet
parents: 13287
diff changeset
   127
%dir %attr (-, root, bin) %{_datadir}/gnome/help
13727
bffd35ce212a 2008-09-23 Dave Lin <[email protected]>
davelam
parents: 13519
diff changeset
   128
#%dir %attr (-, root, other) %{_datadir}/gnome/help/%{nettool.name}
13326
847a3a6d0825 2008-08-29 Ghee Teo <[email protected]>
gheet
parents: 13287
diff changeset
   129
#%dir %attr (-, root, other) %{_datadir}/gnome/help/%{nettool.name}/C
847a3a6d0825 2008-08-29 Ghee Teo <[email protected]>
gheet
parents: 13287
diff changeset
   130
%{_datadir}/gnome/help/*/[a-z]*
13492
fa06dfd3a477 2008-09-10 Takao Fujiwara <[email protected]>
fujiwara
parents: 13326
diff changeset
   131
%dir %attr (-, root, bin) %{_datadir}/omf
13727
bffd35ce212a 2008-09-23 Dave Lin <[email protected]>
davelam
parents: 13519
diff changeset
   132
#%dir %attr (-, root, other) %{_datadir}/omf/%{nettool.name}
13492
fa06dfd3a477 2008-09-10 Takao Fujiwara <[email protected]>
fujiwara
parents: 13326
diff changeset
   133
%{_datadir}/omf/%{nettool.name}/*-[a-z]*.omf
13285
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
   134
%endif
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
   135
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
   136
%changelog
15556
79756053d7da 2009-04-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 13727
diff changeset
   137
* Fri Apr  3 2009 - [email protected]
79756053d7da 2009-04-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 13727
diff changeset
   138
- use desktop-cache instead of postrun
13727
bffd35ce212a 2008-09-23 Dave Lin <[email protected]>
davelam
parents: 13519
diff changeset
   139
* Tue Sep 23 2008 - [email protected]
bffd35ce212a 2008-09-23 Dave Lin <[email protected]>
davelam
parents: 13519
diff changeset
   140
- Change attribute conflict with SUNWgnome-l10n*
bffd35ce212a 2008-09-23 Dave Lin <[email protected]>
davelam
parents: 13519
diff changeset
   141
    %{_datadir}/gnome/help/%{nettool.name}
bffd35ce212a 2008-09-23 Dave Lin <[email protected]>
davelam
parents: 13519
diff changeset
   142
    %{_datadir}/omf/%{nettool.name}
13519
5b194c37db79 2008-09-10 Ghee Teo <[email protected]>
gheet
parents: 13492
diff changeset
   143
* Wed Sep 10 2008 - [email protected]
5b194c37db79 2008-09-10 Ghee Teo <[email protected]>
gheet
parents: 13492
diff changeset
   144
- add %doc for copyright files.
13492
fa06dfd3a477 2008-09-10 Takao Fujiwara <[email protected]>
fujiwara
parents: 13326
diff changeset
   145
* Wed Sep 10 2008 - [email protected]
fa06dfd3a477 2008-09-10 Takao Fujiwara <[email protected]>
fujiwara
parents: 13326
diff changeset
   146
- Updated for l10n omf files.
13285
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
   147
* Mon Aug 25 2008 - [email protected]
ce15225eaad7 2008-08-26 Ghee Teo <[email protected]>
gheet
parents:
diff changeset
   148
- initial version created
15650
dbcf7e3715dd 2009-04-18 Dave Lin <[email protected]>
davelam
parents: 15556
diff changeset
   149