SUNWgnome-applets.spec
author yippi
Mon, 19 Jan 2009 17:36:43 +0000
changeset 14933 5a6e5b08dc39
parent 13588 383ee08a8fde
child 14991 651e5addb880
permissions -rw-r--r--
2009-01-19 Brian Cameron <[email protected]> * SUNWpython-setuptools.spec, SUNWpython25-setuptools.spec, base-specs/python-setuptools.spec, copyright/SUNWpython-setuptools.copyright: Move from spec-files-other. * SUNWgnome-python-desktop.spec, SUNWgnome-menu-editor.spec, SUNWdbus-bindings.spec, SUNWgnome-panel.spec, SUNWgnome-applets.spec, SUNWPython-extra.spec, SUNWgnome-a11y-libs.spec, SUNWlibgsf.spec, SUNWgnome-python-libs.spec, SUNWgst-python.spec, SUNWgnome-python-extras.spec, SUNWIPython.spec, SUNWgnome-games.spec, SUNWgnome-img-editor.spec, SUNWgtk-vnc.spec, SUNWpysqlite.spec, SUNWavahi-bridge-dsd.spec: SUNWgst-python25.spec, SUNWPython25-extra.spec, SUNWgnome-python25-libs.spec: Make all modules with Python interfaces depend on setuptools. Fixes bug #5795062.
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-applets
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     3
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     4
# includes module(s): gnome-applets, quick-lounge-applet
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     5
#		      gnome-netstatus, deskbar-applet
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     6
#
11368
6f9cfb174a8c 2008-01-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10651
diff changeset
     7
# Copyright 2008 Sun Microsystems, Inc.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     8
# 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
     9
# 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
    10
#
11610
a64b4e535564 2008-02-08 Michal Pryc <[email protected]>
migi
parents: 11524
diff changeset
    11
