base-specs/j2re-integration.spec
author Jon Tibble <meths@btinternet.com>
Thu, 15 Mar 2012 09:58:35 +0000
branchs11express-2010-11
changeset 22104 cde243cbe3f6
parent 17893 36619080451b
permissions -rw-r--r--
Added tag oi_151a_prestable2 for changeset 47b3f775541a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     1
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     2
# spec file for package j2re-integration
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     3
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     4
# Copyright (c) 2005 Sun Microsystems, Inc.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     5
# This file and all modifications and additions to the pristine
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     6
# package are under the same license as the package itself.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     7
#
16434
f21f22550fe9 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16430
diff changeset
     8
%define owner dermot
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     9
#
16430
1630b44703c8 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 9397
diff changeset
    10
17893
36619080451b 2010-04-21 Christian Kelly <[email protected]>
chrisk
parents: 16434
diff changeset
    11
%define OSR delivered in s10:n/a
16430
1630b44703c8 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 9397
diff changeset
    12
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    13
Name:         		j2re-integration
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    14
License:      		GPL
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    15
Group:        		Development/Tools
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    16
BuildArchitectures:     noarch
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    17
Version:      		0.0.3
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    18
Release:      		269
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    19
Distribution: 		Java Desktop System
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    20
Vendor:       		Sun Microsystems, Inc.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    21
Summary:      		Java integration
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    22
Source:			font.properties.zh_CN.Sun
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    23
Source1:		font.properties.zh_CN_UTF8.Sun
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    24
Source2:		font.properties.zh_HK.Sun
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    25
Source3:		font.properties.zh_HK_UTF8.Sun
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    26
Source4:		font.properties.zh_TW.Sun
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    27
Source5:		font.properties.zh_TW_UTF8.Sun
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    28
Source6:                javaws.mime
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    29
Source7:                javaws.keys
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    30
Source8:                javaws.applications
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    31
URL:          		http://www.sun.com
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    32
BuildRoot:    		%{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    33
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    34
%define plugin_dir %{_libdir}/mozilla/plugins
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    35
%define j2re jdk1.5.0_03
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
%define j2re_dir %{_prefix}/java/%{j2re}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    38
Requires:               jdk >= 1.5.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    39
PreReq:                 jdk
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    40
BuildRequires:          jdk
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    41
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    42
%description
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    43
Java integration.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    45
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    46
%setup -T -c -n j2re-integration
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
cp %SOURCE0 .
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
cp %SOURCE1 .
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    49
cp %SOURCE2 .
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    50
cp %SOURCE3 .
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    51
cp %SOURCE4 .
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    52
cp %SOURCE5 .
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    53
cp %SOURCE6 .
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    54
cp %SOURCE7 .
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    55
cp %SOURCE8 .
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    56
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    57
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    58
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    59
%install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    60
install --mode=755 -d ${RPM_BUILD_ROOT}%{j2re_dir}/lib
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    61
install --mode=644 font.properties.zh_CN.Sun ${RPM_BUILD_ROOT}%{j2re_dir}/lib/font.properties.zh_CN.Sun.new
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    62
install --mode=644 font.properties.zh_CN_UTF8.Sun ${RPM_BUILD_ROOT}%{j2re_dir}/lib/font.properties.zh_CN_UTF8.Sun.new
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    63
install --mode=644 font.properties.zh_HK.Sun ${RPM_BUILD_ROOT}%{j2re_dir}/lib/font.properties.zh_HK.Sun
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    64
install --mode=644 font.properties.zh_HK_UTF8.Sun ${RPM_BUILD_ROOT}%{j2re_dir}/lib/font.properties.zh_HK_UTF8.Sun
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    65
install --mode=644 font.properties.zh_TW.Sun ${RPM_BUILD_ROOT}%{j2re_dir}/lib/font.properties.zh_TW.Sun.new
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    66
install --mode=644 font.properties.zh_TW_UTF8.Sun ${RPM_BUILD_ROOT}%{j2re_dir}/lib/font.properties.zh_TW_UTF8.Sun.new
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    67
install -d ${RPM_BUILD_ROOT}/usr/share/mime-info
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    68
install --mode=644 javaws.mime ${RPM_BUILD_ROOT}/usr/share/mime-info/javaws.mime
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    69
install --mode=644 javaws.keys ${RPM_BUILD_ROOT}/usr/share/mime-info/javaws.keys
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    70
install -d ${RPM_BUILD_ROOT}/usr/share/application-registry
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    71
install --mode=644 javaws.applications ${RPM_BUILD_ROOT}/usr/share/application-registry/javaws.applications
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    72
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    73
#Setup relative symlinks
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    74
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    75
#Link j2redefault to jre sub-dir of JDK install dir
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    76
install --mode=755 -d ${RPM_BUILD_ROOT}%{_prefix}/java/%{j2re}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    77
cd ${RPM_BUILD_ROOT}%{_prefix}/java
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    78
ln -s %{j2re}/jre j2redefault
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    79
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    80
#link the java program, using a dummy file to keep ln happy
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    81
install --mode=755 -d ${RPM_BUILD_ROOT}%{_prefix}/java/%{j2re}/bin
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    82
touch ${RPM_BUILD_ROOT}%{_prefix}/java/%{j2re}/bin/java
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    83
touch ${RPM_BUILD_ROOT}%{_prefix}/java/%{j2re}/bin/javac
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    84
touch ${RPM_BUILD_ROOT}%{_prefix}/java/%{j2re}/bin/javaws
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    85
install --mode=755 -d ${RPM_BUILD_ROOT}%{_bindir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    86
cd ${RPM_BUILD_ROOT}%{_bindir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    87
ln -s ../java/j2redefault/bin/java java
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    88
ln -s ../java/%{j2re}/bin/javac javac
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    89
ln -s ../java/%{j2re}/bin/javaws javaws
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    90
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    91
#setup mozilla plugin
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    92
#create dummy plugin
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    93
install --mode=755 -d ${RPM_BUILD_ROOT}%{_prefix}/java/%{j2re}/plugin/i386/ns7/
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    94
touch ${RPM_BUILD_ROOT}%{_prefix}/java/%{j2re}/plugin/i386/ns7/libjavaplugin_oji.so
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    95
install --mode=755 -d ${RPM_BUILD_ROOT}%{plugin_dir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    96
cd ${RPM_BUILD_ROOT}%{plugin_dir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    97
ln -s ../../../java/j2redefault/plugin/i386/ns7/libjavaplugin_oji.so libjavaplugin_oji.so
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    98
#Remove 0 sized dummy files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    99
rm $RPM_BUILD_ROOT%{j2re_dir}/bin/java
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   100
rm $RPM_BUILD_ROOT%{_prefix}/java/%{j2re}/bin/javac
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   101
rm $RPM_BUILD_ROOT%{_prefix}/java/%{j2re}/bin/javaws
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   102
rm $RPM_BUILD_ROOT%{j2re_dir}/plugin/i386/ns7/libjavaplugin_oji.so
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   103
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   104
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   105
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   106
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   107
%post
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   108
#Move the originals out of the way and link our ones in
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   109
for file in font.properties.zh_CN.Sun font.properties.zh_CN_UTF8.Sun font.properties.zh_TW.Sun font.properties.zh_TW_UTF8.Sun
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   110
do
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   111
	if [ -f %{j2re_dir}/lib/$file ]; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   112
		#If it is a symlink remove it, otherwise back it up.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   113
		if [ ! -L %{j2re_dir}/lib/$file ]; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   114
			mv %{j2re_dir}/lib/$file %{j2re_dir}/lib/$file.original
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   115
		else
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   116
			rm %{j2re_dir}/lib/$file
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   117
		fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   118
	fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   119
	if [ ! -f %{j2re_dir}/lib/$file ]; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   120
		ln -s %{j2re_dir}/lib/$file.new %{j2re_dir}/lib/$file
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   121
	fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   122
done
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   123
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   124
%preun
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   125
if [ $1 -eq 0 ]; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   126
	#we are uninstalling, not upgrading
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   127
	for file in font.properties.zh_CN.Sun font.properties.zh_CN_UTF8.Sun font.properties.zh_TW.Sun font.properties.zh_TW_UTF8.Sun
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   128
	do
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   129
		if [ -L %{j2re_dir}/lib/$file ]; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   130
			rm %{j2re_dir}/lib/$file
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   131
		fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   132
		if [ -f %{j2re_dir}/lib/$file.original ]; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   133
			mv %{j2re_dir}/lib/$file.original %{j2re_dir}/lib/$file
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   134
		fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   135
	done
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   136
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   137
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   138
%files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   139
%defattr(-, root, root)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   140
%{_bindir}/java
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   141
%{_bindir}/javac
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   142
%{_bindir}/javaws
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   143
%{_prefix}/java/j2redefault
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   144
%{_prefix}/share/mime-info/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   145
%{_prefix}/share/application-registry/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   146
%{j2re_dir}/lib/font.properties.*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   147
%{plugin_dir}/libjavaplugin_oji.so
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   148
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   149
%changelog
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   150
* Fri Jun 02 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   151
- Remove the Java IM menu entries.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   152
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   153
* Mon May 09 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   154
- New jdk (1.5.0_03)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   155
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   156
* Fri Jan 14 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   157
- Fix 5108782: Add symlinks for javac (for Netbeans) and javaws.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   158
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   159
* Wed Sep 15 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   160
- new install dir for JDK 1.5.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   161
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   162
* Mon Aug 23 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   163
- removed double entry for vfolders/* in %files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   164
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   165
* Fri Aug 06 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   166
- Added JavaIM.directory
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   167
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   168
* Fri Jul 09 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   169
- Dependency on jdk=1.5.0 breaks with jdk-1.5.0-beta3
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   170
  allow more flexability by specifying jdk >= 1.5.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   171
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   172
* Fri Jul 09 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   173
- too much crack going on here. tidy up for rpm4
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   174
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   175
* Sun May 30 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   176
- new JDK
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   177
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   178
* Fri May 28 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   179
- fixed typo in moz plugin lib
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   180
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   181
* Fri May 28 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   182
- changed location of java plugin lib for jdk 1.5.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   183
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   184
* Fri Apr 30 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   185
- link j2redefault to the ./jre subdir under j2sdk 1.5.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   186
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   187
* Tue Apr 20 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   188
- switched from jre 1.4.2_04 to j2sdk 1.5.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   189
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   190
* Mon Jan 19 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   191
- Rev'd J2re to _04
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   192
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   193
* Thu Dec 11 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   194
- Added installation of Java IM Demo menu entries
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   195
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   196
* Thu Oct 02 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   197
- Bumped j2re version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   198
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   199
* Thu Sep 25 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   200
- Added jnlp mimetype and javaws application registration
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   201
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   202
* Fri Sep 19 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   203
- Create j2redefault symlinks in %install section instead of %post
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   204
- Moved postun action to a preun
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   205
- Tightened up post and preun actions to check for files before changing them.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   206
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   207
* Fri Sep 05 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   208
- Moved j2re symlinking to post/postun actions.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   209
- Added Chinese font.properties files for zh_HK.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   210
- Added post/postun to link Chinese font.properties files over 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   211
  existing files for zh_CN and zh_TW.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   212
- Fixes 4916359.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   213
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   214
* Wed Aug 21 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   215
- Added PreReq on j2re - needed to ensure correct install order
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   216
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   217
* Fri Aug 08 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   218
- Add dependency on j2re - this makes everything simpler
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   219
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   220
* Thu Jul 31 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   221
- Remove .desktop file, fix links and add java plugin link
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   222
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   223
* Mon Jul 28 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   224
- Install Java convenience links