SUNWgnome-a11y-libs.spec
author ginnchen
Mon, 12 Apr 2010 08:07:21 +0000
branchgnome-2-28
changeset 18675 d625b72c91d8
parent 18533 6f2d4fa3cfe6
permissions -rw-r--r--
2010-04-12 Ginn Chen <[email protected]> * SUNWfirefox.spec: Fix the build issue of Firefox 3.6.3.
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-a11y-libs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     3
#
16913
38ac1ceead17 2009-11-05 Li Yuan <[email protected]>
liyuan
parents: 16434
diff changeset
     4
# includes module(s): at-spi java-atk-wrapper libgail-gnome freetts gnome-mag
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     5
#
15556
79756053d7da 2009-04-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 15503
diff changeset
     6
# Copyright 2009 Sun Microsystems, Inc.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     7
# 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
     8
# 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
     9
#
16434
f21f22550fe9 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16360
diff changeset
    10
%define owner liyuan 
9397
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
%include Solaris.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    13
12763
63d744a55e5f 2008-07-07 Li Yuan <[email protected]>
liyuan
parents: 11976
diff changeset
    14
%ifarch amd64 sparcv9
63d744a55e5f 2008-07-07 Li Yuan <[email protected]>
liyuan
parents: 11976
diff changeset
    15
%include arch64.inc
63d744a55e5f 2008-07-07 Li Yuan <[email protected]>
liyuan
parents: 11976
diff changeset
    16
%use at_spi_64 = at-spi.spec
16004
3eb6e9df0aff 2009-07-06 Ke Wang <[email protected]>
wangke
parents: 15833
diff changeset
    17
%if %option_with_java
3eb6e9df0aff 2009-07-06 Ke Wang <[email protected]>
wangke
parents: 15833
diff changeset
    18
%define build_java 0
3eb6e9df0aff 2009-07-06 Ke Wang <[email protected]>
wangke
parents: 15833
diff changeset
    19
%use java_atk_wrapper_64 = java-atk-wrapper.spec
3eb6e9df0aff 2009-07-06 Ke Wang <[email protected]>
wangke
parents: 15833
diff changeset
    20
%endif
12763
63d744a55e5f 2008-07-07 Li Yuan <[email protected]>
liyuan
parents: 11976
diff changeset
    21
%endif
63d744a55e5f 2008-07-07 Li Yuan <[email protected]>
liyuan
parents: 11976
diff changeset
    22
63d744a55e5f 2008-07-07 Li Yuan <[email protected]>
liyuan
parents: 11976
diff changeset
    23
%include base.inc
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    24
%use at_spi = at-spi.spec
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    25
%use libgail_gnome = libgail-gnome.spec
10572
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10451
diff changeset
    26
%if %option_with_java
16004
3eb6e9df0aff 2009-07-06 Ke Wang <[email protected]>
wangke
parents: 15833
diff changeset
    27
%define build_java 1
3eb6e9df0aff 2009-07-06 Ke Wang <[email protected]>
wangke
parents: 15833
diff changeset
    28
