SUNWgnome-config-java.spec
author krish_p
Mon, 16 Nov 2009 05:30:39 +0000
branchopensolaris-2009-06
changeset 14347 513efb5e2b38
parent 12122 a69c3e5485ed
child 15650 dbcf7e3715dd
permissions -rw-r--r--
6883034 OpenSolaris 0906 Nautilus 2.24.2 Drag and Drop issue copy/move
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 SUNWgnome-config-java.spec
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) 2004 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
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     8
# Owner: jmr
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     9
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    10
%include Solaris.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    11
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    12
%define maj_min_ver 2.12
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    13
%define rev 5
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    14
%define  tarball_version %{maj_min_ver}.%{rev}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    15
%define docbasedir %{_datadir}/lib/java/javadoc/java-gnome
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    16
%define jardir %{_datadir}/lib/java
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    17
%define srcjardir %{_datadir}/lib/java/src/java-gnome
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    18
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    19
Name:                    SUNWgnome-config-java
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    20
Summary:                 Part of Java-Gnome - Java to Gconf core bindings
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    21
Version:                 %{default_pkg_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    22
Source:                  http://ftp.gnome.org/pub/gnome/sources/libgconf-java/%{maj_min_ver}/libgconf-java-%{tarball_version}.tar.bz2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    23
SUNW_BaseDir:            %{_basedir}
12122
a69c3e5485ed Added copyright.
jmr
parents: 9397
diff changeset
    24
SUNW_Copyright:          %{name}.copyright
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    25
BuildRoot:               %{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    26
URL:                     http://java-gnome.sourceforge.net
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    27
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    28
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    29
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    30
Requires: SUNWgnome-base-libs-java
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    31
Requires: SUNWbash
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    32
Requires: SUNWgnome-config
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
BuildRequires: SUNWgnome-base-libs-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    35
BuildRequires: SUNWgnome-base-libs-java-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
BuildRequires: SUNWgnome-config-devel
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
%package devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    39
Summary:           %{summary} - development files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    40
SUNW_BaseDir:      %{_basedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    41
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    42
Requires: %name
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    43
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
%description
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    45
libgconf-java base package required by Java-Gnome, Java bindings to core Gconf lib.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    46
Java-Gnome is a set of Java bindings for the GNOME and GTK+ libraries that allow GNOME and GTK+ applications to be written in Java. 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
This release series, collectively called java-gnome, consists of glib-java, cairo-java, libgtk-java, libglade-java, libgnome-java, and libgconf-java.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    49
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    50
%setup -q -n libgconf-java-%{tarball_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    51
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    52
%build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    53
export JAVA_HOME=/usr/java
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    54
export CFLAGS="-I/usr/java/include/solaris" 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    55
export ACLOCAL_FLAGS="-I /usr/share/lib/java/javadoc/java-gnome/glib-java/macros -I /usr/share/lib/java/javadoc/java-gnome/libgtk-java/macros"
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    56
aclocal $ACLOCAL_FLAGS -I .
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    57
automake -a -c -f
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    58
autoconf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    59
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    60
./configure --prefix=%{_prefix}                 \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    61
            --libexecdir=%{_libexecdir}         \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    62
            --sysconfdir=%{_sysconfdir}         \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    63
   	    --with-docbasedir=%{docbasedir}	\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    64
   	    --with-jardir=%{jardir}	\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    65
	    --with-srcjar			\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    66
	    --with-srcjardir=%{srcjardir} \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    67
            --without-gcj-compile               
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    68
make
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    69
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    70
%install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    71
make install DESTDIR=$RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    72
rm $RPM_BUILD_ROOT%{_libdir}/libgconfjni.la
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    73
rm $RPM_BUILD_ROOT%{docbasedir}/libgconf-java-%{tarball_version}/examples/runExample.sh.in
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
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    76
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    77
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    78
%files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    79
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    80
%dir %attr (0755, root, bin) %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    81
%{_libdir}/libgconfjni.so
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    82
%{_libdir}/libgconfjni-%{maj_min_ver}.so
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    83
%dir %attr(0755, root, sys) %{_datadir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    84
%dir %attr(0755, root, sys) %{_datadir}/lib
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    85
%dir %attr (0755, root, sys) %{jardir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    86
%{jardir}/gconf%{maj_min_ver}-%{tarball_version}.jar
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    87
%{jardir}/gconf%{maj_min_ver}.jar
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    88
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    89
%files devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    90
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    91
%dir %attr (0755, root, bin) %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    92
%dir %attr (0755, root, other) %{_libdir}/pkgconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    93
%{_libdir}/pkgconfig/gconf-java.pc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    94
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    95
%dir %attr(0755, root, sys) %{_datadir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    96
%dir %attr(0755, root, sys) %{_datadir}/lib
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    97
%dir %attr(0755, root, sys) %{_datadir}/lib/java
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    98
%dir %attr(0755, root, bin) %{_datadir}/lib/java/src
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    99
%dir %attr (0755, root, sys) %{srcjardir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   100
%{srcjardir}/gconf%{maj_min_ver}-src.jar
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   101
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   102
%dir %attr (0755, root, other) %{_datadir}/lib/java/javadoc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   103
%dir %attr (0755, root, other) %{docbasedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   104
%{docbasedir}/libgconf-java-%{tarball_version}/AUTHORS
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   105
%{docbasedir}/libgconf-java-%{tarball_version}/COPYING
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   106
%{docbasedir}/libgconf-java-%{tarball_version}/NEWS
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   107
%{docbasedir}/libgconf-java-%{tarball_version}/README
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   108
%{docbasedir}/libgconf-java-%{tarball_version}/examples/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   109
%{docbasedir}/libgconf-java-%{tarball_version}/api/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   110
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   111
%changelog
12122
a69c3e5485ed Added copyright.
jmr
parents: 9397
diff changeset
   112
* Thur Apr 15 2008 - [email protected]
a69c3e5485ed Added copyright.
jmr
parents: 9397
diff changeset
   113
- Added Copyright file.
a69c3e5485ed Added copyright.
jmr
parents: 9397
diff changeset
   114
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   115
* Tue Oct 31 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   116
- Correct dir perms for javadoc dir, to match SUNWdtrc.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   117
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   118
* Wed Oct 25 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   119
- Bumped libgconf-java tarball to 2.12.5 for the Java-Gnome 2.16 release
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   120
- All patches merged upstream, so removed following local patches
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   121
- Solaris/patches/gnome-config-java-01-config.diff
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   122
- Solaris/patches/gnome-config-java-02-jni.diff
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   123
- Solaris/patches/gnome-config-java-03-example.diff
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   124
- Solaris/patches/gnome-config-java-04-installpaths.diff
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   125
- Solaris/patches/gnome-config-java-05-doc.diff
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   126
- Solaris/patches/gnome-config-java-06-srcjar.diff
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   127
- Solaris/patches/gnome-config-java-07-docbasedir.diff
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   128
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   129
* Fri Oct 13 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   130
- Correct and sync dir perms with other Java Gnome packages. Change root:other 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   131
  to root:sys.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   132
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   133
* Thu Oct 12 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   134
- Modified srcjardir to conform to PSARC/2006/053
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   135
- Add patches to allow doc base dir to be specified in configure
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   136
- gnome-config-java-07-docbasedir.diff: change Makefile.am to use docbasedir, 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   137
  instead of hardcoded $(datadir)/doc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   138
- Enabled generation of src jar. Added configure option. 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   139
- gnome-config-java-06-srcjar.diff: added BUILD_SRCJAR target to Makefile.am
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   140
- Modify patch to so specifying javadir as configure option works
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   141
- gnome-config-java-04-installpaths.diff: replace hard coded java dir with 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   142
  specifiable javadir.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   143
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   144
* Fri Oct 6 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   145
- Set dir perms of %{_datadir}/lib/java/javadoc to match
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   146
  SUNWgnome-base-libs-java.spec.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   147
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   148
* Thur Oct 05 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   149
- Add tarball_version as this needs to be different from the default_pkg_version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   150
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   151
* Wed Oct 04 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   152
- Correct dir perms.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   153
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   154
* Tue Oct 03 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   155
- Added patch to allow api doc to be generated ("find -mindep 1" in 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   156
  Makefile.am is not supported)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   157
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   158
* Mon Oct 02 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   159
- Added patch for install dirs for jar location on Solaris, better to have as 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   160
  a configure option for all OS
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   161
- Added aclocal macro flags
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   162
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   163
* Thu Sep 28 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   164
- Replaced mkdir with install -d
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   165
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   166
* Wed Sep 27 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   167
- Corrected SUNWgnome-libs-java version.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   168
- Changed requires to use new Java-Gnome package names.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   169
- Rename to SUNWgnome-config-java, rename patches and add devel package
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   170
- Moved location of docs under %{_datadir}/lib/java/javadoc/java-gnome
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 Aug 04 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   173
- Bump to 2.12.4.
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
* Wed Jun 28 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   176
- Update Build/Requires after check-deps.pl run.
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 Jun 23 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   179
- Updates from review
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
* Thu Jun 22 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   182
- Make %files attributes explicit except examples & remove libtool .la archive
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   183
  file
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   184
- Patch0 fix config file so it's correctly generated
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   185
- Patch1 fix jni *.c files, incorrectly included header guards in c files 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   186
  causing all fncs to be compiled out.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   187
- Patch2 fix runExamples.sh.in to find java and javac correctly
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   188
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   189
* Mon Jun 19 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   190
- Initial spec