java-access-bridge.spec
author dcarbery
Mon, 23 Oct 2006 12:46:17 +0000
branchgnome-2-14
changeset 19195 352a4716f1f3
parent 6707 1c48be2bb918
child 7740 43716d15a9ca
permissions -rw-r--r--
2006-10-23 Damien Carbery <[email protected]> * docs/ssa/*: Remove these, as they're now up on the JDS project pages under 'Tasks/Single Sys Admin'.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     1
#
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     2
# spec file for package java-access-bridge
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     3
#
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     4
# Copyright (c) 2005 Sun Microsystems, Inc.
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     5
# This file and all modifications and additions to the pristine
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     6
# package are under the same license as the package itself.
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
     7
#
1949
14ca5000bfb5 Accessibility package.
dc144907
parents:
diff changeset
     8
Name:         java-access-bridge
14ca5000bfb5 Accessibility package.
dc144907
parents:
diff changeset
     9
License:      GPL
14ca5000bfb5 Accessibility package.
dc144907
parents:
diff changeset
    10
Group:        System/Libraries/GNOME
6707
1c48be2bb918 2006-01-31 Damien Carbery <[email protected]>
dc144907
parents: 6564
diff changeset
    11
Version:      1.5.0
6280
d5b0e1e17d7a 2005-11-14 Willie Walker <[email protected]>
laca
parents: 5522
diff changeset
    12
Release:      1
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    13
Distribution: Java Desktop System
1949
14ca5000bfb5 Accessibility package.
dc144907
parents:
diff changeset
    14
Vendor:       Sun Microsystems, Inc.
14ca5000bfb5 Accessibility package.
dc144907
parents:
diff changeset
    15
Summary:      The Java Access Bridge for GNOME for Java Swing apps.
6707
1c48be2bb918 2006-01-31 Damien Carbery <[email protected]>
dc144907
parents: 6564
diff changeset
    16
Source:       http://ftp.gnome.org/Public/gnome/sources/java-access-bridge/1.5/%{name}-%{version}.tar.bz2
5522
d9b2d678ab57 2005-08-15 Glynn Foster <[email protected]>
gman
parents: 5518
diff changeset
    17
Patch1:       java-access-bridge-01-window-activate.diff
1949
14ca5000bfb5 Accessibility package.
dc144907
parents:
diff changeset
    18
URL:          http://developer.gnome.org/projects/gap
14ca5000bfb5 Accessibility package.
dc144907
parents:
diff changeset
    19
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
14ca5000bfb5 Accessibility package.
dc144907
parents:
diff changeset
    20
Docdir:       %{_defaultdocdir}/doc
14ca5000bfb5 Accessibility package.
dc144907
parents:
diff changeset
    21
Autoreqprov:  on
14ca5000bfb5 Accessibility package.
dc144907
parents:
diff changeset
    22
Prereq:       /sbin/ldconfig
5136
ad302e839520 create and delete links for accessibility.properties and nome-java-bridge.jar (4768049)
dermotm
parents: 5135
diff changeset
    23
PreReq:       j2re-integration
1949
14ca5000bfb5 Accessibility package.
dc144907
parents:
diff changeset
    24
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    25
%define jdk_version jdk1.5.0_03
2063
81473313f722 Add '--with-java-home' to configure because JDK not being found
dc144907
parents: 2042
diff changeset
    26
1949
14ca5000bfb5 Accessibility package.
dc144907
parents:
diff changeset
    27
%define libgnomeui_version 2.4.0.1
14ca5000bfb5 Accessibility package.
dc144907
parents:
diff changeset
    28
%define gtk2_version 2.2.4
14ca5000bfb5 Accessibility package.
dc144907
parents:
diff changeset
    29
%define atk_version 1.4.0
14ca5000bfb5 Accessibility package.
dc144907
parents:
diff changeset
    30
%define at_spi_version 1.1.8
14ca5000bfb5 Accessibility package.
dc144907
parents:
diff changeset
    31
%define at_spi_release 1
14ca5000bfb5 Accessibility package.
dc144907
parents:
diff changeset
    32
14ca5000bfb5 Accessibility package.
dc144907
parents:
diff changeset
    33
BuildRequires: gtk2-devel >= %{gtk2_version}
14ca5000bfb5 Accessibility package.
dc144907
parents:
diff changeset
    34
BuildRequires: atk-devel >= %{atk_version}
14ca5000bfb5 Accessibility package.
dc144907
parents:
diff changeset
    35
BuildRequires: libgnomeui-devel >= %{libgnomeui_version}
14ca5000bfb5 Accessibility package.
dc144907
parents:
diff changeset
    36
BuildRequires: at-spi-devel >= %{at_spi_version}-%{at_spi_release}
14ca5000bfb5 Accessibility package.
dc144907
parents:
diff changeset
    37
Requires:      atk >= %{atk_version}
14ca5000bfb5 Accessibility package.
dc144907
parents:
diff changeset
    38
Requires:      gtk2 >= %{gtk2_version}
14ca5000bfb5 Accessibility package.
dc144907
parents:
diff changeset
    39
Requires:      libgnomeui >= %{libgnomeui_version}
14ca5000bfb5 Accessibility package.
dc144907
parents:
diff changeset
    40
Requires:      at-spi >= %{at_spi_version}
14ca5000bfb5 Accessibility package.
dc144907
parents:
diff changeset
    41
14ca5000bfb5 Accessibility package.
dc144907
parents:
diff changeset
    42
# configure also lists:
14ca5000bfb5 Accessibility package.
dc144907
parents:
diff changeset
    43
# libbonobo-2.0 >= 1.1.0 libbonoboui-2.0 >= 1.1.0 libgnomeui-2.0 >= 1.1.0 libspi-1.0 >= 0.10.0
14ca5000bfb5 Accessibility package.
dc144907
parents:
diff changeset
    44
14ca5000bfb5 Accessibility package.
dc144907
parents:
diff changeset
    45
%description
14ca5000bfb5 Accessibility package.
dc144907
parents:
diff changeset
    46
The Java Access Bridge for GNOME connects the built-in accessibility support in
14ca5000bfb5 Accessibility package.
dc144907
parents:
diff changeset
    47
Java Swing apps to the GNOME Accessibility framework, specifically the Assistive
14ca5000bfb5 Accessibility package.
dc144907
parents:
diff changeset
    48
Technology Service Provider Interface (AT-SPI).
14ca5000bfb5 Accessibility package.
dc144907
parents:
diff changeset
    49
14ca5000bfb5 Accessibility package.
dc144907
parents:
diff changeset
    50
%prep
14ca5000bfb5 Accessibility package.
dc144907
parents:
diff changeset
    51
%setup -q 
5522
d9b2d678ab57 2005-08-15 Glynn Foster <[email protected]>
gman
parents: 5518
diff changeset
    52
%patch1 -p1
4455
aea26bce3124 2004-11-05 Takao Fujiwara <[email protected]>
fujiwara
parents: 4409
diff changeset
    53
1949
14ca5000bfb5 Accessibility package.
dc144907
parents:
diff changeset
    54
%build
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    55
%ifos linux
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    56
if [ -x /usr/bin/getconf ]; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    57
  CPUS=`getconf _NPROCESSORS_ONLN`
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    58
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    59
%else
3846
9ab79af72b15 2004-09-05 Laszlo Peter <[email protected]>
laca
parents: 3679
diff changeset
    60
  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
    61
%endif
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    62
if test "x$CPUS" = "x" -o $CPUS = 0; then
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    63
  CPUS=1
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    64
fi
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
    65
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    66
export PATH="/usr/java/%jdk_version/bin:$PATH"
1949
14ca5000bfb5 Accessibility package.
dc144907
parents:
diff changeset
    67
CFLAGS="$RPM_OPT_FLAGS"                 \
2063
81473313f722 Add '--with-java-home' to configure because JDK not being found
dc144907
parents: 2042
diff changeset
    68
%ifos linux
81473313f722 Add '--with-java-home' to configure because JDK not being found
dc144907
parents: 2042
diff changeset
    69
./configure --prefix=%{_prefix} \
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    70
            --with-java-home=/usr/java/%jdk_version
2063
81473313f722 Add '--with-java-home' to configure because JDK not being found
dc144907
parents: 2042
diff changeset
    71
%else
3662
9a0f94df5218 2004-08-20 Brian Cameron <[email protected]>
bc99092
parents: 3652
diff changeset
    72
./configure --prefix=%{_prefix}
2063
81473313f722 Add '--with-java-home' to configure because JDK not being found
dc144907
parents: 2042
diff changeset
    73
%endif
1949
14ca5000bfb5 Accessibility package.
dc144907
parents:
diff changeset
    74
5156
635707cf5df7 remove -j CPUS from some RPMs
dermotm
parents: 5152
diff changeset
    75
make
1949
14ca5000bfb5 Accessibility package.
dc144907
parents:
diff changeset
    76
14ca5000bfb5 Accessibility package.
dc144907
parents:
diff changeset
    77
%install
2230
e484f831e357 java-access-bridge: Specify %{_datadir}/jar instead of %{_datadir}/lib in %install
dc144907
parents: 2159
diff changeset
    78
make DESTDIR=$RPM_BUILD_ROOT install gnome_java_bridgedir=%{_datadir}/jar
1949
14ca5000bfb5 Accessibility package.
dc144907
parents:
diff changeset
    79
14ca5000bfb5 Accessibility package.
dc144907
parents:
diff changeset
    80
%clean
14ca5000bfb5 Accessibility package.
dc144907
parents:
diff changeset
    81
rm -rf $RPM_BUILD_ROOT
14ca5000bfb5 Accessibility package.
dc144907
parents:
diff changeset
    82
14ca5000bfb5 Accessibility package.
dc144907
parents:
diff changeset
    83
%post 
14ca5000bfb5 Accessibility package.
dc144907
parents:
diff changeset
    84
/sbin/ldconfig
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    85
if [ -L /usr/java/j2redefault/lib/accessibility.properties ]; then
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    86
	rm /usr/java/j2redefault/lib/accessibility.properties
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    87
fi
5135
3f51505e77bb create and delete links for accessibility.properties and nome-java-bridge.jar (4768049)
dermotm
parents: 5082
diff changeset
    88
ln -s /usr/share/jar/accessibility.properties /usr/java/j2redefault/lib/accessibility.properties
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    89
cp /usr/share/jar/gnome-java-bridge.jar /usr/java/j2redefault/lib/ext/gnome-java-bridge.jar
1949
14ca5000bfb5 Accessibility package.
dc144907
parents:
diff changeset
    90
14ca5000bfb5 Accessibility package.
dc144907
parents:
diff changeset
    91
%postun 
5157
e907dd38a6cf use -h in postun
dermotm
parents: 5156
diff changeset
    92
if [ -h /usr/java/j2redefault/lib/accessibility.properties ]; then
5135
3f51505e77bb create and delete links for accessibility.properties and nome-java-bridge.jar (4768049)
dermotm
parents: 5082
diff changeset
    93
	rm /usr/java/j2redefault/lib/accessibility.properties
3f51505e77bb create and delete links for accessibility.properties and nome-java-bridge.jar (4768049)
dermotm
parents: 5082
diff changeset
    94
fi
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
    95
if [ -e /usr/java/j2redefault/lib/ext/gnome-java-bridge.jar ]; then
5135
3f51505e77bb create and delete links for accessibility.properties and nome-java-bridge.jar (4768049)
dermotm
parents: 5082
diff changeset
    96
	rm /usr/java/j2redefault/lib/ext/gnome-java-bridge.jar
3f51505e77bb create and delete links for accessibility.properties and nome-java-bridge.jar (4768049)
dermotm
parents: 5082
diff changeset
    97
fi
1949
14ca5000bfb5 Accessibility package.
dc144907
parents:
diff changeset
    98
/sbin/ldconfig
14ca5000bfb5 Accessibility package.
dc144907
parents:
diff changeset
    99
14ca5000bfb5 Accessibility package.
dc144907
parents:
diff changeset
   100
%files
14ca5000bfb5 Accessibility package.
dc144907
parents:
diff changeset
   101
%defattr(-,root,root)
2112
c6e42f5e2d54 Correct files list.
dc144907
parents: 2104
diff changeset
   102
%{_datadir}/jar
2470
791b003b50ce java-access-bridge.spec: - Temporarily remove the %files line that is breaking the build until I figure out a correct solution. Add a missing '%patch1 -p1' line.
dc144907
parents: 2459
diff changeset
   103
# %{_prefix}/j2se
1949
14ca5000bfb5 Accessibility package.
dc144907
parents:
diff changeset
   104
14ca5000bfb5 Accessibility package.
dc144907
parents:
diff changeset
   105
14ca5000bfb5 Accessibility package.
dc144907
parents:
diff changeset
   106
%changelog
6707
1c48be2bb918 2006-01-31 Damien Carbery <[email protected]>
dc144907
parents: 6564
diff changeset
   107
* Tue Jan 31 2006 - [email protected]
1c48be2bb918 2006-01-31 Damien Carbery <[email protected]>
dc144907
parents: 6564
diff changeset
   108
- Bump to 1.5.0.
1c48be2bb918 2006-01-31 Damien Carbery <[email protected]>
dc144907
parents: 6564
diff changeset
   109
6564
480b9993069a * control-center.spec, eog.spec, gcalctool.spec, gdm.spec, gedit.spec,
dc144907
parents: 6280
diff changeset
   110
* Sun Jan 15 2006 - [email protected]
480b9993069a * control-center.spec, eog.spec, gcalctool.spec, gdm.spec, gedit.spec,
dc144907
parents: 6280
diff changeset
   111
- Bump to 1.4.7
480b9993069a * control-center.spec, eog.spec, gcalctool.spec, gdm.spec, gedit.spec,
dc144907
parents: 6280
diff changeset
   112
6280
d5b0e1e17d7a 2005-11-14 Willie Walker <[email protected]>
laca
parents: 5522
diff changeset
   113
* Mon Nov 14 2005 - [email protected]
d5b0e1e17d7a 2005-11-14 Willie Walker <[email protected]>
laca
parents: 5522
diff changeset
   114
- Bump version to 1.4.6
d5b0e1e17d7a 2005-11-14 Willie Walker <[email protected]>
laca
parents: 5522
diff changeset
   115
5518
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   116
* Wed Jun 01 2005 - [email protected]
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   117
- Remove accessibility.properties symlink before (re)creating it. Bug 6278672.
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   118
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   119
* Thu May 19 2005 - [email protected]
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   120
- /usr/java/j2redefault/lib/ext/gnome-java-bridge.jar needs to be a
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   121
  regular file, not a sym link (bug 6246567)
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   122
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   123
* Mon May 09 2005 - [email protected]
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   124
- New jdk (1.5.0_03)
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   125
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   126
* Fri May 06 2005 - <[email protected]>
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   127
- Added patch to provide window:activate events for newly-created Swing windows. Part of the fix for bug #6238185.
235b0b4aa324 merged the gnome-2-10 branch to HEAD
laca
parents: 5517
diff changeset
   128
5392
c2aefc43f1c0 Revved gnopernicus.spec to 0.10.9, java-access-bridge to 1.4.5. Removed obsolete
wh70179
parents: 5370
diff changeset
   129
* Wed May 04 2005 - <[email protected]>
c2aefc43f1c0 Revved gnopernicus.spec to 0.10.9, java-access-bridge to 1.4.5. Removed obsolete
wh70179
parents: 5370
diff changeset
   130
- Revved to 1.4.5, fixes problem with MANAGES_DESCENDANTS state when using JVMs >= 1.5.0.
c2aefc43f1c0 Revved gnopernicus.spec to 0.10.9, java-access-bridge to 1.4.5. Removed obsolete
wh70179
parents: 5370
diff changeset
   131
5341
1e55979a0a86 Revved java-access-bridge to 1.4.4, gail to 1.8.3. Revised gail-02-g11n-alllinguas.diff.
wh70179
parents: 5333
diff changeset
   132
* Mon Apr 18 2005 - <[email protected]>
1e55979a0a86 Revved java-access-bridge to 1.4.4, gail to 1.8.3. Revised gail-02-g11n-alllinguas.diff.
wh70179
parents: 5333
diff changeset
   133
- Revved to 1.4.4., fixes for bugzilla #172807, #192925, #171951, #300699.
1e55979a0a86 Revved java-access-bridge to 1.4.4, gail to 1.8.3. Revised gail-02-g11n-alllinguas.diff.
wh70179
parents: 5333
diff changeset
   134
- Removed redundant patch java-access-bridge-03-get-text.diff.
1e55979a0a86 Revved java-access-bridge to 1.4.4, gail to 1.8.3. Revised gail-02-g11n-alllinguas.diff.
wh70179
parents: 5333
diff changeset
   135
5156
635707cf5df7 remove -j CPUS from some RPMs
dermotm
parents: 5152
diff changeset
   136
* Mon Feb 28 2005 - <[email protected]>
5157
e907dd38a6cf use -h in postun
dermotm
parents: 5156
diff changeset
   137
- use -h to test for links in postun
e907dd38a6cf use -h in postun
dermotm
parents: 5156
diff changeset
   138
e907dd38a6cf use -h in postun
dermotm
parents: 5156
diff changeset
   139
* Mon Feb 28 2005 - <[email protected]>
5156
635707cf5df7 remove -j CPUS from some RPMs
dermotm
parents: 5152
diff changeset
   140
- remove '-j CPUS' from make command
635707cf5df7 remove -j CPUS from some RPMs
dermotm
parents: 5152
diff changeset
   141
5135
3f51505e77bb create and delete links for accessibility.properties and nome-java-bridge.jar (4768049)
dermotm
parents: 5082
diff changeset
   142
* Fri Feb 25 2005 - <[email protected]>
5156
635707cf5df7 remove -j CPUS from some RPMs
dermotm
parents: 5152
diff changeset
   143
- create and delete links for accessibility.properties and gnome-java-bridge.jar (4768049)
5135
3f51505e77bb create and delete links for accessibility.properties and nome-java-bridge.jar (4768049)
dermotm
parents: 5082
diff changeset
   144
4088
7d9e7e5a7a06 2004-09-29 Padraig O'Briain <[email protected]>
padraigo
parents: 4020
diff changeset
   145
* Wed Sep 29 2004 - Padraig O'Briain <[email protected]>
7d9e7e5a7a06 2004-09-29 Padraig O'Briain <[email protected]>
padraigo
parents: 4020
diff changeset
   146
- Add patch 04-get-deleted-chars for bugzilla #151579.
7d9e7e5a7a06 2004-09-29 Padraig O'Briain <[email protected]>
padraigo
parents: 4020
diff changeset
   147
4020
d72c2ce24a4c * java-access-bridge.spec: Disable Java 1.5.0 patch because it breaks the build.
dc144907
parents: 4007
diff changeset
   148
* Mon Sep 20 2004 - [email protected]
d72c2ce24a4c * java-access-bridge.spec: Disable Java 1.5.0 patch because it breaks the build.
dc144907
parents: 4007
diff changeset
   149
- Disable the Java 1.5.0 patch because it breaks build.
d72c2ce24a4c * java-access-bridge.spec: Disable Java 1.5.0 patch because it breaks the build.
dc144907
parents: 4007
diff changeset
   150
3938
c020487c6434 new JDK 1.5.0 dir
dermotm
parents: 3858
diff changeset
   151
* Wed Sep 15 2004 - [email protected]
c020487c6434 new JDK 1.5.0 dir
dermotm
parents: 3858
diff changeset
   152
- new install dir for JDK 1.5.0
c020487c6434 new JDK 1.5.0 dir
dermotm
parents: 3858
diff changeset
   153
3662
9a0f94df5218 2004-08-20 Brian Cameron <[email protected]>
bc99092
parents: 3652
diff changeset
   154
* Wed Aug 20 2004 - [email protected]
9a0f94df5218 2004-08-20 Brian Cameron <[email protected]>
bc99092
parents: 3652
diff changeset
   155
- removed --disable-gtk-doc since this isn't an option this module's
9a0f94df5218 2004-08-20 Brian Cameron <[email protected]>
bc99092
parents: 3652
diff changeset
   156
  configure takes.
9a0f94df5218 2004-08-20 Brian Cameron <[email protected]>
bc99092
parents: 3652
diff changeset
   157
3652
c3df67d65a0d 2004-08-20 Padraig O'Briain <[email protected]>
padraigo
parents: 3519
diff changeset
   158
* Fri Aug 20 2004 - Padraig O'Briain <[email protected]>
c3df67d65a0d 2004-08-20 Padraig O'Briain <[email protected]>
padraigo
parents: 3519
diff changeset
   159
- Add patch 03-get-text for bugzilla #149602.
c3df67d65a0d 2004-08-20 Padraig O'Briain <[email protected]>
padraigo
parents: 3519
diff changeset
   160
3263
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   161
* Wed Jul 07 2004 - [email protected]
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   162
- added "-j $CPUS" to make to speed up builds
3c14210c0b99 add -j to make to speed up build
dermotm
parents: 3224
diff changeset
   163
3125
1aea866ac170 gok.spec, at-spi.spec, java-access-bridge.spec, java-access-bridge-03-javac_compatability.diff
dermotm
parents: 3120
diff changeset
   164
* Fri Jun 11 2004 - [email protected]
1aea866ac170 gok.spec, at-spi.spec, java-access-bridge.spec, java-access-bridge-03-javac_compatability.diff
dermotm
parents: 3120
diff changeset
   165
- removed patch 03
1aea866ac170 gok.spec, at-spi.spec, java-access-bridge.spec, java-access-bridge-03-javac_compatability.diff
dermotm
parents: 3120
diff changeset
   166
3112
05f97bad1ab0 * patches/java-access-bridge-03-javac-compatability.diff: Change 'javac' to 'javac -source 1.4' in configure.in as 1.5 breaks build.
dc144907
parents: 2964
diff changeset
   167
* Thu Jun 10 2004 - [email protected]
05f97bad1ab0 * patches/java-access-bridge-03-javac-compatability.diff: Change 'javac' to 'javac -source 1.4' in configure.in as 1.5 breaks build.
dc144907
parents: 2964
diff changeset
   168
- Change 'javac' to 'javac -source 1.4' in configure.in as 1.5 breaks build.
05f97bad1ab0 * patches/java-access-bridge-03-javac-compatability.diff: Change 'javac' to 'javac -source 1.4' in configure.in as 1.5 breaks build.
dc144907
parents: 2964
diff changeset
   169
2964
bd5609264c55 java-access-bridge.spec: patch to compile with JDK1.5.0
dermotm
parents: 2958
diff changeset
   170
* Mon May 31 2004 - Dermot McCluskey <[email protected]>
bd5609264c55 java-access-bridge.spec: patch to compile with JDK1.5.0
dermotm
parents: 2958
diff changeset
   171
- Padraig's patch for JDK1.5.0 compile error
bd5609264c55 java-access-bridge.spec: patch to compile with JDK1.5.0
dermotm
parents: 2958
diff changeset
   172
2958
3655558ced77 Incremented release numbers for build 11
dermotm
parents: 2777
diff changeset
   173
* Sun May 30 2004 - Dermot McCluskey <[email protected]>
2964
bd5609264c55 java-access-bridge.spec: patch to compile with JDK1.5.0
dermotm
parents: 2958
diff changeset
   174
- New JDK
2958
3655558ced77 Incremented release numbers for build 11
dermotm
parents: 2777
diff changeset
   175
2765
e05d793a8c1e 2004-05-15 Padraig O'Briain <[email protected]>
padraigo
parents: 2619
diff changeset
   176
* Fri May 15 2004 - Padraig O'Briain <[email protected]>
e05d793a8c1e 2004-05-15 Padraig O'Briain <[email protected]>
padraigo
parents: 2619
diff changeset
   177
- Bump version to 1.4.2
e05d793a8c1e 2004-05-15 Padraig O'Briain <[email protected]>
padraigo
parents: 2619
diff changeset
   178
2595
c53270a33f4f 2004-04-30 Padraig O'Briain <[email protected]>
padraigo
parents: 2494
diff changeset
   179
* Fri Apr 30 2004 - Padraig O'Briain <[email protected]>
2600
6e65a96f3d56 2004-04-30 Padraig O'Briain <[email protected]>
padraigo
parents: 2595
diff changeset
   180
- Update Java version to 1.5.0
6e65a96f3d56 2004-04-30 Padraig O'Briain <[email protected]>
padraigo
parents: 2595
diff changeset
   181
6e65a96f3d56 2004-04-30 Padraig O'Briain <[email protected]>
padraigo
parents: 2595
diff changeset
   182
* Fri Apr 30 2004 - Padraig O'Briain <[email protected]>
2595
c53270a33f4f 2004-04-30 Padraig O'Briain <[email protected]>
padraigo
parents: 2494
diff changeset
   183
- Bump version to 1.4.1
c53270a33f4f 2004-04-30 Padraig O'Briain <[email protected]>
padraigo
parents: 2494
diff changeset
   184
2470
791b003b50ce java-access-bridge.spec: - Temporarily remove the %files line that is breaking the build until I figure out a correct solution. Add a missing '%patch1 -p1' line.
dc144907
parents: 2459
diff changeset
   185
* Thu Apr 15 2004 - Damien Carbery <[email protected]>
791b003b50ce java-access-bridge.spec: - Temporarily remove the %files line that is breaking the build until I figure out a correct solution. Add a missing '%patch1 -p1' line.
dc144907
parents: 2459
diff changeset
   186
- Temporarily remove the %files line that is breaking the build until I figure
791b003b50ce java-access-bridge.spec: - Temporarily remove the %files line that is breaking the build until I figure out a correct solution. Add a missing '%patch1 -p1' line.
dc144907
parents: 2459
diff changeset
   187
  out a correct solution. Add a missing '%patch1 -p1' line.
791b003b50ce java-access-bridge.spec: - Temporarily remove the %files line that is breaking the build until I figure out a correct solution. Add a missing '%patch1 -p1' line.
dc144907
parents: 2459
diff changeset
   188
2459
1f0509f131d7 2004-04-14 Padraig O'Briain <[email protected]>
padraigo
parents: 2447
diff changeset
   189
* Wed Apr 14 2004 - Padraig O'Briain <[email protected]>
1f0509f131d7 2004-04-14 Padraig O'Briain <[email protected]>
padraigo
parents: 2447
diff changeset
   190
- * Add patch for installation of accessibility.properties and 
1f0509f131d7 2004-04-14 Padraig O'Briain <[email protected]>
padraigo
parents: 2447
diff changeset
   191
gnome-java-bridge.jar
1f0509f131d7 2004-04-14 Padraig O'Briain <[email protected]>
padraigo
parents: 2447
diff changeset
   192
2447
fa005c513532 2004-04-13 Padraig O'Briain <[email protected]>
padraigo
parents: 2398
diff changeset
   193
* Tue Apr 13 2004 - Padraig O'Briain <[email protected]>
fa005c513532 2004-04-13 Padraig O'Briain <[email protected]>
padraigo
parents: 2398
diff changeset
   194
- Bump version to 1.4.0
fa005c513532 2004-04-13 Padraig O'Briain <[email protected]>
padraigo
parents: 2398
diff changeset
   195
2230
e484f831e357 java-access-bridge: Specify %{_datadir}/jar instead of %{_datadir}/lib in %install
dc144907
parents: 2159
diff changeset
   196
* Tue Mar 16 2004 - Damien Carbery <[email protected]>
e484f831e357 java-access-bridge: Specify %{_datadir}/jar instead of %{_datadir}/lib in %install
dc144907
parents: 2159
diff changeset
   197
- Specify %{_datadir}/jar instead of %{_datadir}/lib in %install.
e484f831e357 java-access-bridge: Specify %{_datadir}/jar instead of %{_datadir}/lib in %install
dc144907
parents: 2159
diff changeset
   198
2112
c6e42f5e2d54 Correct files list.
dc144907
parents: 2104
diff changeset
   199
* Tue Mar 02 2004 - Damien Carbery <[email protected]>
c6e42f5e2d54 Correct files list.
dc144907
parents: 2104
diff changeset
   200
- Correct files list.
c6e42f5e2d54 Correct files list.
dc144907
parents: 2104
diff changeset
   201
2095
1e2190d7e47b Correct java-home path after installing 1.4.2_03 JDK.
dc144907
parents: 2063
diff changeset
   202
* Mon Mar 01 2004 - Damien Carbery <[email protected]>
2104
68e43b01d598 Add '/usr/java/j2sdk1.4.2_03/bin' to PATH so build can find 'jar'.
dc144907
parents: 2095
diff changeset
   203
- Add JDK bin dir to PATH so 'jar' can be found.
2095
1e2190d7e47b Correct java-home path after installing 1.4.2_03 JDK.
dc144907
parents: 2063
diff changeset
   204
- Correct '--with-java-home' path after installing 1.4.2_03 JDK.
1e2190d7e47b Correct java-home path after installing 1.4.2_03 JDK.
dc144907
parents: 2063
diff changeset
   205
2063
81473313f722 Add '--with-java-home' to configure because JDK not being found
dc144907
parents: 2042
diff changeset
   206
* Fri Feb 27 2004 - Damien Carbery <[email protected]>
81473313f722 Add '--with-java-home' to configure because JDK not being found
dc144907
parents: 2042
diff changeset
   207
- Add '--with-java-home' to configure because JDK not being found.
81473313f722 Add '--with-java-home' to configure because JDK not being found
dc144907
parents: 2042
diff changeset
   208
2042
d39c5392db5c Remove libtoolize stuff because using regular tarball and not CVS.
dc144907
parents: 1949
diff changeset
   209
* Thu Feb 26 2004 - Damien Carbery <[email protected]>
d39c5392db5c Remove libtoolize stuff because using regular tarball and not CVS.
dc144907
parents: 1949
diff changeset
   210
- Remove libtoolize stuff because using regular tarball and not CVS.
d39c5392db5c Remove libtoolize stuff because using regular tarball and not CVS.
dc144907
parents: 1949
diff changeset
   211
1949
14ca5000bfb5 Accessibility package.
dc144907
parents:
diff changeset
   212
* Fri Feb 20 2004 - Damien Carbery <[email protected]>
14ca5000bfb5 Accessibility package.
dc144907
parents:
diff changeset
   213
- Initial release version for java-access-bridge.