# Owner: migi
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    12
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    13
%include Solaris.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    14
%use gapplets = gnome-applets.spec
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    15
%use qlounge = quick-lounge-applet.spec
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    16
%use gnetstatus = gnome-netstatus.spec
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    17
%use deskbar_applet = deskbar-applet.spec
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    18
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    19
Name:                    SUNWgnome-applets
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    20
Summary:                 GNOME panel applets
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    21
Version:                 %{default_pkg_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    22
SUNW_BaseDir:            %{_basedir}
12135
eebf5298447c 2008-04-16 Michal Pryc <[email protected]>
migi
parents: 11756
diff changeset
    23
SUNW_Copyright:          %{name}.copyright
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    24
BuildRoot:               %{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    25
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    26
BuildRequires: SUNWgnome-media
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    27
BuildRequires: SUNWgnome-media-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    28
BuildRequires: SUNWgnome-character-map-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    29
BuildRequires: SUNWgnome-doc-utils
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    30
BuildRequires: SUNWgnome-vfs-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    31
BuildRequires: SUNWgnome-panel-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    32
BuildRequires: SUNWgnome-python-desktop-devel
14933
5a6e5b08dc39 2009-01-19 Brian Cameron <[email protected]>
yippi
parents: 13588
diff changeset
    33
BuildRequires: SUNWpython-setuptools
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    34
BuildRequires: SUNWsolnm
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    35
BuildRequires: SUNWarc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
BuildRequires: SUNWevolution-data-server-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
BuildRequires: SUNWlibgtop
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    38
Requires: SUNWgnome-python-desktop
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    39
Requires: SUNWgnome-character-map
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    40
Requires: SUNWgnome-panel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    41
Requires: SUNWgnome-libs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    42
Requires: SUNWgnome-config
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    43
Requires: SUNWgnome-base-libs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
Requires: SUNWgnome-vfs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    45
Requires: SUNWlxml
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    46
Requires: SUNWgnome-component
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
Requires: SUNWlibpopt
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
Requires: SUNWlibms
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    49
Requires: SUNWpng
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    50
Requires: SUNWlibgtop
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    51
10572
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10560
diff changeset
    52
%if %option_without_fox
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    53
%ifarch i386
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    54
Requires: SUNWxorg-xkb
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    55
BuildRequires: SUNWxorg-xkb
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    56
%endif
10572
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10560
diff changeset
    57
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    58
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    59
%package -n SUNWgnome-fun-applets
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    60
Summary:                 %{summary} - amusements
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    61
SUNW_BaseDir:            %{_basedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    62
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    63
Requires: SUNWgnome-fun-applets-root
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    64
Requires: SUNWgnome-applets
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    65
Requires: SUNWgnome-panel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    66
Requires: SUNWgnome-libs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    67
Requires: SUNWgnome-base-libs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    68
Requires: SUNWgnome-config
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    69
Requires: SUNWlibms
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    70
Requires: SUNWpostrun
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    71
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    72
%package -n SUNWgnome-fun-applets-root
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    73
Summary:                 %{summary} - amusements - / filesystem
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    74
SUNW_BaseDir:            /
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    75
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    76
Requires: SUNWpostrun-root
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    77
Requires: SUNWgnome-config
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    78
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    79
%package -n SUNWgnome-internet-applets
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    80
Summary:                 %{summary} - internet
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    81
SUNW_BaseDir:            %{_basedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    82
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    83
Requires: SUNWgnome-applets
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    84
Requires: SUNWgnome-panel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    85
Requires: SUNWgnome-libs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    86
Requires: SUNWgnome-base-libs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    87
Requires: SUNWgnome-config
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    88
Requires: SUNWgnome-vfs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    89
Requires: SUNWlibms
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    90
Requires: SUNWlxml
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    91
Requires: SUNWpostrun
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    92
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    93
%package -n SUNWgnome-intranet-applets
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    94
Summary:                 %{summary} - intranet
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    95
SUNW_BaseDir:            %{_basedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    96
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    97
Requires: SUNWgnome-intranet-applets-root
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    98
Requires: SUNWgnome-applets
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    99
Requires: SUNWgnome-panel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   100
Requires: SUNWgnome-libs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   101
Requires: SUNWgnome-base-libs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   102
Requires: SUNWgnome-config
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   103
Requires: SUNWlibms
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   104
Requires: SUNWpostrun
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   105
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   106
%package -n SUNWgnome-intranet-applets-root
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   107
Summary:                 %{summary} - intranet - / filesystem
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   108
SUNW_BaseDir:            /
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   109
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   110
Requires: SUNWpostrun-root
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   111
Requires: SUNWgnome-config
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   112
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   113
%package -n SUNWgnome-mm-applets
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   114
Summary:                 %{summary} - multimedia
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   115
SUNW_BaseDir:            %{_basedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   116
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   117
Requires: SUNWgnome-mm-applets-root
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   118
Requires: SUNWgnome-applets
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   119
Requires: SUNWgnome-panel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   120
Requires: SUNWgnome-media
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   121
Requires: SUNWgnome-libs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   122
Requires: SUNWgnome-base-libs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   123
Requires: SUNWgnome-config
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   124
Requires: SUNWlibms
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   125
Requires: SUNWpostrun
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   126
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   127
%package -n SUNWgnome-mm-applets-root
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   128
Summary:                 %{summary} - multimedia - / filesystem
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   129
SUNW_BaseDir:            /
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   130
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   131
Requires: SUNWpostrun-root
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   132
Requires: SUNWgnome-config
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   133
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   134
%package -n SUNWgnome-utility-applets
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   135
Summary:                 %{summary} - utility
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   136
SUNW_BaseDir:            %{_basedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   137
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   138
Requires: SUNWgnome-python-desktop
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   139
Requires: SUNWgnome-utility-applets-root
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   140
Requires: SUNWgnome-applets
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   141
Requires: SUNWgnome-panel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   142
Requires: SUNWgnome-libs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   143
Requires: SUNWgnome-base-libs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   144
Requires: SUNWgnome-config
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   145
Requires: SUNWgnome-character-map
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   146
Requires: SUNWgnome-component
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   147
Requires: SUNWgnome-vfs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   148
Requires: SUNWevolution-data-server
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   149
Requires: SUNWlxml
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   150
Requires: SUNWlibms
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   151
Requires: SUNWpostrun
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   152
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   153
%package -n SUNWgnome-utility-applets-root
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   154
Summary:                 %{summary} - utility - / filesystem
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   155
SUNW_BaseDir:            /
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   156
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   157
Requires: SUNWpostrun-root
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   158
Requires: SUNWgnome-config
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   159
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   160
%package -n SUNWgnome-utility-applets-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   161
Summary:                 %{summary} - utility - development files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   162
SUNW_BaseDir:            %{_basedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   163
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   164
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   165
%if %build_l10n
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   166
%package l10n
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   167
Summary:                 %{summary} - l10n files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   168
SUNW_BaseDir:            %{_basedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   169
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   170
Requires:                %{name}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   171
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   172
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   173
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   174
rm -rf %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   175
mkdir %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   176
%gapplets.prep -d %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   177
%qlounge.prep -d %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   178
%gnetstatus.prep -d %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   179
%deskbar_applet.prep -d %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   180
chmod -R u+w %{_builddir}/%name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   181
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   182
%build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   183
PKG_CONFIG_DISABLE_UNINSTALLED=
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   184
unset PKG_CONFIG_DISABLE_UNINSTALLED
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   185
export CPPFLAGS="-I/usr/sfw/include"
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   186
export CFLAGS="%optflags -I/usr/sfw/include -DANSICPP"
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   187
export RPM_OPT_FLAGS="$CFLAGS"
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   188
export LDFLAGS="%_ldflags -L/usr/sfw/lib -R/usr/sfw/lib -L/usr/X11/lib -R/usr/X11/lib -lX11"
11756
b1f24c354427 2008-02-28 Damien Carbery <[email protected]>
dcarbery
parents: 11610
diff changeset
   189
export ACLOCAL_FLAGS="-I %{_datadir}/aclocal"
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   190
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   191
%gapplets.build -d %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   192
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   193
export LDFLAGS="%_ldflags -L/usr/sfw/lib -R/usr/sfw/lib"
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   194
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   195
%qlounge.build -d %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   196
%gnetstatus.build -d %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   197
%deskbar_applet.build -d %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   198
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   199
%install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   200
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   201
%gapplets.install -d %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   202
%qlounge.install -d %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   203
%gnetstatus.install -d %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   204
%deskbar_applet.install -d %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   205
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   206
# Remove the invest-chart files as it is not in the UI spec (#6488895).
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   207
rm $RPM_BUILD_ROOT%{_bindir}/invest-chart
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   208
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   209
chmod 0644 $RPM_BUILD_ROOT%{_datadir}/gnome/help/*/C/*.xml
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   210
10350
9744c4fe6d28 2007-08-18 Damien Carbery <[email protected]>
dcarbery
parents: 10286
diff changeset
   211
#rm -r $RPM_BUILD_ROOT%{_prefix}/var
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   212
9483
40d849f3b1b5 2007-03-07 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
   213
# Never install English locales because should support full functions
40d849f3b1b5 2007-03-07 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
   214
# on English locales as same as Solaris. See SUNWzz-gnome-l10n.spec.
40d849f3b1b5 2007-03-07 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
   215
rm -r $RPM_BUILD_ROOT%{_datadir}/locale/en_GB
40d849f3b1b5 2007-03-07 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
   216
rm -r $RPM_BUILD_ROOT%{_datadir}/gnome/help/*/en_GB
40d849f3b1b5 2007-03-07 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
   217
rm -r $RPM_BUILD_ROOT%{_datadir}/omf/*/*-en_GB.omf
40d849f3b1b5 2007-03-07 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
   218
13431
3b2a254b8862 2008-09-06 Christian Kelly <[email protected]>
chrisk
parents: 13261
diff changeset
   219
# Remove the drivemount files
3b2a254b8862 2008-09-06 Christian Kelly <[email protected]>
chrisk
parents: 13261
diff changeset
   220
rm    $RPM_BUILD_ROOT%{_datadir}/omf/drivemount/drivemount-C.omf
13588
383ee08a8fde 2008-09-15 Darren Kenny <[email protected]>
dkenny
parents: 13433
diff changeset
   221
rm -r $RPM_BUILD_ROOT%{_datadir}/omf/drivemount
13431
3b2a254b8862 2008-09-06 Christian Kelly <[email protected]>
chrisk
parents: 13261
diff changeset
   222
rm -r $RPM_BUILD_ROOT%{_datadir}/gnome/help/drivemount
3b2a254b8862 2008-09-06 Christian Kelly <[email protected]>
chrisk
parents: 13261
diff changeset
   223
rm    $RPM_BUILD_ROOT%{_libdir}/drivemount_applet2
3b2a254b8862 2008-09-06 Christian Kelly <[email protected]>
chrisk
parents: 13261
diff changeset
   224
rm    $RPM_BUILD_ROOT%{_sysconfdir}/gconf/schemas/drivemount.schemas
3b2a254b8862 2008-09-06 Christian Kelly <[email protected]>
chrisk
parents: 13261
diff changeset
   225
rm    $RPM_BUILD_ROOT%{_datadir}/gnome-2.0/ui/GNOME_DriveMountApplet.xml
3b2a254b8862 2008-09-06 Christian Kelly <[email protected]>
chrisk
parents: 13261
diff changeset
   226
rm    $RPM_BUILD_ROOT%{_libdir}/bonobo/servers/GNOME_DriveMountApplet.server
3b2a254b8862 2008-09-06 Christian Kelly <[email protected]>
chrisk
parents: 13261
diff changeset
   227
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   228
%if %build_l10n
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   229
%else
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   230
# REMOVE l10n FILES
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   231
rm -r $RPM_BUILD_ROOT%{_datadir}/locale
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   232
rm -r $RPM_BUILD_ROOT%{_datadir}/gnome/help/[a-c]*/[a-z]*
10651
b12e088178d0 2007-10-12 Brian Cameron <[email protected]>
yippi
parents: 10572
diff changeset
   233
rm -r $RPM_BUILD_ROOT%{_datadir}/gnome/help/deskbar/[a-z]*
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   234
rm -r $RPM_BUILD_ROOT%{_datadir}/gnome/help/[e-z]*/[a-z]*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   235
rm -r $RPM_BUILD_ROOT%{_datadir}/omf/*/*-[a-z][a-z].omf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   236
rm -r $RPM_BUILD_ROOT%{_datadir}/omf/*/*-[a-z][a-z]_[A-Z][A-Z].omf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   237
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   238
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
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   244
%post -n SUNWgnome-fun-applets
11368
6f9cfb174a8c 2008-01-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10651
diff changeset
   245
%include scrollkeeper-update.script
6f9cfb174a8c 2008-01-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10651
diff changeset
   246
%include icon-cache.script
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   247
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   248
%postun -n SUNWgnome-fun-applets
11368
6f9cfb174a8c 2008-01-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10651
diff changeset
   249
%include scrollkeeper-update.script
6f9cfb174a8c 2008-01-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10651
diff changeset
   250
%include icon-cache.script
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   251
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   252
%post -n SUNWgnome-internet-applets
11368
6f9cfb174a8c 2008-01-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10651
diff changeset
   253
%include scrollkeeper-update.script
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   254
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   255
%postun -n SUNWgnome-internet-applets
11368
6f9cfb174a8c 2008-01-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10651
diff changeset
   256
%include scrollkeeper-update.script
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   257
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   258
%post -n SUNWgnome-intranet-applets
11368
6f9cfb174a8c 2008-01-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10651
diff changeset
   259
%include scrollkeeper-update.script
6f9cfb174a8c 2008-01-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10651
diff changeset
   260
%include icon-cache.script
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   261
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   262
%postun -n SUNWgnome-intranet-applets
11368
6f9cfb174a8c 2008-01-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10651
diff changeset
   263
%include scrollkeeper-update.script
6f9cfb174a8c 2008-01-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10651
diff changeset
   264
%include icon-cache.script
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   265
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   266
%post -n SUNWgnome-mm-applets
11368
6f9cfb174a8c 2008-01-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10651
diff changeset
   267
%include scrollkeeper-update.script
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   268
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   269
%postun -n SUNWgnome-mm-applets
11368
6f9cfb174a8c 2008-01-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10651
diff changeset
   270
%include scrollkeeper-update.script
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   271
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   272
%post -n SUNWgnome-utility-applets
11368
6f9cfb174a8c 2008-01-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10651
diff changeset
   273
%include scrollkeeper-update.script
6f9cfb174a8c 2008-01-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10651
diff changeset
   274
%include icon-cache.script
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   275
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   276
%postun -n SUNWgnome-utility-applets
11368
6f9cfb174a8c 2008-01-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10651
diff changeset
   277
%include scrollkeeper-update.script
6f9cfb174a8c 2008-01-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10651
diff changeset
   278
%include icon-cache.script
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   279
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   280
%post -n SUNWgnome-fun-applets-root
11370
338c15c66cee 2008-01-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 11368
diff changeset
   281
%include gconf-install.script
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   282
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   283
%preun -n SUNWgnome-fun-applets-root
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   284
test -x $BASEDIR/var/lib/postrun/postrun || exit 0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   285
( echo 'test -x $PKG_INSTALL_ROOT/usr/bin/gconftool-2 || {';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   286
  echo '  echo "WARNING: gconftool-2 not found; not uninstalling gconf schemas"';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   287
  echo '  exit 0';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   288
  echo '}';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   289
  echo 'umask 0022';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   290
  echo 'GCONF_CONFIG_SOURCE=xml:merged:$BASEDIR/etc/gconf/gconf.xml.defaults';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   291
  echo 'GCONF_BACKEND_DIR=$PKG_INSTALL_ROOT/usr/lib/GConf/2';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   292
  echo 'LD_LIBRARY_PATH=$PKG_INSTALL_ROOT/usr/lib';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   293
  echo 'export GCONF_CONFIG_SOURCE GCONF_BACKEND_DIR LD_LIBRARY_PATH';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   294
  echo 'SDIR=$BASEDIR%{_sysconfdir}/gconf/schemas';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   295
  echo 'schemas="$SDIR/geyes.schemas"';
11524
88e7dfb84677 2008-01-25 Laszlo (Laca) Peter <[email protected]>
laca
parents: 11503
diff changeset
   296
  echo '$PKG_INSTALL_ROOT/usr/bin/gconftool-2 --makefile-uninstall-rule $schemas > /dev/null'
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   297
) | $BASEDIR/var/lib/postrun/postrun -i -c JDS -a
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   298
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   299
%post -n SUNWgnome-intranet-applets-root
11370
338c15c66cee 2008-01-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 11368
diff changeset
   300
%include gconf-install.script
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   301
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   302
%preun -n SUNWgnome-intranet-applets-root
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   303
test -x $BASEDIR/var/lib/postrun/postrun || exit 0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   304
( echo 'test -x $PKG_INSTALL_ROOT/usr/bin/gconftool-2 || {';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   305
  echo '  echo "WARNING: gconftool-2 not found; not uninstalling gconf schemas"';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   306
  echo '  exit 0';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   307
  echo '}';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   308
  echo 'umask 0022';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   309
  echo 'GCONF_CONFIG_SOURCE=xml:merged:$BASEDIR/etc/gconf/gconf.xml.defaults';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   310
  echo 'GCONF_BACKEND_DIR=$PKG_INSTALL_ROOT/usr/lib/GConf/2';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   311
  echo 'LD_LIBRARY_PATH=$PKG_INSTALL_ROOT/usr/lib';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   312
  echo 'export GCONF_CONFIG_SOURCE GCONF_BACKEND_DIR LD_LIBRARY_PATH';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   313
  echo 'SDIR=$BASEDIR%{_sysconfdir}/gconf/schemas';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   314
  echo 'schemas="$SDIR/netstatus.schemas"';
11524
88e7dfb84677 2008-01-25 Laszlo (Laca) Peter <[email protected]>
laca
parents: 11503
diff changeset
   315
  echo '$PKG_INSTALL_ROOT/usr/bin/gconftool-2 --makefile-uninstall-rule $schemas > /dev/null'
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   316
) | $BASEDIR/var/lib/postrun/postrun -i -c JDS -a
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   317
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   318
%post -n SUNWgnome-mm-applets-root
11370
338c15c66cee 2008-01-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 11368
diff changeset
   319
%include gconf-install.script
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   320
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   321
%preun -n SUNWgnome-mm-applets-root
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   322
test -x $BASEDIR/var/lib/postrun/postrun || exit 0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   323
( echo 'test -x $PKG_INSTALL_ROOT/usr/bin/gconftool-2 || {';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   324
  echo '  echo "WARNING: gconftool-2 not found; not uninstalling gconf schemas"';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   325
  echo '  exit 0';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   326
  echo '}';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   327
  echo 'umask 0022';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   328
  echo 'GCONF_CONFIG_SOURCE=xml:merged:$BASEDIR/etc/gconf/gconf.xml.defaults';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   329
  echo 'GCONF_BACKEND_DIR=$PKG_INSTALL_ROOT/usr/lib/GConf/2';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   330
  echo 'LD_LIBRARY_PATH=$PKG_INSTALL_ROOT/usr/lib';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   331
  echo 'export GCONF_CONFIG_SOURCE GCONF_BACKEND_DIR LD_LIBRARY_PATH';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   332
  echo 'SDIR=$BASEDIR%{_sysconfdir}/gconf/schemas';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   333
  echo 'schemas="$SDIR/mixer.schemas"';
11524
88e7dfb84677 2008-01-25 Laszlo (Laca) Peter <[email protected]>
laca
parents: 11503
diff changeset
   334
  echo '$PKG_INSTALL_ROOT/usr/bin/gconftool-2 --makefile-uninstall-rule $schemas > /dev/null'
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   335
) | $BASEDIR/var/lib/postrun/postrun -i -c JDS -a
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   336
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   337
%post -n SUNWgnome-utility-applets-root
11370
338c15c66cee 2008-01-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 11368
diff changeset
   338
%include gconf-install.script
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   339
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   340
%preun -n SUNWgnome-utility-applets-root
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   341
test -x $BASEDIR/var/lib/postrun/postrun || exit 0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   342
( echo 'test -x $PKG_INSTALL_ROOT/usr/bin/gconftool-2 || {';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   343
  echo '  echo "WARNING: gconftool-2 not found; not uninstalling gconf schemas"';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   344
  echo '  exit 0';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   345
  echo '}';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   346
  echo 'umask 0022';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   347
  echo 'GCONF_CONFIG_SOURCE=xml:merged:$BASEDIR/etc/gconf/gconf.xml.defaults';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   348
  echo 'GCONF_BACKEND_DIR=$PKG_INSTALL_ROOT/usr/lib/GConf/2';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   349
  echo 'LD_LIBRARY_PATH=$PKG_INSTALL_ROOT/usr/lib';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   350
  echo 'export GCONF_CONFIG_SOURCE GCONF_BACKEND_DIR LD_LIBRARY_PATH';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   351
  echo 'SDIR=$BASEDIR%{_sysconfdir}/gconf/schemas';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   352
  echo 'schemas="$SDIR/charpick.schemas';
9769
fba6fa831412 2007-04-23 Wang Xin <[email protected]>
jedy
parents: 9743
diff changeset
   353
  echo '         $SDIR/battstat.schemas';
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   354
  echo '         $SDIR/deskbar-applet.schemas';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   355
  echo '         $SDIR/quick-lounge.schemas';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   356
  echo '         $SDIR/multiload.schemas';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   357
  echo '         $SDIR/stickynotes.schemas"';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   358
  echo '$PKG_INSTALL_ROOT/usr/bin/gconftool-2 --makefile-uninstall-rule $schemas'
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   359
) | $BASEDIR/var/lib/postrun/postrun -i -c JDS -a
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   360
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   361
%files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   362
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   363
%dir %attr (0755, root, bin) %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   364
%{_libdir}/bonobo/servers/GNOME_NullApplet_Factory.server
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   365
%{_libdir}/null_applet
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   366
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   367
%files -n SUNWgnome-fun-applets
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   368
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   369
%dir %attr (0755, root, bin) %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   370
%{_libdir}/bonobo/servers/GNOME_GeyesApplet.server
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   371
%{_libexecdir}/geyes_applet2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   372
%dir %attr(0755, root, sys) %{_datadir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   373
%dir %attr (0755, root, other) %{_datadir}/gnome
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   374
%{_datadir}/gnome/help/geyes/C
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   375
%{_datadir}/omf/geyes/geyes-C.omf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   376
%{_datadir}/gnome-2.0/ui/GNOME_GeyesApplet.xml
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   377
%{_datadir}/gnome-applets/geyes
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   378
%dir %attr (-, root, other) %{_datadir}/icons
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   379
%dir %attr (-, root, other) %{_datadir}/icons/hicolor
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   380
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/16x16
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   381
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/16x16/apps
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   382
%{_datadir}/icons/hicolor/16x16/apps/gnome-eyes-applet.*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   383
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/22x22
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   384
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/22x22/apps
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   385
%{_datadir}/icons/hicolor/22x22/apps/gnome-eyes-applet.*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   386
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/24x24
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   387
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/24x24/apps
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   388
%{_datadir}/icons/hicolor/24x24/apps/gnome-eyes-applet.*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   389
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/32x32
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   390
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/32x32/apps
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   391
%{_datadir}/icons/hicolor/32x32/apps/gnome-eyes-applet.*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   392
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/scalable
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   393
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/scalable/apps
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   394
%{_datadir}/icons/hicolor/scalable/apps/gnome-eyes-applet.*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   395
%{_datadir}/xmodmap
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   396
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   397
%files -n SUNWgnome-fun-applets-root
9780
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9769
diff changeset
   398
%defattr(-, root, sys)
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   399
%dir %attr(0755, root, sys) %{_sysconfdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   400
%{_sysconfdir}/gconf/schemas/geyes.schemas
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   401
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   402
%files -n SUNWgnome-internet-applets
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   403
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   404
%dir %attr (0755, root, bin) %{_bindir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   405
%dir %attr (0755, root, bin) %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   406
%{_libdir}/bonobo/servers/GNOME_GWeatherApplet_Factory.server
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   407
%{_libdir}/bonobo/servers/Invest_Applet.server
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   408
%{_libdir}/bonobo/servers/GNOME_GtikApplet.server
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   409
%{_libdir}/invest-applet
10651
b12e088178d0 2007-10-12 Brian Cameron <[email protected]>
yippi
parents: 10572
diff changeset
   410
%{_libdir}/python?.?/vendor-packages/invest
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   411
%{_libexecdir}/gweather-applet-2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   412
%dir %attr(0755, root, sys) %{_datadir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   413
%dir %attr (0755, root, other) %{_datadir}/gnome
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   414
%{_datadir}/gnome/help/gweather/C
12550
548f3624988f 2008-05-30 Damien Carbery <[email protected]>
dcarbery
parents: 12310
diff changeset
   415
%{_datadir}/gnome/help/invest-applet/C
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   416
%{_datadir}/gnome-applets/invest-applet
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   417
%{_datadir}/omf/gweather/gweather*-C.omf
12550
548f3624988f 2008-05-30 Damien Carbery <[email protected]>
dcarbery
parents: 12310
diff changeset
   418
%{_datadir}/omf/invest-applet/invest-applet*-C.omf
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   419
%{_datadir}/gnome-2.0/ui/GNOME_GWeatherApplet.xml
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   420
%{_datadir}/gnome-2.0/ui/Invest_Applet.xml
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   421
%dir %attr (0755, root, other) %{_datadir}/pixmaps
13431
3b2a254b8862 2008-09-06 Christian Kelly <[email protected]>
chrisk
parents: 13261
diff changeset
   422
#%{_datadir}/pixmaps/invest-48_neutral.png
13433
0dcb62f91af9 2008-09-08 Dave Lin <[email protected]>
davelam
parents: 13431
diff changeset
   423
%dir %attr (-, root, other) %{_datadir}/icons
0dcb62f91af9 2008-09-08 Dave Lin <[email protected]>
davelam
parents: 13431
diff changeset
   424
%dir %attr (-, root, other) %{_datadir}/icons/hicolor
0dcb62f91af9 2008-09-08 Dave Lin <[email protected]>
davelam
parents: 13431
diff changeset
   425
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/16x16
0dcb62f91af9 2008-09-08 Dave Lin <[email protected]>
davelam
parents: 13431
diff changeset
   426
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/16x16/apps
0dcb62f91af9 2008-09-08 Dave Lin <[email protected]>
davelam
parents: 13431
diff changeset
   427
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/22x22
0dcb62f91af9 2008-09-08 Dave Lin <[email protected]>
davelam
parents: 13431
diff changeset
   428
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/22x22/apps
0dcb62f91af9 2008-09-08 Dave Lin <[email protected]>
davelam
parents: 13431
diff changeset
   429
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/48x48
0dcb62f91af9 2008-09-08 Dave Lin <[email protected]>
davelam
parents: 13431
diff changeset
   430
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/48x48/apps
0dcb62f91af9 2008-09-08 Dave Lin <[email protected]>
davelam
parents: 13431
diff changeset
   431
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/scalable
0dcb62f91af9 2008-09-08 Dave Lin <[email protected]>
davelam
parents: 13431
diff changeset
   432
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/scalable/apps
13431
3b2a254b8862 2008-09-06 Christian Kelly <[email protected]>
chrisk
parents: 13261
diff changeset
   433
%{_datadir}/icons/hicolor/48x48/apps/invest-applet.png
3b2a254b8862 2008-09-06 Christian Kelly <[email protected]>
chrisk
parents: 13261
diff changeset
   434
%{_datadir}/icons/hicolor/16x16/apps/invest-applet.png
3b2a254b8862 2008-09-06 Christian Kelly <[email protected]>
chrisk
parents: 13261
diff changeset
   435
%{_datadir}/icons/hicolor/scalable/apps/invest-applet.svg
3b2a254b8862 2008-09-06 Christian Kelly <[email protected]>
chrisk
parents: 13261
diff changeset
   436
%{_datadir}/icons/hicolor/22x22/apps/invest-applet.png
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   437
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   438
%files -n SUNWgnome-intranet-applets
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   439
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   440
%dir %attr (0755, root, bin) %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   441
%{_libdir}/bonobo/servers/GNOME_MailcheckApplet_Factory.server
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   442
%{_libdir}/bonobo/servers/GNOME_Panel_NowApplet.server
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   443
%{_libdir}/bonobo/servers/GNOME_NetstatusApplet_Factory.server
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   444
%{_libdir}/bonobo/servers/GNOME_Panel_WirelessApplet.server
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   445
%{_libexecdir}/gnome-netstatus-applet
13261
f957c6ffbda4 2008-08-22 Darren Kenny <[email protected]>
dkenny
parents: 12550
diff changeset
   446
%{_libexecdir}/gnome-netstatus-wifi-info
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   447
%dir %attr(0755, root, sys) %{_datadir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   448
%dir %attr (0755, root, other) %{_datadir}/gnome
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   449
%{_datadir}/gnome/help/gnome-netstatus/C
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   450
%dir %attr (0755, root, other) %{_datadir}/pixmaps
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   451
%{_datadir}/omf/gnome-netstatus/*-C.omf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   452
#%{_datadir}/gnome-2.0/ui/GNOME_Panel_NowApplet.xml
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   453
%{_datadir}/gnome-2.0/ui/GNOME_NetstatusApplet.xml
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   454
%{_datadir}/gnome-netstatus
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   455
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   456
%files -n SUNWgnome-intranet-applets-root
9780
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9769
diff changeset
   457
%defattr(-, root, sys)
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   458
%dir %attr(0755, root, sys) %{_sysconfdir}
13261
f957c6ffbda4 2008-08-22 Darren Kenny <[email protected]>
dkenny
parents: 12550
diff changeset
   459
%dir %attr(0755, root, sys) %{_sysconfdir}/security
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   460
%{_sysconfdir}/gconf/schemas/netstatus.schemas
13261
f957c6ffbda4 2008-08-22 Darren Kenny <[email protected]>
dkenny
parents: 12550
diff changeset
   461
%config %class(rbac) %attr (0644, root, sys) %{_sysconfdir}/security/exec_attr
f957c6ffbda4 2008-08-22 Darren Kenny <[email protected]>
dkenny
parents: 12550
diff changeset
   462
%config %class(rbac) %attr (0644, root, sys) %{_sysconfdir}/security/prof_attr
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   463
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   464
%files -n SUNWgnome-mm-applets
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   465
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   466
%dir %attr (0755, root, bin) %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   467
%{_libdir}/bonobo/servers/GNOME_MixerApplet.server
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   468
%{_libdir}/bonobo/servers/GNOME_CDPlayerApplet.server
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   469
%{_libexecdir}/mixer_applet2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   470
%dir %attr(0755, root, sys) %{_datadir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   471
%dir %attr (0755, root, other) %{_datadir}/gnome
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   472
%{_datadir}/gnome/help/mixer_applet2/C
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   473
%{_datadir}/omf/mixer_applet*/mixer_applet*-C.omf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   474
%{_datadir}/gnome-2.0/ui/GNOME_MixerApplet.xml
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   475
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   476
%files -n SUNWgnome-mm-applets-root
9780
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9769
diff changeset
   477
%defattr(-, root, sys)
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   478
%dir %attr(0755, root, sys) %{_sysconfdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   479
%{_sysconfdir}/gconf/schemas/mixer.schemas
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   480
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   481
%files -n SUNWgnome-utility-applets
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   482
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   483
%dir %attr (0755, root, bin) %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   484
%{_libdir}/trashapplet
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   485
%{_libdir}/bonobo/servers/GNOME_CharpickerApplet.server
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   486
%{_libdir}/bonobo/servers/GNOME_MiniCommanderApplet.server
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   487
%{_libdir}/bonobo/servers/GNOME_StickyNotesApplet.server
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   488
%{_libdir}/bonobo/servers/GNOME_AccessxStatusApplet.server
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   489
%{_libdir}/bonobo/servers/GNOME_QuickLoungeApplet_Factory.server
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   490
%{_libdir}/bonobo/servers/GNOME_Panel_TrashApplet.server
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   491
%{_libdir}/bonobo/servers/GNOME_MultiLoadApplet_Factory.server
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   492
%{_libdir}/bonobo/servers/Deskbar_Applet.server
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   493
%{_libdir}/bonobo/servers/GNOME_WebEyes.server
9501
db231c22ce3e 2007-03-07 Wang Xin <[email protected]>
jedy
parents: 9483
diff changeset
   494
%{_libdir}/bonobo/servers/GNOME_BattstatApplet.server
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   495
%{_libdir}/deskbar-applet
10651
b12e088178d0 2007-10-12 Brian Cameron <[email protected]>
yippi
parents: 10572
diff changeset
   496
%{_libdir}/python?.?/vendor-packages/deskbar
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   497
%{_libexecdir}/charpick_applet2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   498
%{_libexecdir}/stickynotes_applet
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   499
%{_libexecdir}/accessx-status-applet
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   500
%{_libexecdir}/quick-lounge-applet
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   501
%{_libexecdir}/multiload-applet-2
9501
db231c22ce3e 2007-03-07 Wang Xin <[email protected]>
jedy
parents: 9483
diff changeset
   502
%{_libexecdir}/battstat-applet-2
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   503
%dir %attr(0755, root, sys) %{_datadir}
12550
548f3624988f 2008-05-30 Damien Carbery <[email protected]>
dcarbery
parents: 12310
diff changeset
   504
%{_datadir}/gnome-applets/builder
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   505
%dir %attr (0755, root, other) %{_datadir}/gnome
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   506
%{_datadir}/gnome/help/char-palette/C
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   507
%{_datadir}/gnome/help/deskbar/C
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   508
%{_datadir}/gnome/help/stickynotes_applet/C
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   509
%{_datadir}/gnome/help/accessx-status/C
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   510
%{_datadir}/gnome/help/quick-lounge/C
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   511
%{_datadir}/gnome/help/multiload/C
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   512
%{_datadir}/gnome/help/trashapplet/C
9501
db231c22ce3e 2007-03-07 Wang Xin <[email protected]>
jedy
parents: 9483
diff changeset
   513
%{_datadir}/gnome/help/battstat/C
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   514
%dir %attr (0755, root, other) %{_datadir}/pixmaps
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   515
%{_datadir}/pixmaps/accessx-status-applet
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   516
%{_datadir}/pixmaps/stickynotes
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   517
%{_datadir}/omf/char-palette/char-palette-C.omf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   518
%{_datadir}/omf/deskbar/deskbar-C.omf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   519
%{_datadir}/omf/stickynotes_applet/stickynotes_applet-C.omf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   520
%{_datadir}/omf/accessx-status/accessx-status-C.omf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   521
%{_datadir}/omf/quick-lounge-applet/quick-lounge-C.omf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   522
%{_datadir}/omf/trashapplet/trashapplet-C.omf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   523
%{_datadir}/omf/multiload/multiload-C.omf
9501
db231c22ce3e 2007-03-07 Wang Xin <[email protected]>
jedy
parents: 9483
diff changeset
   524
%{_datadir}/omf/battstat/battstat-C.omf
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   525
%{_datadir}/gnome-2.0/ui/GNOME_CharpickerApplet.xml
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   526
%{_datadir}/gnome-2.0/ui/GNOME_StickyNotesApplet.xml
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   527
%{_datadir}/gnome-2.0/ui/GNOME_AccessxApplet.xml
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   528
%{_datadir}/gnome-2.0/ui/GNOME_QuickLoungeApplet.xml
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   529
%{_datadir}/gnome-2.0/ui/GNOME_Panel_TrashApplet.xml
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   530
%{_datadir}/gnome-2.0/ui/GNOME_MultiloadApplet.xml
9501
db231c22ce3e 2007-03-07 Wang Xin <[email protected]>
jedy
parents: 9483
diff changeset
   531
%{_datadir}/gnome-2.0/ui/GNOME_BattstatApplet.xml
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   532
%dir %attr (-, root, other) %{_datadir}/icons
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   533
%dir %attr (-, root, other) %{_datadir}/icons/hicolor
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   534
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/16x16
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   535
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/16x16/apps
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   536
%{_datadir}/icons/hicolor/16x16/apps/gnome-sticky-notes-applet.*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   537
%{_datadir}/icons/hicolor/16x16/apps/deskbar-applet.*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   538
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/22x22
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   539
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/22x22/apps
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   540
%{_datadir}/icons/hicolor/22x22/apps/gnome-sticky-notes-applet.*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   541
%{_datadir}/icons/hicolor/22x22/apps/deskbar-applet.*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   542
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/24x24
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   543
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/24x24/apps
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   544
%{_datadir}/icons/hicolor/24x24/apps/gnome-sticky-notes-applet.*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   545
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/32x32
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   546
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/32x32/apps
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   547
%{_datadir}/icons/hicolor/32x32/apps/gnome-sticky-notes-applet.*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   548
%{_datadir}/icons/hicolor/32x32/apps/deskbar-applet.*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   549
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/48x48
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   550
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/48x48/apps
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   551
%{_datadir}/icons/hicolor/48x48/apps/ax-applet*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   552
%{_datadir}/icons/hicolor/48x48/apps/deskbar-applet*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   553
%{_datadir}/icons/hicolor/48x48/apps/quick-lounge*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   554
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/scalable
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   555
%dir %attr (-, root, other) %{_datadir}/icons/hicolor/scalable/apps
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   556
%{_datadir}/icons/hicolor/scalable/apps/deskbar-applet*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   557
%{_datadir}/icons/hicolor/scalable/apps/gnome-sticky-notes-applet.*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   558
%{_datadir}/quick-lounge-applet
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   559
%{_datadir}/deskbar-applet
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   560
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   561
%files -n SUNWgnome-utility-applets-root
9780
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9769
diff changeset
   562
%defattr(-, root, sys)
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   563
%dir %attr(0755, root, sys) %{_sysconfdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   564
%{_sysconfdir}/gconf/schemas/charpick.schemas
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   565
%{_sysconfdir}/gconf/schemas/stickynotes.schemas
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   566
%{_sysconfdir}/gconf/schemas/quick-lounge.schemas
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   567
%{_sysconfdir}/gconf/schemas/deskbar-applet.schemas
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   568
%{_sysconfdir}/gconf/schemas/multiload.schemas
9501
db231c22ce3e 2007-03-07 Wang Xin <[email protected]>
jedy
parents: 9483
diff changeset
   569
%{_sysconfdir}/gconf/schemas/battstat.schemas
db231c22ce3e 2007-03-07 Wang Xin <[email protected]>
jedy
parents: 9483
diff changeset
   570
%{_sysconfdir}/sound/events/battstat_applet.soundlist
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   571
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   572
%files -n SUNWgnome-utility-applets-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   573
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   574
%dir %attr (0755, root, bin) %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   575
%dir %attr (0755, root, other) %{_libdir}/pkgconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   576
%{_libdir}/pkgconfig/deskbar-applet.pc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   577
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   578
%if %build_l10n
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   579
%files l10n
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   580
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   581
%dir %attr (0755, root, sys) %{_datadir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   582
%attr (-, root, other) %{_datadir}/locale
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   583
%dir %attr (0755, root, other) %{_datadir}/gnome
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   584
%{_datadir}/gnome/help/[a-c]*/[a-z]*
10286
55c86b338d34 2007-08-07 Damien Carbery <[email protected]>
dcarbery
parents: 10253
diff changeset
   585
%{_datadir}/gnome/help/deskbar/[a-z]*
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   586
%{_datadir}/gnome/help/[e-z]*/[a-z]*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   587
%{_datadir}/omf/*/*-[a-z][a-z].omf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   588
%{_datadir}/omf/*/*-[a-z][a-z]_[A-Z][A-Z].omf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   589
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   590
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   591
# Put back in when localized help is delivered from l10n 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   592
# %{_datadir}/omf/gnome-desktop/*-[a-z][a-z].omf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   593
# %{_datadir}/omf/gnome-desktop/*-[a-z][a-z]_*.omf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   594
# %{_datadir}/omf/gnome-feedback/*-[a-z][a-z].omf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   595
# %{_datadir}/omf/gnome-feedback/*-[a-z][a-z]_*.omf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   596
# %{_datadir}/omf/gnome-netstatus/*-[a-z][a-z].omf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   597
# %{_datadir}/omf/gnome-netstatus/*-[a-z][a-z]_*.omf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   598
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   599
%changelog
13588
383ee08a8fde 2008-09-15 Darren Kenny <[email protected]>
dkenny
parents: 13433
diff changeset
   600
* Mon Sep 15 2008 - [email protected]
383ee08a8fde 2008-09-15 Darren Kenny <[email protected]>
dkenny
parents: 13433
diff changeset
   601
- Removed icon dirs not being used any more.
383ee08a8fde 2008-09-15 Darren Kenny <[email protected]>
dkenny
parents: 13433
diff changeset
   602
- Added line to remove empty drivemount directory that was causing build
383ee08a8fde 2008-09-15 Darren Kenny <[email protected]>
dkenny
parents: 13433
diff changeset
   603
  error.
13433
0dcb62f91af9 2008-09-08 Dave Lin <[email protected]>
davelam
parents: 13431
diff changeset
   604
* Mon Sep 08 2008 - [email protected]
0dcb62f91af9 2008-09-08 Dave Lin <[email protected]>
davelam
parents: 13431
diff changeset
   605
- Fixed /usr/share/icons/... attribute issue for SUNWgnome-internet-applets
13261
f957c6ffbda4 2008-08-22 Darren Kenny <[email protected]>
dkenny
parents: 12550
diff changeset
   606
* Fri Aug 22 2008 - [email protected]
f957c6ffbda4 2008-08-22 Darren Kenny <[email protected]>
dkenny
parents: 12550
diff changeset
   607
- Update for additional netstatus wireless files (icons and helper).
12550
548f3624988f 2008-05-30 Damien Carbery <[email protected]>
dcarbery
parents: 12310
diff changeset
   608
* Fri May 30 2008 - [email protected]
548f3624988f 2008-05-30 Damien Carbery <[email protected]>
dcarbery
parents: 12310
diff changeset
   609
- Update %files for new tarballs.
12310
c5e6c5c41a3b 2008-05-16 Wang Xin <[email protected]>
jedy
parents: 12135
diff changeset
   610
* Fri May 16 2008 - [email protected]
c5e6c5c41a3b 2008-05-16 Wang Xin <[email protected]>
jedy
parents: 12135
diff changeset
   611
- Remove panel-default-setup-laptop.entries and corresponding post and preun
c5e6c5c41a3b 2008-05-16 Wang Xin <[email protected]>
jedy
parents: 12135
diff changeset
   612
  script to fix 6703518.
11756
b1f24c354427 2008-02-28 Damien Carbery <[email protected]>
dcarbery
parents: 11610
diff changeset
   613
* Thu Feb 28 2008 - [email protected]
b1f24c354427 2008-02-28 Damien Carbery <[email protected]>
dcarbery
parents: 11610
diff changeset
   614
- Update %files for new tarballs.
11503
50ba9a11823e 2008-01-22 Damien Carbery <[email protected]>
dcarbery
parents: 11478
diff changeset
   615
* Tue Jan 22 2008 - [email protected]
50ba9a11823e 2008-01-22 Damien Carbery <[email protected]>
dcarbery
parents: 11478
diff changeset
   616
- Remove Requires: SUNWgnome-internet-applets-root from
50ba9a11823e 2008-01-22 Damien Carbery <[email protected]>
dcarbery
parents: 11478
diff changeset
   617
  SUNWgnome-internet-applets list.
11478
af99b2737279 2008-01-17 Damien Carbery <[email protected]>
dcarbery
parents: 11370
diff changeset
   618
* Thu Jan 17 2008 - [email protected]
af99b2737279 2008-01-17 Damien Carbery <[email protected]>
dcarbery
parents: 11370
diff changeset
   619
- Remove SUNWgnome-internet-applets-root and SUNWgnome-internet-applets-devel
af99b2737279 2008-01-17 Damien Carbery <[email protected]>
dcarbery
parents: 11370
diff changeset
   620
  packages as the libgweather module is in SUNWgnome-panel now.
11368
6f9cfb174a8c 2008-01-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10651
diff changeset
   621
* Thu Jan  3 2008 - [email protected]
11370
338c15c66cee 2008-01-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 11368
diff changeset
   622
- use gconf-install.script instead of an inline script
338c15c66cee 2008-01-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 11368
diff changeset
   623
* Thu Jan  3 2008 - [email protected]
11368
6f9cfb174a8c 2008-01-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10651
diff changeset
   624
- use includes instead of inline scripts
10651
b12e088178d0 2007-10-12 Brian Cameron <[email protected]>
yippi
parents: 10572
diff changeset
   625
* Thu Oct 11 2007 - [email protected]
b12e088178d0 2007-10-12 Brian Cameron <[email protected]>
yippi
parents: 10572
diff changeset
   626
- Fix packaging so that invest applet's python code gets installed.
b12e088178d0 2007-10-12 Brian Cameron <[email protected]>
yippi
parents: 10572
diff changeset
   627
  Fixes bug #6502277.
10572
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10560
diff changeset
   628
* Fri Sep 28 2007 - [email protected]
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10560
diff changeset
   629
- delete Nevada X deps; make xorg-xkb dep dependent upon nevada X build
10560
cde974d3af9b 2007-09-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10350
diff changeset
   630
* Thu Sep 27 2007 - [email protected]
cde974d3af9b 2007-09-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10350
diff changeset
   631
- add postrun script that rebuilds the icon cache for each package that
cde974d3af9b 2007-09-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10350
diff changeset
   632
  installs icons
10350
9744c4fe6d28 2007-08-18 Damien Carbery <[email protected]>
dcarbery
parents: 10286
diff changeset
   633
* Sat Aug 18 2007 - [email protected]
9744c4fe6d28 2007-08-18 Damien Carbery <[email protected]>
dcarbery
parents: 10286
diff changeset
   634
- Comment out removal of %{_prefix}/var dir as it's no longer created.
10286
55c86b338d34 2007-08-07 Damien Carbery <[email protected]>
dcarbery
parents: 10253
diff changeset
   635
* Tue Aug 07 2007 - [email protected]
55c86b338d34 2007-08-07 Damien Carbery <[email protected]>
dcarbery
parents: 10253
diff changeset
   636
- Update l10n %files for new deskbar-applet tarball.
10253
e2063992ec67 2007-08-01 Damien Carbery <[email protected]>
dcarbery
parents: 9780
diff changeset
   637
* Wed Aug 01 2007 - [email protected]
e2063992ec67 2007-08-01 Damien Carbery <[email protected]>
dcarbery
parents: 9780
diff changeset
   638
- Update %files for new tarball.
9780
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9769
diff changeset
   639
* Tue Apr 24 2007 - [email protected]
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9769
diff changeset
   640
- s/0755/-/ in defattr so that files are not made all executable
9743
d9386417ca52 2007-04-15 Wang Xin <[email protected]>
jedy
parents: 9501
diff changeset
   641
* Sun Apr 15 2007 - [email protected]
d9386417ca52 2007-04-15 Wang Xin <[email protected]>
jedy
parents: 9501
diff changeset
   642
- Ship battstat applet on sparc.
9483
40d849f3b1b5 2007-03-07 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
   643
* Wed Mar 07 2007 - [email protected]
40d849f3b1b5 2007-03-07 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
   644
- Delete en_GB locale files in %install as it breaks SUNWzz-gnome-l10n build. 
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   645
* Mon Feb 19 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   646
- Add now applet back to %files.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   647
* Sun Feb 18 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   648
- Update the install location for the python files into vendor-packages.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   649
* Tue Jan 23 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   650
- Rename %{_datadir}/quick-lounge to quick-lounge-applet.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   651
* Wed Jan 10 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   652
- Add deskbar help files to %files.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   653
* Wed Jan 03 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   654
- Changes in %files for 2.17.1 update. Remove GNOME_KeyboardApplet.server as the
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   655
  base patch that creates it has been removed. Added %{_datadir}/xmodmap dir.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   656
* Fri Nov 03 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   657
- Remove the 'rm' of invest-big.png as it is referenced in %files.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   658
* Thu Nov 02 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   659
- Remove the invest-chart files as it is not in the UI spec (#6488895).
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   660
* Thu Oct 19 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   661
- Remove obsolete 'rm -r' calls from %install.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   662
* Tue Oct 17 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   663
- Remove webeyes from the build. deskbar-applet is the natural
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   664
  (and better) replacement. Compatibility is preserved through 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   665
  user migration to the new applet.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   666
* Mon Sep 04 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   667
- Remove libical since we no longer ship the now applet.  Also
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   668
  remove -g from CFLAGS.  Not good to have on by default for
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   669
  performance.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   670
* Fri Aug 25 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   671
- More updates to %files for new deskbar-applet tarball.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   672
* Thu Aug 24 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   673
- Minor update to %files.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   674
* Wed Aug 23 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   675
- Update %files for new icons.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   676
* Wed Aug 16 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   677
- Add invest-applet to internet-applets package.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   678
* Sat Aug 12 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   679
- delete some unnecessary env variables
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   680
* Sat Aug 12 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   681
- change datadir/icons permissions back to root:other since it's a stable
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   682
  interface and wasn't supposed to be changed
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   683
* Thu Aug 03 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   684
- Add 'multiload' files back to %files.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   685
* Tue Aug 01 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   686
- Add SUNWlibgtop build dependency for multiload
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   687
* Sat Jul 29 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   688
- Remove 'multiload' files from %files.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   689
* Fri Jul 28 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   690
- Remove 'gtik' stuff and add deskbar stuff to %files. Fix dir perms.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   691
* Fri Jul 28 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   692
- Add multiload applet.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   693
* Fri Jul 14 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   694
- update %post/%postun/etc scripts to support diskless client setup,
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   695
  part of 6448317
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   696
* Sat Jul 15 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   697
- Remove gswitchit and friends.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   698
* Thu Jun 29 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   699
- update postrun scripts
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   700
* Sun Jun 11 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   701
- change group from other to bin/sys
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   702
* Tue May 09 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   703
- merge -share pkg(s) into the base pkg(s)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   704
* Wed Mar 15 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   705
- Add to Build/Requires after running check-deps.pl.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   706
* Wed Mar 15 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   707
- Add deskbar-applet to the utility package.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   708
* Fri Feb 17 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   709
- Update Build/Requires after running check-deps.pl script.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   710
* Mon Feb 13 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   711
- Remove mini-commander stuff that is gone.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   712
* Fri Jan 06 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   713
- Add internet-applets-devel for gweather files.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   714
* Tue Nov 29 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   715
- remove javahelp stuff
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   716
* Wed Oct 19 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   717
- Add SUNWgnome-doc-utils build dependency for /usr/bin/xml2po.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   718
* Tue Sep 13 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   719
- remove unpackaged files or add to %files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   720
* Wed Jul 13 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   721
- Split from SUNWgnome-panel.spec.