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