%use java_atk_wrapper = java-atk-wrapper.spec
10572
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10451
diff changeset
    29
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    30
%use freetts = freetts.spec
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    31
%use gnome_mag = gnome-mag.spec
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    32
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    33
Name:                    SUNWgnome-a11y-libs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    34
Summary:                 Accessibility implementation for GNOME
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    35
Version:                 %{default_pkg_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
Source:                  %{name}-manpages-0.1.tar.gz
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
SUNW_BaseDir:            %{_basedir}
11976
798f0ce46ec6 2008-03-31 Li Yuan <[email protected]>
liyuan
parents: 11878
diff changeset
    38
SUNW_Copyright:          %{name}.copyright
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    39
BuildRoot:               %{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    40
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    41
%include default-depend.inc
15650
dbcf7e3715dd 2009-04-18 Dave Lin <[email protected]>
davelam
parents: 15623
diff changeset
    42
Requires: SUNWgtk2
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    43
Requires: SUNWgnome-libs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
Requires: SUNWgnome-panel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    45
Requires: SUNWgnome-component
9441
24105511a782 2007-03-05 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
    46
Requires: SUNWgnome-config
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
Requires: SUNWlibms
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
Requires: SUNWlibpopt
11878
8d2087fad20b 2008-03-19 Dermot McCluskey <[email protected]>
dermot
parents: 11430
diff changeset
    49
Requires: SUNWj6rt
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    50
Requires: SUNWzoner
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    51
Requires: SUNWzoneu
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    52
Requires: SUNWpkgcmdsu
15556
79756053d7da 2009-04-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 15503
diff changeset
    53
Requires: %{name}-root
79756053d7da 2009-04-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 15503
diff changeset
    54
Requires: SUNWdesktop-cache
15650
dbcf7e3715dd 2009-04-18 Dave Lin <[email protected]>
davelam
parents: 15623
diff changeset
    55
BuildRequires: SUNWgtk2-devel
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    56
9441
24105511a782 2007-03-05 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
    57
BuildRequires: SUNWgnome-config-devel
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    58
BuildRequires: SUNWlibpopt-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    59
BuildRequires: SUNWgnome-panel-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    60
BuildRequires: SUNWgnome-libs-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    61
BuildRequires: SUNWgnome-panel-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    62
BuildRequires: SUNWgnome-component-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    63
13809
478a2d0d7ce5 2008-09-29 Christian Kelly <[email protected]>
chrisk
parents: 13717
diff changeset
    64
%package root
478a2d0d7ce5 2008-09-29 Christian Kelly <[email protected]>
chrisk
parents: 13717
diff changeset
    65
Summary:                 %{summary} - / filesystem
478a2d0d7ce5 2008-09-29 Christian Kelly <[email protected]>
chrisk
parents: 13717
diff changeset
    66
SUNW_BaseDir:            /
478a2d0d7ce5 2008-09-29 Christian Kelly <[email protected]>
chrisk
parents: 13717
diff changeset
    67
%include default-depend.inc
478a2d0d7ce5 2008-09-29 Christian Kelly <[email protected]>
chrisk
parents: 13717
diff changeset
    68
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    69
%package devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    70
Summary:                 %{summary} - development files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    71
SUNW_BaseDir:            %{_basedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    72
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    73
Requires: SUNWperl584usr
15650
dbcf7e3715dd 2009-04-18 Dave Lin <[email protected]>
davelam
parents: 15623
diff changeset
    74
Requires: SUNWgtk2-devel
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    75
Requires: SUNWgnome-libs-devel
15494
c625e8bbed80 2009-03-24 Jeff Cai <[email protected]>
qc161282
parents: 15257
diff changeset
    76
Requires: SUNWgnome-component-devel
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    77
15257
8f4bb6c9b7d3 2009-02-27 Li Yuan <[email protected]>
liyuan
parents: 14933
diff changeset
    78
%package python26
8f4bb6c9b7d3 2009-02-27 Li Yuan <[email protected]>
liyuan
parents: 14933
diff changeset
    79
Summary:       %{summary} - Python 2.6 binding files
8f4bb6c9b7d3 2009-02-27 Li Yuan <[email protected]>
liyuan
parents: 14933
diff changeset
    80
SUNW_BaseDir:  %{_basedir}
8f4bb6c9b7d3 2009-02-27 Li Yuan <[email protected]>
liyuan
parents: 14933
diff changeset
    81
%include default-depend.inc
8f4bb6c9b7d3 2009-02-27 Li Yuan <[email protected]>
liyuan
parents: 14933
diff changeset
    82
Requires:      %{name}
15833
7f9243acbaba fix dependency issue(CR6843511, 6843654, 6843579, 6843587, 6843581, 6845023, 6843582)
davelam
parents: 15650
diff changeset
    83
Requires:      SUNWPython26
7f9243acbaba fix dependency issue(CR6843511, 6843654, 6843579, 6843587, 6843581, 6845023, 6843582)
davelam
parents: 15650
diff changeset
    84
Requires:      SUNWgnome-python26-libs
7f9243acbaba fix dependency issue(CR6843511, 6843654, 6843579, 6843587, 6843581, 6845023, 6843582)
davelam
parents: 15650
diff changeset
    85
BuildRequires: SUNWPython26-devel
15257
8f4bb6c9b7d3 2009-02-27 Li Yuan <[email protected]>
liyuan
parents: 14933
diff changeset
    86
BuildRequires: SUNWpython26-setuptools
8f4bb6c9b7d3 2009-02-27 Li Yuan <[email protected]>
liyuan
parents: 14933
diff changeset
    87
BuildRequires: SUNWgnome-python-libs-devel
8f4bb6c9b7d3 2009-02-27 Li Yuan <[email protected]>
liyuan
parents: 14933
diff changeset
    88
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    89
%if %build_l10n
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    90
%package l10n
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    91
Summary:                 %{summary} - l10n files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    92
SUNW_BaseDir:            %{_basedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    93
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    94
Requires:                %{name}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    95
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    96
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    97
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    98
rm -rf %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    99
mkdir %name-%version
12763
63d744a55e5f 2008-07-07 Li Yuan <[email protected]>
liyuan
parents: 11976
diff changeset
   100
63d744a55e5f 2008-07-07 Li Yuan <[email protected]>
liyuan
parents: 11976
diff changeset
   101
%ifarch amd64 sparcv9
63d744a55e5f 2008-07-07 Li Yuan <[email protected]>
liyuan
parents: 11976
diff changeset
   102
mkdir %name-%version/%_arch64
63d744a55e5f 2008-07-07 Li Yuan <[email protected]>
liyuan
parents: 11976
diff changeset
   103
%at_spi_64.prep -d %name-%version/%_arch64
16004
3eb6e9df0aff 2009-07-06 Ke Wang <[email protected]>
wangke
parents: 15833
diff changeset
   104
%if %option_with_java
3eb6e9df0aff 2009-07-06 Ke Wang <[email protected]>
wangke
parents: 15833
diff changeset
   105
%java_atk_wrapper_64.prep -d %name-%version/%_arch64
3eb6e9df0aff 2009-07-06 Ke Wang <[email protected]>
wangke
parents: 15833
diff changeset
   106
%endif
12763
63d744a55e5f 2008-07-07 Li Yuan <[email protected]>
liyuan
parents: 11976
diff changeset
   107
%endif
63d744a55e5f 2008-07-07 Li Yuan <[email protected]>
liyuan
parents: 11976
diff changeset
   108
63d744a55e5f 2008-07-07 Li Yuan <[email protected]>
liyuan
parents: 11976
diff changeset
   109
mkdir %name-%version/%base_arch
63d744a55e5f 2008-07-07 Li Yuan <[email protected]>
liyuan
parents: 11976
diff changeset
   110
%at_spi.prep -d %name-%version/%base_arch
63d744a55e5f 2008-07-07 Li Yuan <[email protected]>
liyuan
parents: 11976
diff changeset
   111
%libgail_gnome.prep -d %name-%version/%base_arch
10574
e3d308b2dd09 minor fixes
laca
parents: 10572
diff changeset
   112
%if %option_with_java
16004
3eb6e9df0aff 2009-07-06 Ke Wang <[email protected]>
wangke
parents: 15833
diff changeset
   113
%java_atk_wrapper.prep -d %name-%version/%base_arch
10574
e3d308b2dd09 minor fixes
laca
parents: 10572
diff changeset
   114
%endif
12763
63d744a55e5f 2008-07-07 Li Yuan <[email protected]>
liyuan
parents: 11976
diff changeset
   115
%freetts.prep -d %name-%version/%base_arch
63d744a55e5f 2008-07-07 Li Yuan <[email protected]>
liyuan
parents: 11976
diff changeset
   116
%gnome_mag.prep -d %name-%version/%base_arch
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   117
cd %{_builddir}/%name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   118
gzcat %SOURCE0 | tar xf -
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   119
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   120
%build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   121
PKG_CONFIG_DISABLE_UNINSTALLED=
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   122
unset PKG_CONFIG_DISABLE_UNINSTALLED
15623
7f4d27f0d4a2 Set PKG_CONFIG_PATH to let libgail pick up the uninstalled pc file of at-spi.
davelam
parents: 15614
diff changeset
   123
export PKG_CONFIG_PATH="%{_pkg_config_path}:../at-spi-%{at_spi.version}"
10620
ef0b1170eb49 2007-10-07 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10619
diff changeset
   124
export CFLAGS="%optflags -I/usr/X11/include"
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   125
export RPM_OPT_FLAGS="$CFLAGS"
12785
82b935aeed3f 2008-07-09 Damien Carbery <[email protected]>
dcarbery
parents: 12778
diff changeset
   126
export LDFLAGS="%_ldflags"
12774
1b0d4214642a 2008-07-08 Damien Carbery <[email protected]>
dcarbery
parents: 12763
diff changeset
   127
export ACLOCAL_FLAGS="-I %{_datadir}/aclocal"
12763
63d744a55e5f 2008-07-07 Li Yuan <[email protected]>
liyuan
parents: 11976
diff changeset
   128
63d744a55e5f 2008-07-07 Li Yuan <[email protected]>
liyuan
parents: 11976
diff changeset
   129
%ifarch amd64 sparcv9
63d744a55e5f 2008-07-07 Li Yuan <[email protected]>
liyuan
parents: 11976
diff changeset
   130
%at_spi_64.build -d %name-%version/%_arch64
16004
3eb6e9df0aff 2009-07-06 Ke Wang <[email protected]>
wangke
parents: 15833
diff changeset
   131
%if %option_with_java
3eb6e9df0aff 2009-07-06 Ke Wang <[email protected]>
wangke
parents: 15833
diff changeset
   132
%java_atk_wrapper_64.build -d %name-%version/%_arch64
3eb6e9df0aff 2009-07-06 Ke Wang <[email protected]>
wangke
parents: 15833
diff changeset
   133
%endif
12763
63d744a55e5f 2008-07-07 Li Yuan <[email protected]>
liyuan
parents: 11976
diff changeset
   134
%endif
63d744a55e5f 2008-07-07 Li Yuan <[email protected]>
liyuan
parents: 11976
diff changeset
   135
63d744a55e5f 2008-07-07 Li Yuan <[email protected]>
liyuan
parents: 11976
diff changeset
   136
%at_spi.build -d %name-%version/%base_arch
63d744a55e5f 2008-07-07 Li Yuan <[email protected]>
liyuan
parents: 11976
diff changeset
   137
%libgail_gnome.build -d %name-%version/%base_arch
10572
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10451
diff changeset
   138
%if %option_with_java
16004
3eb6e9df0aff 2009-07-06 Ke Wang <[email protected]>
wangke
parents: 15833
diff changeset
   139
%java_atk_wrapper.build -d %name-%version/%base_arch
10572
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10451
diff changeset
   140
%endif
12763
63d744a55e5f 2008-07-07 Li Yuan <[email protected]>
liyuan
parents: 11976
diff changeset
   141
%freetts.build -d %name-%version/%base_arch
63d744a55e5f 2008-07-07 Li Yuan <[email protected]>
liyuan
parents: 11976
diff changeset
   142
%gnome_mag.build -d %name-%version/%base_arch
9397
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
%install
15612
07e541fbfffd 2009-04-14 Dave Lin <[email protected]>
davelam
parents: 15556
diff changeset
   145
12763
63d744a55e5f 2008-07-07 Li Yuan <[email protected]>
liyuan
parents: 11976
diff changeset
   146
%ifarch amd64 sparcv9
63d744a55e5f 2008-07-07 Li Yuan <[email protected]>
liyuan
parents: 11976
diff changeset
   147
%at_spi_64.install -d %name-%version/%_arch64
63d744a55e5f 2008-07-07 Li Yuan <[email protected]>
liyuan
parents: 11976
diff changeset
   148
%endif
63d744a55e5f 2008-07-07 Li Yuan <[email protected]>
liyuan
parents: 11976
diff changeset
   149
63d744a55e5f 2008-07-07 Li Yuan <[email protected]>
liyuan
parents: 11976
diff changeset
   150
%at_spi.install -d %name-%version/%base_arch
63d744a55e5f 2008-07-07 Li Yuan <[email protected]>
liyuan
parents: 11976
diff changeset
   151
%libgail_gnome.install -d %name-%version/%base_arch
14764
cd944d1fbe5d 2008-12-12 Jeff Cai <[email protected]>
qc161282
parents: 14763
diff changeset
   152
10572
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10451
diff changeset
   153
%if %option_with_java
16004
3eb6e9df0aff 2009-07-06 Ke Wang <[email protected]>
wangke
parents: 15833
diff changeset
   154
%java_atk_wrapper.install -d %name-%version/%base_arch
14764
cd944d1fbe5d 2008-12-12 Jeff Cai <[email protected]>
qc161282
parents: 14763
diff changeset
   155
16004
3eb6e9df0aff 2009-07-06 Ke Wang <[email protected]>
wangke
parents: 15833
diff changeset
   156
%ifarch amd64 sparcv9
3eb6e9df0aff 2009-07-06 Ke Wang <[email protected]>
wangke
parents: 15833
diff changeset
   157
%java_atk_wrapper_64.install -d %name-%version/%_arch64
3eb6e9df0aff 2009-07-06 Ke Wang <[email protected]>
wangke
parents: 15833
diff changeset
   158
%endif
3eb6e9df0aff 2009-07-06 Ke Wang <[email protected]>
wangke
parents: 15833
diff changeset
   159
%endif
14764
cd944d1fbe5d 2008-12-12 Jeff Cai <[email protected]>
qc161282
parents: 14763
diff changeset
   160
12763
63d744a55e5f 2008-07-07 Li Yuan <[email protected]>
liyuan
parents: 11976
diff changeset
   161
%freetts.install -d %name-%version/%base_arch
63d744a55e5f 2008-07-07 Li Yuan <[email protected]>
liyuan
parents: 11976
diff changeset
   162
%gnome_mag.install -d %name-%version/%base_arch
15257
8f4bb6c9b7d3 2009-02-27 Li Yuan <[email protected]>
liyuan
parents: 14933
diff changeset
   163
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   164
rm -rf $RPM_BUILD_ROOT%{_mandir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   165
cd %{_builddir}/%name-%version/sun-manpages
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   166
make install DESTDIR=$RPM_BUILD_ROOT
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
# Remove .la files.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   169
rm -f $RPM_BUILD_ROOT%{_libdir}/orbit-2.0/GNOME_Magnifier_module.la
10017
11acbc57a6bf 2007-06-07 Damien Carbery <[email protected]>
dcarbery
parents: 9546
diff changeset
   170
# Remove .pyo files
11acbc57a6bf 2007-06-07 Damien Carbery <[email protected]>
dcarbery
parents: 9546
diff changeset
   171
find $RPM_BUILD_ROOT -name '*.pyo' -exec rm {} \;
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   172
13716
f956bdb1a19e 2008-09-22 Dave Lin <[email protected]>
davelam
parents: 13714
diff changeset
   173
# Remove empty dir
14763
718bd952b220 2008-12-12 Jeff Cai <[email protected]>
qc161282
parents: 14424
diff changeset
   174
rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/gnome-mag-*/reference/html
718bd952b220 2008-12-12 Jeff Cai <[email protected]>
qc161282
parents: 14424
diff changeset
   175
rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/gnome-mag-*/reference
718bd952b220 2008-12-12 Jeff Cai <[email protected]>
qc161282
parents: 14424
diff changeset
   176
rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/gnome-mag-*
13716
f956bdb1a19e 2008-09-22 Dave Lin <[email protected]>
davelam
parents: 13714
diff changeset
   177
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   178
%if %build_l10n
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   179
%else
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   180
# REMOVE l10n FILES
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   181
rm -rf $RPM_BUILD_ROOT%{_datadir}/locale
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   182
%endif
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
%{?pkgbuild_postprocess: %pkgbuild_postprocess -v -c "%{version}:%{jds_version}:%{name}:$RPM_ARCH:%(date +%%Y-%%m-%%d):%{support_level}" $RPM_BUILD_ROOT}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   185
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   186
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   187
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   188
15556
79756053d7da 2009-04-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 15503
diff changeset
   189
%post
79756053d7da 2009-04-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 15503
diff changeset
   190
%restart_fmri gconf-cache
14424
9fe51489f5c0 2008-10-08 Li Yuan <[email protected]>
liyuan
parents: 13809
diff changeset
   191
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   192
%files
12778
c355e9d3d16a 2008-07-09 Li Yuan <[email protected]>
liyuan
parents: 12776
diff changeset
   193
%defattr (-, root, bin)
12763
63d744a55e5f 2008-07-07 Li Yuan <[email protected]>
liyuan
parents: 11976
diff changeset
   194
%ifarch amd64 sparcv9
63d744a55e5f 2008-07-07 Li Yuan <[email protected]>
liyuan
parents: 11976
diff changeset
   195
%dir %attr (0755, root, bin) %{_libdir}/%{_arch64}
63d744a55e5f 2008-07-07 Li Yuan <[email protected]>
liyuan
parents: 11976
diff changeset
   196
%{_libdir}/%{_arch64}/lib*.so*
12778
c355e9d3d16a 2008-07-09 Li Yuan <[email protected]>
liyuan
parents: 12776
diff changeset
   197
%{_libdir}/%{_arch64}/bonobo
12763
63d744a55e5f 2008-07-07 Li Yuan <[email protected]>
liyuan
parents: 11976
diff changeset
   198
%{_libdir}/%{_arch64}/gtk-2.0/modules/*.so
63d744a55e5f 2008-07-07 Li Yuan <[email protected]>
liyuan
parents: 11976
diff changeset
   199
%{_libexecdir}/%{_arch64}/at-spi-registryd
63d744a55e5f 2008-07-07 Li Yuan <[email protected]>
liyuan
parents: 11976
diff changeset
   200
%{_libdir}/%{_arch64}/orbit-2.0/*.so
63d744a55e5f 2008-07-07 Li Yuan <[email protected]>
liyuan
parents: 11976
diff changeset
   201
%endif
63d744a55e5f 2008-07-07 Li Yuan <[email protected]>
liyuan
parents: 11976
diff changeset
   202
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   203
%dir %attr (0755, root, bin) %{_bindir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   204
%{_bindir}/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   205
%dir %attr (0755, root, bin) %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   206
%{_libdir}/lib*.so*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   207
%{_libdir}/bonobo
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   208
%{_libdir}/gtk-2.0/modules/*.so
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   209
%{_libdir}/orbit-2.0/*.so
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   210
%{_libexecdir}/at-spi-registryd
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   211
%dir %attr (0755, root, sys) %{_datadir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   212
%dir %attr (0755, root, sys) %{_datadir}/lib
13654
c8faa3142749 2008-09-18 Li Yuan <liyuan@match>
liyuan
parents: 13376
diff changeset
   213
%doc -d %{base_arch} at-spi-%{at_spi.version}/README 
c8faa3142749 2008-09-18 Li Yuan <liyuan@match>
liyuan
parents: 13376
diff changeset
   214
%doc -d %{base_arch} at-spi-%{at_spi.version}/AUTHORS
c8faa3142749 2008-09-18 Li Yuan <liyuan@match>
liyuan
parents: 13376
diff changeset
   215
%doc(bzip2) -d %{base_arch} at-spi-%{at_spi.version}/COPYING 
c8faa3142749 2008-09-18 Li Yuan <liyuan@match>
liyuan
parents: 13376
diff changeset
   216
%doc(bzip2) -d %{base_arch} at-spi-%{at_spi.version}/NEWS 
c8faa3142749 2008-09-18 Li Yuan <liyuan@match>
liyuan
parents: 13376
diff changeset
   217
%doc(bzip2) -d %{base_arch} at-spi-%{at_spi.version}/ChangeLog
c8faa3142749 2008-09-18 Li Yuan <liyuan@match>
liyuan
parents: 13376
diff changeset
   218
%doc -d %{base_arch} freetts/freetts-%{freetts.version}/license.terms 
c8faa3142749 2008-09-18 Li Yuan <liyuan@match>
liyuan
parents: 13376
diff changeset
   219
%doc -d %{base_arch} freetts/freetts-%{freetts.version}/acknowledgments.txt 
c8faa3142749 2008-09-18 Li Yuan <liyuan@match>
liyuan
parents: 13376
diff changeset
   220
%doc -d %{base_arch} freetts/freetts-%{freetts.version}/ANNOUNCE.txt 
c8faa3142749 2008-09-18 Li Yuan <liyuan@match>
liyuan
parents: 13376
diff changeset
   221
%doc -d %{base_arch} freetts/freetts-%{freetts.version}/RELEASE_NOTES 
c8faa3142749 2008-09-18 Li Yuan <liyuan@match>
liyuan
parents: 13376
diff changeset
   222
%doc -d %{base_arch} freetts/freetts-%{freetts.version}/README.txt
c8faa3142749 2008-09-18 Li Yuan <liyuan@match>
liyuan
parents: 13376
diff changeset
   223
%doc -d %{base_arch} gnome-mag-%{gnome_mag.version}/README 
c8faa3142749 2008-09-18 Li Yuan <liyuan@match>
liyuan
parents: 13376
diff changeset
   224
%doc -d %{base_arch} gnome-mag-%{gnome_mag.version}/AUTHORS 
c8faa3142749 2008-09-18 Li Yuan <liyuan@match>
liyuan
parents: 13376
diff changeset
   225
%doc -d %{base_arch} gnome-mag-%{gnome_mag.version}/colorblind/colorblind-applet.py
c8faa3142749 2008-09-18 Li Yuan <liyuan@match>
liyuan
parents: 13376
diff changeset
   226
%doc(bzip2) -d %{base_arch} gnome-mag-%{gnome_mag.version}/COPYING 
c8faa3142749 2008-09-18 Li Yuan <liyuan@match>
liyuan
parents: 13376
diff changeset
   227
%doc(bzip2) -d %{base_arch} gnome-mag-%{gnome_mag.version}/NEWS 
c8faa3142749 2008-09-18 Li Yuan <liyuan@match>
liyuan
parents: 13376
diff changeset
   228
%doc(bzip2) -d %{base_arch} gnome-mag-%{gnome_mag.version}/ChangeLog
16004
3eb6e9df0aff 2009-07-06 Ke Wang <[email protected]>
wangke
parents: 15833
diff changeset
   229
%if %option_with_java
3eb6e9df0aff 2009-07-06 Ke Wang <[email protected]>
wangke
parents: 15833
diff changeset
   230
%doc -d %{base_arch} java-atk-wrapper-%{java_atk_wrapper.version}/README 
3eb6e9df0aff 2009-07-06 Ke Wang <[email protected]>
wangke
parents: 15833
diff changeset
   231
%doc -d %{base_arch} java-atk-wrapper-%{java_atk_wrapper.version}/AUTHORS
3eb6e9df0aff 2009-07-06 Ke Wang <[email protected]>
wangke
parents: 15833
diff changeset
   232
%doc(bzip2) -d %{base_arch} java-atk-wrapper-%{java_atk_wrapper.version}/COPYING.LESSER 
3eb6e9df0aff 2009-07-06 Ke Wang <[email protected]>
wangke
parents: 15833
diff changeset
   233
%doc(bzip2) -d %{base_arch} java-atk-wrapper-%{java_atk_wrapper.version}/NEWS
3eb6e9df0aff 2009-07-06 Ke Wang <[email protected]>
wangke
parents: 15833
diff changeset
   234
%endif
13654
c8faa3142749 2008-09-18 Li Yuan <liyuan@match>
liyuan
parents: 13376
diff changeset
   235
%doc -d %{base_arch} libgail-gnome-%{libgail_gnome.version}/README 
c8faa3142749 2008-09-18 Li Yuan <liyuan@match>
liyuan
parents: 13376
diff changeset
   236
%doc -d %{base_arch} libgail-gnome-%{libgail_gnome.version}/AUTHORS
c8faa3142749 2008-09-18 Li Yuan <liyuan@match>
liyuan
parents: 13376
diff changeset
   237
%doc(bzip2) -d %{base_arch} libgail-gnome-%{libgail_gnome.version}/COPYING 
c8faa3142749 2008-09-18 Li Yuan <liyuan@match>
liyuan
parents: 13376
diff changeset
   238
%doc(bzip2) -d %{base_arch} libgail-gnome-%{libgail_gnome.version}/NEWS 
c8faa3142749 2008-09-18 Li Yuan <liyuan@match>
liyuan
parents: 13376
diff changeset
   239
%doc(bzip2) -d %{base_arch} libgail-gnome-%{libgail_gnome.version}/ChangeLog
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   240
%dir %attr (0755, root, other) %{_datadir}/doc
13654
c8faa3142749 2008-09-18 Li Yuan <liyuan@match>
liyuan
parents: 13376
diff changeset
   241
%{_datadir}/doc/at-spi-%{at_spi.version}/*
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   242
%{_datadir}/gnome-mag
16057
d91114704bf6 2009-07-19 Christian Kelly <[email protected]>
chrisk
parents: 16036
diff changeset
   243
10572
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10451
diff changeset
   244
%if %option_with_java
16164
c69f06af8f80 2009-07-29 Ke Wang <[email protected]>
wangke
parents: 16106
diff changeset
   245
%{_basedir}/jdk/instances/*/jre/lib/accessibility.properties
c69f06af8f80 2009-07-29 Ke Wang <[email protected]>
wangke
parents: 16106
diff changeset
   246
%{_basedir}/jdk/instances/*/jre/lib/ext/java-atk-wrapper.jar
10572
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10451
diff changeset
   247
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   248
%{_datadir}/lib/freetts
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   249
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   250
%files devel
12763
63d744a55e5f 2008-07-07 Li Yuan <[email protected]>
liyuan
parents: 11976
diff changeset
   251
%ifarch amd64 sparcv9
13376
c7eaeece45f4 2008-09-03 Dave Lin <[email protected]>
davelam
parents: 13018
diff changeset
   252
%defattr (-, root, bin)
12763
63d744a55e5f 2008-07-07 Li Yuan <[email protected]>
liyuan
parents: 11976
diff changeset
   253
%dir %attr (0755, root, other) %{_libdir}/%{_arch64}/pkgconfig
63d744a55e5f 2008-07-07 Li Yuan <[email protected]>
liyuan
parents: 11976
diff changeset
   254
%{_libdir}/%{_arch64}/pkgconfig/*
63d744a55e5f 2008-07-07 Li Yuan <[email protected]>
liyuan
parents: 11976
diff changeset
   255
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   256
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   257
%dir %attr (0755, root, bin) %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   258
%dir %attr (0755, root, other) %{_libdir}/pkgconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   259
%{_libdir}/pkgconfig/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   260
%dir %attr (0755, root, bin) %{_includedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   261
%{_includedir}/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   262
%dir %attr (0755, root, sys) %{_datadir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   263
%{_datadir}/idl
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   264
%{_datadir}/gtk-doc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   265
%dir %attr(0755, root, bin) %{_mandir}
13018
f2e9d53afe1b 2008-08-05 Liyan Zhang <[email protected]>
liyuan
parents: 12785
diff changeset
   266
%dir %attr(0755, root, bin) %{_mandir}/*
f2e9d53afe1b 2008-08-05 Liyan Zhang <[email protected]>
liyuan
parents: 12785
diff changeset
   267
%{_mandir}/*/*
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   268
13809
478a2d0d7ce5 2008-09-29 Christian Kelly <[email protected]>
chrisk
parents: 13717
diff changeset
   269
%files root
478a2d0d7ce5 2008-09-29 Christian Kelly <[email protected]>
chrisk
parents: 13717
diff changeset
   270
%defattr (-, root, sys)
478a2d0d7ce5 2008-09-29 Christian Kelly <[email protected]>
chrisk
parents: 13717
diff changeset
   271
%attr (0755, root, sys) %dir %{_sysconfdir}
478a2d0d7ce5 2008-09-29 Christian Kelly <[email protected]>
chrisk
parents: 13717
diff changeset
   272
%{_sysconfdir}/gconf/schemas/at-spi.schemas
16360
b29b24a9b914 2009-08-26 Li Yuan <[email protected]>
liyuan
parents: 16164
diff changeset
   273
%{_sysconfdir}/xdg/autostart/at-spi-registryd.desktop
13809
478a2d0d7ce5 2008-09-29 Christian Kelly <[email protected]>
chrisk
parents: 13717
diff changeset
   274
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   275
%if %build_l10n
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   276
%files l10n
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   277
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   278
%dir %attr (0755, root, sys) %{_datadir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   279
%attr (-, root, other) %{_datadir}/locale
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   280
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   281
15257
8f4bb6c9b7d3 2009-02-27 Li Yuan <[email protected]>
liyuan
parents: 14933
diff changeset
   282
%files python26
8f4bb6c9b7d3 2009-02-27 Li Yuan <[email protected]>
liyuan
parents: 14933
diff changeset
   283
%defattr (-, root, bin)
8f4bb6c9b7d3 2009-02-27 Li Yuan <[email protected]>
liyuan
parents: 14933
diff changeset
   284
%dir %attr (0755, root, bin) %{_libdir}
8f4bb6c9b7d3 2009-02-27 Li Yuan <[email protected]>
liyuan
parents: 14933
diff changeset
   285
%dir %attr (0755, root, bin) %{_libdir}/python2.6
8f4bb6c9b7d3 2009-02-27 Li Yuan <[email protected]>
liyuan
parents: 14933
diff changeset
   286
%dir %attr (0755, root, bin) %{_libdir}/python2.6/vendor-packages
8f4bb6c9b7d3 2009-02-27 Li Yuan <[email protected]>
liyuan
parents: 14933
diff changeset
   287
%{_libdir}/python2.6/vendor-packages/*
8f4bb6c9b7d3 2009-02-27 Li Yuan <[email protected]>
liyuan
parents: 14933
diff changeset
   288
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   289
%changelog
18533
6f2d4fa3cfe6 Change dependency SUNWj5rt/SUNWj5dev to SUNWj6rt/SUNWj6dev as no SUNWj5* pkgs any more on OpenSolaris.
davelam
parents: 16913
diff changeset
   290
* Sat Dec 19 2009 - [email protected]
6f2d4fa3cfe6 Change dependency SUNWj5rt/SUNWj5dev to SUNWj6rt/SUNWj6dev as no SUNWj5* pkgs any more on OpenSolaris.
davelam
parents: 16913
diff changeset
   291
- Removed the dependency SUNWj5rt as no SUNWj5rt any more on OpenSolaris.
16913
38ac1ceead17 2009-11-05 Li Yuan <[email protected]>
liyuan
parents: 16434
diff changeset
   292
* Thu Nov 05 2009 - [email protected]
38ac1ceead17 2009-11-05 Li Yuan <[email protected]>
liyuan
parents: 16434
diff changeset
   293
- Remove pyatspi for python 2.4. Remove pyspi.
16360
b29b24a9b914 2009-08-26 Li Yuan <[email protected]>
liyuan
parents: 16164
diff changeset
   294
* Wed Aug 26 2009 - [email protected]
b29b24a9b914 2009-08-26 Li Yuan <[email protected]>
liyuan
parents: 16164
diff changeset
   295
- Add .desktop file.
16106
c6c3c8d713bc 2009-07-23 Christian Kelly <[email protected]>
chrisk
parents: 16057
diff changeset
   296
* Thu Jul 23 2009 - [email protected]
c6c3c8d713bc 2009-07-23 Christian Kelly <[email protected]>
chrisk
parents: 16057
diff changeset
   297
- Comment out --with-java blocks temporarily. 
16057
d91114704bf6 2009-07-19 Christian Kelly <[email protected]>
chrisk
parents: 16036
diff changeset
   298
* Sun Jul 19 2009 - [email protected]
d91114704bf6 2009-07-19 Christian Kelly <[email protected]>
chrisk
parents: 16036
diff changeset
   299
- Started overwriting /usr/java, rm this for now.
16036
2307b9c189e6 2009-07-16 Ke Wang <[email protected]>
wangke
parents: 16004
diff changeset
   300
* Thu Jul 16 2009 - [email protected]
2307b9c189e6 2009-07-16 Ke Wang <[email protected]>
wangke
parents: 16004
diff changeset
   301
- Bump java-atk-wrapper to 0.27.4
16004
3eb6e9df0aff 2009-07-06 Ke Wang <[email protected]>
wangke
parents: 15833
diff changeset
   302
* Mon Jul 06 2009 - [email protected]
3eb6e9df0aff 2009-07-06 Ke Wang <[email protected]>
wangke
parents: 15833
diff changeset
   303
- Use java-atk-wrapper to take the place of java-access-bridge
3eb6e9df0aff 2009-07-06 Ke Wang <[email protected]>
wangke
parents: 15833
diff changeset
   304
* Tue Jun 09 2009 - [email protected]
3eb6e9df0aff 2009-07-06 Ke Wang <[email protected]>
wangke
parents: 15833
diff changeset
   305
- Add 64-bit support for java-access-bridge
15833
7f9243acbaba fix dependency issue(CR6843511, 6843654, 6843579, 6843587, 6843581, 6845023, 6843582)
davelam
parents: 15650
diff changeset
   306
* Tue Jun 02 2009 - [email protected]
7f9243acbaba fix dependency issue(CR6843511, 6843654, 6843579, 6843587, 6843581, 6845023, 6843582)
davelam
parents: 15650
diff changeset
   307
- fixed dependency issue(CR6845023).
15612
07e541fbfffd 2009-04-14 Dave Lin <[email protected]>
davelam
parents: 15556
diff changeset
   308
* Tue Apr 14 2009 - [email protected]
07e541fbfffd 2009-04-14 Dave Lin <[email protected]>
davelam
parents: 15556
diff changeset
   309
- set PKG_CONFIG_TOP_BUILD_DIR to fix top_builddir issue when using at-spi uninstalled pc file
15556
79756053d7da 2009-04-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 15503
diff changeset
   310
* Fri Apr  3 2009 - [email protected]
79756053d7da 2009-04-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 15503
diff changeset
   311
- use desktop-cache instead of postrun
15503
122c52d1fd43 2009-03-26 Li Yuan <[email protected]>
liyuan
parents: 15494
diff changeset
   312
* Wed Mar 25 2009 - [email protected]
122c52d1fd43 2009-03-26 Li Yuan <[email protected]>
liyuan
parents: 15494
diff changeset
   313
- Move pyspi from SUNWgnome-python-libs to SUNWgnome-a11y-libs.
15494
c625e8bbed80 2009-03-24 Jeff Cai <[email protected]>
qc161282
parents: 15257
diff changeset
   314
* Tue Mar 24 2009 - [email protected]
c625e8bbed80 2009-03-24 Jeff Cai <[email protected]>
qc161282
parents: 15257
diff changeset
   315
- Since /usr/lib/amd64/pkgconfig/libloginhelper-1.0.pc
c625e8bbed80 2009-03-24 Jeff Cai <[email protected]>
qc161282
parents: 15257
diff changeset
   316
  (SUNWgnome-a11y-libs-devel) requires
c625e8bbed80 2009-03-24 Jeff Cai <[email protected]>
qc161282
parents: 15257
diff changeset
   317
  /usr/lib/amd64/pkgconfig/libbonobo-2.0.pc which is found in
c625e8bbed80 2009-03-24 Jeff Cai <[email protected]>
qc161282
parents: 15257
diff changeset
   318
  SUNWgnome-component-devel, add the dependency.
15257
8f4bb6c9b7d3 2009-02-27 Li Yuan <[email protected]>
liyuan
parents: 14933
diff changeset
   319
* Fri Feb 27 2009 - [email protected]
8f4bb6c9b7d3 2009-02-27 Li Yuan <[email protected]>
liyuan
parents: 14933
diff changeset
   320
- Add support to multi versions of python.
14892
af62f5ddd90c 2009-01-09 Jeff Cai <[email protected]>
qc161282
parents: 14764
diff changeset
   321
* Fri Jan 09 2009 - [email protected]
af62f5ddd90c 2009-01-09 Jeff Cai <[email protected]>
qc161282
parents: 14764
diff changeset
   322
- Ship a JNI library for java-access-bridge
14763
718bd952b220 2008-12-12 Jeff Cai <[email protected]>
qc161282
parents: 14424
diff changeset
   323
* Fri Oct 12 2008 - [email protected]
14764
cd944d1fbe5d 2008-12-12 Jeff Cai <[email protected]>
qc161282
parents: 14763
diff changeset
   324
- Create symbol links for accessibility.properties and gnome-java-bridge.jar
cd944d1fbe5d 2008-12-12 Jeff Cai <[email protected]>
qc161282
parents: 14763
diff changeset
   325
  as parts of the package.
cd944d1fbe5d 2008-12-12 Jeff Cai <[email protected]>
qc161282
parents: 14763
diff changeset
   326
  In the previous versions,  the symbol links are created in post scripts which
cd944d1fbe5d 2008-12-12 Jeff Cai <[email protected]>
qc161282
parents: 14763
diff changeset
   327
  will not be executed in OpenSolaris.
cd944d1fbe5d 2008-12-12 Jeff Cai <[email protected]>
qc161282
parents: 14763
diff changeset
   328
  Fix d.o.o bug #5253
cd944d1fbe5d 2008-12-12 Jeff Cai <[email protected]>
qc161282
parents: 14763
diff changeset
   329
* Fri Oct 12 2008 - [email protected]
14763
718bd952b220 2008-12-12 Jeff Cai <[email protected]>
qc161282
parents: 14424
diff changeset
   330
- Change rmdir to rm -rf since the doc pathes of gnome-mag are not
718bd952b220 2008-12-12 Jeff Cai <[email protected]>
qc161282
parents: 14424
diff changeset
   331
  empty after the integration of SUNWdoxygen.
718bd952b220 2008-12-12 Jeff Cai <[email protected]>
qc161282
parents: 14424
diff changeset
   332
  We still don't ship references of gnome-mag for now.
14424
9fe51489f5c0 2008-10-08 Li Yuan <[email protected]>
liyuan
parents: 13809
diff changeset
   333
* Wed Oct 08 2008 - [email protected]
9fe51489f5c0 2008-10-08 Li Yuan <[email protected]>
liyuan
parents: 13809
diff changeset
   334
- Do postrun for root package.
13809
478a2d0d7ce5 2008-09-29 Christian Kelly <[email protected]>
chrisk
parents: 13717
diff changeset
   335
* Mon Sep 29 2008 - [email protected]
478a2d0d7ce5 2008-09-29 Christian Kelly <[email protected]>
chrisk
parents: 13717
diff changeset
   336
- Added -root pkg for /etc/gconf/schemas/at-spi-schmeas.
13714
7583b79ecff5 2008-09-22 Dave Lin <[email protected]>
davelam
parents: 13654
diff changeset
   337
* Mon Sep 22 2008 - [email protected]
7583b79ecff5 2008-09-22 Dave Lin <[email protected]>
davelam
parents: 13654
diff changeset
   338
- Removed the empty dir /usr/share/doc/gnome-mag*
13654
c8faa3142749 2008-09-18 Li Yuan <liyuan@match>
liyuan
parents: 13376
diff changeset
   339
* Thu Sep 18 2008 - [email protected]
c8faa3142749 2008-09-18 Li Yuan <liyuan@match>
liyuan
parents: 13376
diff changeset
   340
- Added %doc to %files for copyright.
13376
c7eaeece45f4 2008-09-03 Dave Lin <[email protected]>
davelam
parents: 13018
diff changeset
   341
* Wed Sep 03 2008 - [email protected]
c7eaeece45f4 2008-09-03 Dave Lin <[email protected]>
davelam
parents: 13018
diff changeset
   342
- Add %defattr (-, root, bin) for "/usr/lib/amd/pkgconfig" dir, otherwise
c7eaeece45f4 2008-09-03 Dave Lin <[email protected]>
davelam
parents: 13018
diff changeset
   343
  the pc files have "gbuild" ownership
13018
f2e9d53afe1b 2008-08-05 Liyan Zhang <[email protected]>
liyuan
parents: 12785
diff changeset
   344
* Tue Aug 05 2008 - [email protected]
f2e9d53afe1b 2008-08-05 Liyan Zhang <[email protected]>
liyuan
parents: 12785
diff changeset
   345
- Add manpages.
12785
82b935aeed3f 2008-07-09 Damien Carbery <[email protected]>
dcarbery
parents: 12778
diff changeset
   346
* Wed Jul 09 2008 - [email protected]
82b935aeed3f 2008-07-09 Damien Carbery <[email protected]>
dcarbery
parents: 12778
diff changeset
   347
- Remove EXTRA_LDFLAGS after adding patch to at-spi.
12776
04d7306ff911 2008-07-09 Li Yuan <[email protected]>
liyuan
parents: 12774
diff changeset
   348
* Wed Jul 09 2008 - [email protected]
12778
c355e9d3d16a 2008-07-09 Li Yuan <[email protected]>
liyuan
parents: 12776
diff changeset
   349
- Put %defattr prior to new files.
c355e9d3d16a 2008-07-09 Li Yuan <[email protected]>
liyuan
parents: 12776
diff changeset
   350
* Wed Jul 09 2008 - [email protected]
12776
04d7306ff911 2008-07-09 Li Yuan <[email protected]>
liyuan
parents: 12774
diff changeset
   351
- Move login-helper to EXTRA_LDFLAGS and add arch infomation so libraries depend
04d7306ff911 2008-07-09 Li Yuan <[email protected]>
liyuan
parents: 12774
diff changeset
   352
  on it can find it in the right place. Also add 
04d7306ff911 2008-07-09 Li Yuan <[email protected]>
liyuan
parents: 12774
diff changeset
   353
  %{_libdir}/%{_arch64}/bonobo/servers/*.server to the file section.
12774
1b0d4214642a 2008-07-08 Damien Carbery <[email protected]>
dcarbery
parents: 12763
diff changeset
   354
* Tue Jul 08 2008 - [email protected]
1b0d4214642a 2008-07-08 Damien Carbery <[email protected]>
dcarbery
parents: 12763
diff changeset
   355
- Set ACLOCAL_FLAGS for use in gnome-mag.spec.
12763
63d744a55e5f 2008-07-07 Li Yuan <[email protected]>
liyuan
parents: 11976
diff changeset
   356
* Mon Jul 07 2008 - [email protected]
63d744a55e5f 2008-07-07 Li Yuan <[email protected]>
liyuan
parents: 11976
diff changeset
   357
- Fix 6697334. Add 64 bit libraries support for at-spi.
11976
798f0ce46ec6 2008-03-31 Li Yuan <[email protected]>
liyuan
parents: 11878
diff changeset
   358
* Mon Mar 31 2008 - [email protected]
798f0ce46ec6 2008-03-31 Li Yuan <[email protected]>
liyuan
parents: 11878
diff changeset
   359
- Add copyright file
11878
8d2087fad20b 2008-03-19 Dermot McCluskey <[email protected]>
dermot
parents: 11430
diff changeset
   360
* Wed Mar 19 2008 - [email protected]
8d2087fad20b 2008-03-19 Dermot McCluskey <[email protected]>
dermot
parents: 11430
diff changeset
   361
- Add dep on SUNWj6rt so that gnome-java-bridge.jar and accessibility.properties
8d2087fad20b 2008-03-19 Dermot McCluskey <[email protected]>
dermot
parents: 11430
diff changeset
   362
  get installed in correct /usr/java link location. Fixes 6641866.
11430
c628da44e2b8 2008-01-10 Li Yuan <[email protected]>
liyuan
parents: 10620
diff changeset
   363
* Thu Jan 10 2008 - [email protected]
c628da44e2b8 2008-01-10 Li Yuan <[email protected]>
liyuan
parents: 10620
diff changeset
   364
- change owner to liyuan.
10619
a50a4a72fa9a 2007-10-07 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10574
diff changeset
   365
* Sun Oct  7 2007 - [email protected]
10620
ef0b1170eb49 2007-10-07 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10619
diff changeset
   366
- add /usr/X11/include to CFLAGS
10619
a50a4a72fa9a 2007-10-07 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10574
diff changeset
   367
- delete Nevada X deps
10572
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10451
diff changeset
   368
* Fri Sep 28 2007 - [email protected]
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10451
diff changeset
   369
- disable java access bridge if build without java support
10451
844c5b59d61b 2007-09-05 Damien Carbery <[email protected]>
dcarbery
parents: 10017
diff changeset
   370
* Wed Sep 05 2007 - [email protected]
844c5b59d61b 2007-09-05 Damien Carbery <[email protected]>
dcarbery
parents: 10017
diff changeset
   371
- Remove references to SUNWgnome-a11y-base-libs as its contents have been
844c5b59d61b 2007-09-05 Damien Carbery <[email protected]>
dcarbery
parents: 10017
diff changeset
   372
  moved to SUNWgnome-base-libs.
10017
11acbc57a6bf 2007-06-07 Damien Carbery <[email protected]>
dcarbery
parents: 9546
diff changeset
   373
* Thu Jun 07 2007 - [email protected]
11acbc57a6bf 2007-06-07 Damien Carbery <[email protected]>
dcarbery
parents: 9546
diff changeset
   374
- Add %{_libdir}/python?.? to %files and remove .pyo files in %install.
9546
d3f1546e9b49 2007-03-13 Damien Carbery <[email protected]>
dcarbery
parents: 9441
diff changeset
   375
* Tue Mar 13 2007 - [email protected]
d3f1546e9b49 2007-03-13 Damien Carbery <[email protected]>
dcarbery
parents: 9441
diff changeset
   376
- Incorporate %post changes from Mary Ding. Fixes 6531193.
9441
24105511a782 2007-03-05 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
   377
* Mon Mar 05 2007 - [email protected]
24105511a782 2007-03-05 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
   378
- Add Build/Requires SUNWgnome-config/-devel as gconf-2.0.pc is needed.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   379
* Fri Sep 01 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   380
- New Manpage tarball
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   381
* Sat Aug 12 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   382
- delete some unnecessary env variables
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   383
* Fri Jul 14 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   384
- Remove .la files before packaging.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   385
* Thu Jun 22 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   386
- Change 'return 0' to 'exit 0' in main function in %post share. Fixes 6437617.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   387
* Tue Jun 13 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   388
- Add dependencies on SUNWzoner/u and SUNWpkgcmdsu for zonename and pkgcond
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   389
  binaries that are used in the postinstall script. As suggested in 6377106.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   390
* Sun Jun 11 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   391
- change group from other to bin/sys
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   392
* Tue May 30 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   393
- Merge postinstall script from JDS3.1 branch. Include fix for 6431039.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   394
* Tue May 09 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   395
- merge -share pkg(s) into the base pkg(s)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   396
* Fri May 05 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   397
- Copy postinstall script from JDS3.1 branch. Incorporate dynamic code.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   398
* Tue Mar 14 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   399
- Add doc dir to share package.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   400
* Mon Feb 20 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   401
- Complete update of Build/Requires after running check-deps.pl script.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   402
* Thu Feb 16 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   403
- Update Build/Requires after running check-deps.pl script.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   404
- Move Requires SUNWj5rt to share package as postinstall that installs the 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   405
  symlink under a SUNWj5rt directory is in share package. Make base package
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   406
  require share package.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   407
* Fri Dec 02 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   408
- Add Requires SUNWj5rt so that symlink can be created.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   409
* Mon Nov 21 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   410
- Add %post share code to accomodate zones. Bug 6347858. Copied from 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   411
  cinnabar-solaris branch.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   412
* Mon Sep 12 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   413
- define l10n subpkg
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   414
* Tue Jun 14 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   415
- Fix packaging.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   416
* Fri Jun 10 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   417
- Call %freetts.build, and add lib/freetts dir to share package.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   418
* Mon Nov 22 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   419
- Fix for 6197816: gnopernicus moved to /usr/demo/jds so gnome-mag moved to
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   420
  SUNWgnome-a11y-libs package to remain in /usr/bin.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   421
* Sat Oct 02 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   422
- added %pkgbuild_postprocess
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   423
* Mon Aug 30 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   424
- Bug 5091588 : sman3/4  files should be in a devel package
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   425
* Mon Aug 23 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   426
- s/SUNWpl5u/SUNWperl584usr/
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   427
* Wed Aug 18 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   428
- Added back gtk-docs to packaging.  Needed because the at-cspi docs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   429
  are referred to from the libcspi.3 man page.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   430
* Wed Aug 18 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   431
- Change manpage perms for Solaris integration.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   432
* Fri Jul 23 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   433
- Move freetts from SUNWgnome-a11y-speech.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   434
* Tue Jun 22 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   435
- changed install location to /usr/lib and /usr/bin
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   436
* Wed Apr 14 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   437
- Add entry to %files for accessibility.properties and gnome-java-bridge.jar
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   438
* Fri Mar 26 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   439
- add panel dependency
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   440
* Wed Mar 24 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   441
- Added SGML man page integration
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   442
* Tue Mar 23 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   443
- Remove gtk-doc and _datadir/lib from %files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   444
* Thu Feb 26 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   445
- Add devel-share subpkg for idl files and api docs
15650
dbcf7e3715dd 2009-04-18 Dave Lin <[email protected]>
davelam
parents: 15623
diff changeset
   446