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