SUNWgnome-desktop-prefs.spec
author davelam
Thu, 07 Aug 2008 02:31:31 +0000
branchgnome-2-22
changeset 12491 b2fc226f1836
parent 12334 4a59c15aaa6c
child 12492 cc7f7fdaa301
child 12603 487365188422
permissions -rw-r--r--
2008-08-07 Dave Lin <[email protected]> * closed/SUNWflash-player-plugin.spec: Hack the version number from 9.0.125 9.0.1250 to fix the integration issue, which was caused by the incorrect version number(9.0.1124 should be 9.0.124) in the previous version bump.
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-desktop-prefs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     3
#
10416
08632e1e3ddb Use 'cc.name' instead of hard coding control-center.
dcarbery
parents: 9780
diff changeset
     4
# includes module(s): desktop-file-utils, control-center
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     5
#
11370
338c15c66cee 2008-01-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 11143
diff changeset
     6
# Copyright 2008 Sun Microsystems, Inc.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     7
# This file and all modifications and additions to the pristine
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     8
# package are under the same license as the package itself.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     9
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    10
# Owner: dkenny
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    11
#
12000
7d976ed2ff95 Add comment that ogl-select must be run before building package.
dcarbery
parents: 11849
diff changeset
    12
7d976ed2ff95 Add comment that ogl-select must be run before building package.
dcarbery
parents: 11849
diff changeset
    13
# NOTE: You must set up the OpenGL symlinks before building SUNWcompiz:
7d976ed2ff95 Add comment that ogl-select must be run before building package.
dcarbery
parents: 11849
diff changeset
    14
#   #  /lib/svc/method/ogl-select start
7d976ed2ff95 Add comment that ogl-select must be run before building package.
dcarbery
parents: 11849
diff changeset
    15
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    16
%include Solaris.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    17
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    18
%define with_hal %(pkginfo -q SUNWhal && echo 1 || echo 0)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    19
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    20
%use dfu = desktop-file-utils.spec
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    21
%use cc = control-center.spec
11506
d0a8837ccb74 2008-01-23 Darren Kenny <[email protected]>
dkenny
parents: 11370
diff changeset
    22
%use gsd = gnome-settings-daemon.spec
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    23
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    24
Name:                    SUNWgnome-desktop-prefs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    25
Summary:                 GNOME desktop wide preference configuration tools
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    26
Version:                 %{default_pkg_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    27
Source:                  %{name}-manpages-0.1.tar.gz
11080
ce4572c21131 2007-10-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10712
diff changeset
    28
%if %option_with_java
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    29
# date:2006-09-19 bugster:6483813 owner:gheet type:bug
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    30
Patch1:                  control-center-01-solaris-printmgr.diff
10711
81e5d57a1163 fix %files
laca
parents: 10705
diff changeset
    31
%endif
11143
725b5404eded 2007-11-07 Darren Kenny <[email protected]>
dkenny
parents: 11080
diff changeset
    32
# date:2007-11-07 bugster:6531454 owner:dkenny type:bug
11657
dcarbery
parents: 11655
diff changeset
    33
Patch2:                  control-center-02-passwd-in-terminal.diff
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    34
SUNW_BaseDir:            %{_basedir}
12114
348ecac3ecb1 2008-04-14 Darren Kenny <[email protected]>
dkenny
parents: 12053
diff changeset
    35
SUNW_Copyright:          %{name}.copyright
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
BuildRoot:               %{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    38
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    39
Requires: SUNWgnome-desktop-prefs-root
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    40
Requires: SUNWgnome-base-libs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    41
Requires: SUNWgnome-config
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    42
Requires: SUNWgnome-component
11728
18bf773ae372 Add Requires/BuildRequires on SUNWgnome-panel, since gnome-settings-daemon
yippi
parents: 11657
diff changeset
    43
Requires: SUNWgnome-panel
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
Requires: SUNWgnome-file-mgr
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    45
Requires: SUNWgnome-libs
11655
aae18ed9bccf 2008-02-15 Damien Carbery <[email protected]>
dcarbery
parents: 11548
diff changeset
    46
Requires: SUNWdbus-bindings
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
Requires: SUNWgnome-wm
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
Requires: SUNWevolution-data-server
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    49
Requires: SUNWfontconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    50
Requires: SUNWfreetype2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    51
Requires: SUNWgnome-audio
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    52
Requires: SUNWgnome-media
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    53
Requires: SUNWgnome-vfs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    54
Requires: SUNWlibms
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    55
Requires: SUNWlibpopt
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    56
Requires: SUNWlxml
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    57
Requires: SUNWpostrun
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    58
Requires: SUNWxwxft
9568
deb9c2d524d2 2007-03-15 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
    59
Requires: SUNWbash
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    60
%if %with_hal
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    61
Requires: SUNWhal
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    62
%endif
12334
4a59c15aaa6c 2008-05-21 Damien Carbery <[email protected]>
dcarbery
parents: 12143
diff changeset
    63
# Depend on SUNWxorg-mesa on x86 for OpenGL support.
4a59c15aaa6c 2008-05-21 Damien Carbery <[email protected]>
dcarbery
parents: 12143
diff changeset
    64
%ifnarch sparc
4a59c15aaa6c 2008-05-21 Damien Carbery <[email protected]>
dcarbery
parents: 12143
diff changeset
    65
Requires: SUNWxorg-mesa
4a59c15aaa6c 2008-05-21 Damien Carbery <[email protected]>
dcarbery
parents: 12143
diff changeset
    66
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    67
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    68
BuildRequires: SUNWgnome-audio-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    69
BuildRequires: SUNWgnome-media-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    70
BuildRequires: SUNWgnome-vfs-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    71
BuildRequires: SUNWlibpopt-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    72
BuildRequires: SUNWgnome-wm-devel
10572
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10458
diff changeset
    73
%if %option_without_fox
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    74
BuildRequires: SUNWxorg-headers
10572
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10458
diff changeset
    75
%endif
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10458
diff changeset
    76
%if %option_with_dt
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    77
BuildRequires: SUNWtltk
10572
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10458
diff changeset
    78
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    79
BuildRequires: SUNWevolution-data-server-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    80
BuildRequires: SUNWgnome-base-libs-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    81
BuildRequires: SUNWgnome-config-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    82
BuildRequires: SUNWgnome-component-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    83
BuildRequires: SUNWgnome-file-mgr-devel
11728
18bf773ae372 Add Requires/BuildRequires on SUNWgnome-panel, since gnome-settings-daemon
yippi
parents: 11657
diff changeset
    84
BuildRequires: SUNWgnome-panel-devel
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    85
BuildRequires: SUNWgnome-libs-devel
11655
aae18ed9bccf 2008-02-15 Damien Carbery <[email protected]>
dcarbery
parents: 11548
diff changeset
    86
BuildRequires: SUNWdbus-bindings-devel
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    87
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    88
%package root
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    89
Summary:                 %{summary} - / filesystem
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    90
SUNW_BaseDir:            /
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    91
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    92
Requires: SUNWpostrun-root
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    93
Requires: SUNWgnome-config
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    94
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    95
%package  devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    96
Summary:                 %{summary} - development files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    97
SUNW_BaseDir:            %{_basedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    98
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    99
Requires: SUNWgnome-desktop-prefs
12143
acc7e67af7eb 2008-04-16 Damien Carbery <[email protected]>
dcarbery
parents: 12114
diff changeset
   100
Requires: SUNWgamin
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   101
                                                                                
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   102
%if %build_l10n
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   103
%package l10n
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   104
Summary:                 %{summary} - l10n files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   105
SUNW_BaseDir:            %{_basedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   106
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   107
Requires:                %{name}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   108
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   109
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   110
%prep
12053
76ace7b2c577 2008-04-07 Damien Carbery <[email protected]>
dcarbery
parents: 12001
diff changeset
   111
%ifnarch sparc
76ace7b2c577 2008-04-07 Damien Carbery <[email protected]>
dcarbery
parents: 12001
diff changeset
   112
# Testing that the OpenGL headers and libs are installed.
76ace7b2c577 2008-04-07 Damien Carbery <[email protected]>
dcarbery
parents: 12001
diff changeset
   113
# If this fails it means that the build machine is not properly configured
12001
2a6e2c09e287 2008-04-02 Damien Carbery <[email protected]>
dcarbery
parents: 12000
diff changeset
   114
test -f /usr/X11/include/GL/glx.h || {
2a6e2c09e287 2008-04-02 Damien Carbery <[email protected]>
dcarbery
parents: 12000
diff changeset
   115
  echo "Missing OpenGL headers. Stopping."
12053
76ace7b2c577 2008-04-07 Damien Carbery <[email protected]>
dcarbery
parents: 12001
diff changeset
   116
  echo "As root, run: \"/lib/svc/method/ogl-select start\""
12001
2a6e2c09e287 2008-04-02 Damien Carbery <[email protected]>
dcarbery
parents: 12000
diff changeset
   117
  false
2a6e2c09e287 2008-04-02 Damien Carbery <[email protected]>
dcarbery
parents: 12000
diff changeset
   118
  }
2a6e2c09e287 2008-04-02 Damien Carbery <[email protected]>
dcarbery
parents: 12000
diff changeset
   119
test -f /usr/X11/lib/modules/extensions/libglx.so  || {
2a6e2c09e287 2008-04-02 Damien Carbery <[email protected]>
dcarbery
parents: 12000
diff changeset
   120
  echo "Missing OpenGL libraries. Stopping."
12053
76ace7b2c577 2008-04-07 Damien Carbery <[email protected]>
dcarbery
parents: 12001
diff changeset
   121
  echo "As root, run: \"/lib/svc/method/ogl-select start\""
12001
2a6e2c09e287 2008-04-02 Damien Carbery <[email protected]>
dcarbery
parents: 12000
diff changeset
   122
  false
2a6e2c09e287 2008-04-02 Damien Carbery <[email protected]>
dcarbery
parents: 12000
diff changeset
   123
  }
12053
76ace7b2c577 2008-04-07 Damien Carbery <[email protected]>
dcarbery
parents: 12001
diff changeset
   124
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   125
rm -rf %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   126
mkdir %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   127
%dfu.prep -d %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   128
%cc.prep -d %name-%version
11506
d0a8837ccb74 2008-01-23 Darren Kenny <[email protected]>
dkenny
parents: 11370
diff changeset
   129
%gsd.prep -d %name-%version
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   130
cd %{_builddir}/%name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   131
gzcat %SOURCE0 | tar xf -
10416
08632e1e3ddb Use 'cc.name' instead of hard coding control-center.
dcarbery
parents: 9780
diff changeset
   132
cd %{_builddir}/%name-%version/%{cc.name}-%{cc.version}
10705
72c56d824230 2007-10-25 Glynn Foster <[email protected]>
gman
parents: 10610
diff changeset
   133
# Indiana doesn't yet have Java, and thus no ability to run the 
72c56d824230 2007-10-25 Glynn Foster <[email protected]>
gman
parents: 10610
diff changeset
   134
# print manager - remove it for the moment
11080
ce4572c21131 2007-10-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10712
diff changeset
   135
%if %option_with_java
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   136
%patch1 -p1
10705
72c56d824230 2007-10-25 Glynn Foster <[email protected]>
gman
parents: 10610
diff changeset
   137
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   138
%patch2 -p1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   139
cd ..
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   140
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   141
%build
11548
bf5b941235bf 2008-01-29 Damien Carbery <[email protected]>
dcarbery
parents: 11509
diff changeset
   142
export CFLAGS="%optflags -I/usr/sfw/include -I/usr/X11/include -DGNOME_DESKTOP_USE_UNSTABLE_API"
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   143
export RPM_OPT_FLAGS="$CFLAGS"
11509
e77f11f774c2 2008-01-23 Damien Carbery <[email protected]>
dcarbery
parents: 11506
diff changeset
   144
PKG_CONFIG_DISABLE_UNINSTALLED=
e77f11f774c2 2008-01-23 Damien Carbery <[email protected]>
dcarbery
parents: 11506
diff changeset
   145
unset PKG_CONFIG_DISABLE_UNINSTALLED
e77f11f774c2 2008-01-23 Damien Carbery <[email protected]>
dcarbery
parents: 11506
diff changeset
   146
export PKG_CONFIG_PATH="../gnome-settings-daemon-%{gsd.version}/data:%{_pkg_config_path}"
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   147
#FIXME: This stuff should be fixed in the component or the configure script
11506
d0a8837ccb74 2008-01-23 Darren Kenny <[email protected]>
dkenny
parents: 11370
diff changeset
   148
export LDFLAGS="%_ldflags -L/usr/X11/lib -R/usr/X11/lib -L/usr/sfw/lib -R/usr/sfw/lib -lfreetype -lresolv"
10586
2a8ac5bf6758 2007-10-01 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10585
diff changeset
   149
export EMACS=no
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   150
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   151
%dfu.build -d %name-%version
11509
e77f11f774c2 2008-01-23 Damien Carbery <[email protected]>
dcarbery
parents: 11506
diff changeset
   152
%gsd.build -d %name-%version
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   153
%cc.build -d %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   154
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   155
%install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   156
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   157
%dfu.install -d %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   158
export PATH=%{_builddir}/%name-%version/desktop-file-utils-%{dfu.version}/src:$PATH
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   159
%cc.install -d %name-%version
11506
d0a8837ccb74 2008-01-23 Darren Kenny <[email protected]>
dkenny
parents: 11370
diff changeset
   160
%gsd.install -d %name-%version
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   161
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   162
rm -rf $RPM_BUILD_ROOT%{_mandir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   163
cd %{_builddir}/%name-%version/sun-manpages
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   164
make install DESTDIR=$RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   165
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   166
# FIXME: Remove %{_datadir}/mime until clash with SUNWgnome-vfs resolved.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   167
rm -r $RPM_BUILD_ROOT%{_datadir}/mime
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   168
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   169
%if %build_l10n
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   170
%else
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   171
# REMOVE l10n FILES
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   172
rm -rf $RPM_BUILD_ROOT%{_datadir}/locale
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   173
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   174
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   175
%{?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
   176
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   177
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   178
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   179
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   180
# This package includes update-desktop-database but keeping this postrun
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   181
# script the same as the ones in other packages so that it only runs once
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   182
# for all pkgs (postrun -u option)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   183
%post
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   184
( echo 'test -x /usr/bin/update-desktop-database || exit 0';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   185
  echo '/usr/bin/update-desktop-database'
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   186
) | $BASEDIR/lib/postrun -b -u -c JDS_wait
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   187
( echo 'test -x /usr/bin/scrollkeeper-update || exit 0';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   188
  echo '/usr/bin/scrollkeeper-update'
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   189
) | $BASEDIR/lib/postrun -b -u -c JDS
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
%postun
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   192
test -x $BASEDIR/lib/postrun || exit 0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   193
( echo 'test -x /usr/bin/scrollkeeper-update || exit 0';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   194
  echo '/usr/bin/scrollkeeper-update'
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   195
) | $BASEDIR/lib/postrun -b -u -c JDS
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   196
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   197
%post root
11370
338c15c66cee 2008-01-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 11143
diff changeset
   198
%include gconf-install.script
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   199
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   200
%preun root
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   201
test -x $BASEDIR/var/lib/postrun/postrun || exit 0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   202
( 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
   203
  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
   204
  echo '  exit 0';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   205
  echo '}';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   206
  echo 'umask 0022';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   207
  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
   208
  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
   209
  echo 'LD_LIBRARY_PATH=$PKG_INSTALL_ROOT/usr/lib';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   210
  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
   211
  echo 'SDIR=$BASEDIR%{_sysconfdir}/gconf/schemas';
11849
03536f727ef4 2008-03-12 Damien Carbery <[email protected]>
dcarbery
parents: 11728
diff changeset
   212
  echo 'schemas="$SDIR/apps_gnome_settings_daemon_keybindings.schemas';
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   213
  echo '         $SDIR/apps_gnome_settings_daemon_screensaver.schemas';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   214
  echo '         $SDIR/control-center.schemas';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   215
  echo '         $SDIR/desktop_gnome_font_rendering.schemas';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   216
  echo '         $SDIR/fontilus.schemas';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   217
  echo '         $SDIR/themus.schemas"';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   218
  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
   219
) | $BASEDIR/var/lib/postrun/postrun -i -c JDS -a
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   220
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   221
%files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   222
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   223
%dir %attr (0755, root, bin) %{_bindir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   224
%{_bindir}/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   225
%dir %attr (0755, root, bin) %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   226
%{_libdir}/lib*.so*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   227
%{_libdir}/gnome-vfs-2.0/modules/*.so
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   228
%{_libdir}/nautilus
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   229
%{_libdir}/window-manager-settings/*.so
11655
aae18ed9bccf 2008-02-15 Damien Carbery <[email protected]>
dcarbery
parents: 11548
diff changeset
   230
%{_libdir}/gnome-settings-daemon-2.0
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   231
%{_libexecdir}/gnome-settings-daemon
11080
ce4572c21131 2007-10-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10712
diff changeset
   232
%if %option_with_java
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   233
%{_libexecdir}/solaris-printmgr-wrapper
10711
81e5d57a1163 fix %files
laca
parents: 10705
diff changeset
   234
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   235
%dir %attr (0755, root, sys) %{_datadir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   236
%dir %attr (0755, root, other) %{_datadir}/applications
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   237
%{_datadir}/applications/*.desktop
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   238
%ghost %attr (644, root, root) %{_datadir}/applications/mimeinfo.cache
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   239
%if %is_s10
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   240
%dir %attr (-, root, other) %{_datadir}/control-center
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   241
%{_datadir}/control-center/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   242
%else
10453
10a456a6a9e9 2007-09-05 Darren Kenny <[email protected]>
dkenny
parents: 10416
diff changeset
   243
%{_datadir}/gnome-control-center
11506
d0a8837ccb74 2008-01-23 Darren Kenny <[email protected]>
dkenny
parents: 11370
diff changeset
   244
%{_datadir}/gnome-settings-daemon
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   245
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   246
%{_datadir}/desktop-directories
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   247
%{_datadir}/dbus-1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   248
%dir %attr (0755, root, other) %{_datadir}/gnome
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   249
%{_datadir}/gnome/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   250
%attr (-, root, other) %{_datadir}/icons
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   251
%{_datadir}/omf
10453
10a456a6a9e9 2007-09-05 Darren Kenny <[email protected]>
dkenny
parents: 10416
diff changeset
   252
#%dir %attr (0755, root, other) %{_datadir}/pixmaps
10a456a6a9e9 2007-09-05 Darren Kenny <[email protected]>
dkenny
parents: 10416
diff changeset
   253
#%{_datadir}/pixmaps/*
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   254
%dir %attr(0755, root, bin) %{_mandir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   255
%dir %attr(0755, root, bin) %{_mandir}/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   256
%{_mandir}/*/*
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
%files devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   259
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   260
%dir %attr (0755, root, bin) %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   261
%dir %attr (0755, root, other) %{_libdir}/pkgconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   262
%{_libdir}/pkgconfig/*
10458
bbe264bf5d81 2007-09-06 Damien Carbery <[email protected]>
dcarbery
parents: 10453
diff changeset
   263
%dir %attr (0755, root, sys) %{_datadir}
bbe264bf5d81 2007-09-06 Damien Carbery <[email protected]>
dcarbery
parents: 10453
diff changeset
   264
%dir %attr (0755, root, bin) %{_datadir}/pkgconfig
10453
10a456a6a9e9 2007-09-05 Darren Kenny <[email protected]>
dkenny
parents: 10416
diff changeset
   265
%{_datadir}/pkgconfig/*
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   266
%dir %attr (0755, root, bin) %{_includedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   267
%{_includedir}/*
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
%files root
9780
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9568
diff changeset
   270
%defattr (-, root, sys)
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   271
%attr (0755, root, sys) %dir %{_sysconfdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   272
%{_sysconfdir}/gconf/schemas/apps_gnome_settings_daemon_keybindings.schemas
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   273
%{_sysconfdir}/gconf/schemas/apps_gnome_settings_daemon_screensaver.schemas
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   274
%{_sysconfdir}/gconf/schemas/control-center.schemas
11506
d0a8837ccb74 2008-01-23 Darren Kenny <[email protected]>
dkenny
parents: 11370
diff changeset
   275
%{_sysconfdir}/gconf/schemas/gnome-settings-daemon.schemas
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   276
%{_sysconfdir}/gconf/schemas/desktop_gnome_font_rendering.schemas
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   277
%{_sysconfdir}/gconf/schemas/fontilus.schemas
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   278
%{_sysconfdir}/gconf/schemas/themus.schemas
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   279
%{_sysconfdir}/gnome-vfs-2.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   280
%{_sysconfdir}/xdg
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   281
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   282
%if %build_l10n
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   283
%files l10n
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   284
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   285
%dir %attr (0755, root, sys) %{_datadir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   286
%attr (-, root, other) %{_datadir}/locale
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   287
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   288
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   289
%changelog
12334
4a59c15aaa6c 2008-05-21 Damien Carbery <[email protected]>
dcarbery
parents: 12143
diff changeset
   290
* Wed May 21 2008 - [email protected]
4a59c15aaa6c 2008-05-21 Damien Carbery <[email protected]>
dcarbery
parents: 12143
diff changeset
   291
- Add 'Requires: SUNWxorg-mesa' to base package to fix #6705123.
12143
acc7e67af7eb 2008-04-16 Damien Carbery <[email protected]>
dcarbery
parents: 12114
diff changeset
   292
* Wed Apr 16 - [email protected]
acc7e67af7eb 2008-04-16 Damien Carbery <[email protected]>
dcarbery
parents: 12114
diff changeset
   293
- Add Requires SUNWgamin to devel package. Mentioned in #6688818.
12053
76ace7b2c577 2008-04-07 Damien Carbery <[email protected]>
dcarbery
parents: 12001
diff changeset
   294
* Mon Apr 07 - [email protected]
76ace7b2c577 2008-04-07 Damien Carbery <[email protected]>
dcarbery
parents: 12001
diff changeset
   295
- Change OpenGL check to only happen on x86.
12001
2a6e2c09e287 2008-04-02 Damien Carbery <[email protected]>
dcarbery
parents: 12000
diff changeset
   296
* Wed Apr 02 - [email protected]
2a6e2c09e287 2008-04-02 Damien Carbery <[email protected]>
dcarbery
parents: 12000
diff changeset
   297
- Copy in changes from gnome-2-20 branch: break the build if the openGL headers
2a6e2c09e287 2008-04-02 Damien Carbery <[email protected]>
dcarbery
parents: 12000
diff changeset
   298
  and libraries are not present on the machine.
11849
03536f727ef4 2008-03-12 Damien Carbery <[email protected]>
dcarbery
parents: 11728
diff changeset
   299
* Wed Mar 12 2008 - [email protected]
03536f727ef4 2008-03-12 Damien Carbery <[email protected]>
dcarbery
parents: 11728
diff changeset
   300
- Update %files for new tarball.
11728
18bf773ae372 Add Requires/BuildRequires on SUNWgnome-panel, since gnome-settings-daemon
yippi
parents: 11657
diff changeset
   301
* Tue Feb 26 2008 - [email protected]
18bf773ae372 Add Requires/BuildRequires on SUNWgnome-panel, since gnome-settings-daemon
yippi
parents: 11657
diff changeset
   302
- Now gnome-settings-daemon depends on gnome-desktop in the SUNWgnome-panel
18bf773ae372 Add Requires/BuildRequires on SUNWgnome-panel, since gnome-settings-daemon
yippi
parents: 11657
diff changeset
   303
  package.  So add this dependency.
11655
aae18ed9bccf 2008-02-15 Damien Carbery <[email protected]>
dcarbery
parents: 11548
diff changeset
   304
* Fri Feb 15 2008 - [email protected]
11657
dcarbery
parents: 11655
diff changeset
   305
- Remove obsolete sparc patches, 02-sun-volume-keys and 03-sun-help-key.
dcarbery
parents: 11655
diff changeset
   306
  Renumber rest.
dcarbery
parents: 11655
diff changeset
   307
* Fri Feb 15 2008 - [email protected]
11655
aae18ed9bccf 2008-02-15 Damien Carbery <[email protected]>
dcarbery
parents: 11548
diff changeset
   308
- Add Build/Requires SUNWdbus-bindings/-devel; Update %files for new location
aae18ed9bccf 2008-02-15 Damien Carbery <[email protected]>
dcarbery
parents: 11548
diff changeset
   309
  of plugins.
11548
bf5b941235bf 2008-01-29 Damien Carbery <[email protected]>
dcarbery
parents: 11509
diff changeset
   310
* Tue Jan 29 2008 - [email protected]
bf5b941235bf 2008-01-29 Damien Carbery <[email protected]>
dcarbery
parents: 11509
diff changeset
   311
- Add -DGNOME_DESKTOP_USE_UNSTABLE_API to CFLAGS to get it to build.
11509
e77f11f774c2 2008-01-23 Damien Carbery <[email protected]>
dcarbery
parents: 11506
diff changeset
   312
* Wed Jan 23 2008 - [email protected]
e77f11f774c2 2008-01-23 Damien Carbery <[email protected]>
dcarbery
parents: 11506
diff changeset
   313
- Set PKG_CONFIG_PATH to find the gnome-settings-daemon uninstalled.pc file.
11506
d0a8837ccb74 2008-01-23 Darren Kenny <[email protected]>
dkenny
parents: 11370
diff changeset
   314
* Wed Jan 23 2008 - [email protected]
d0a8837ccb74 2008-01-23 Darren Kenny <[email protected]>
dkenny
parents: 11370
diff changeset
   315
- Move gnome-settings-daemon into it's own spec file to match project
d0a8837ccb74 2008-01-23 Darren Kenny <[email protected]>
dkenny
parents: 11370
diff changeset
   316
  structures.
11370
338c15c66cee 2008-01-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 11143
diff changeset
   317
* Thu Jan  3 2008 - [email protected]
338c15c66cee 2008-01-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 11143
diff changeset
   318
- use gconf-install.script instead of an inline script
11143
725b5404eded 2007-11-07 Darren Kenny <[email protected]>
dkenny
parents: 11080
diff changeset
   319
* Wed Nov 07 2007 - [email protected]
725b5404eded 2007-11-07 Darren Kenny <[email protected]>
dkenny
parents: 11080
diff changeset
   320
- Add new patch control-center-04-passwd-in-terminal.diff
725b5404eded 2007-11-07 Darren Kenny <[email protected]>
dkenny
parents: 11080
diff changeset
   321
- This is a tempoary fix for Bug#6531454 - using gnome-terminal & passwd - the
725b5404eded 2007-11-07 Darren Kenny <[email protected]>
dkenny
parents: 11080
diff changeset
   322
  correct fix depends on ON RFE 6627014 being implemented.
11080
ce4572c21131 2007-10-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10712
diff changeset
   323
* Tue Oct 30 2007 - [email protected]
ce4572c21131 2007-10-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10712
diff changeset
   324
- s/without_java/with_java
10586
2a8ac5bf6758 2007-10-01 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10585
diff changeset
   325
* Mon Oct  1 2007 - [email protected]
2a8ac5bf6758 2007-10-01 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10585
diff changeset
   326
- move export EMACS=no to %build from %prep and delete emacs dir from %files
10585
e015e081008c 2007-10-01 Damien Carbery <[email protected]>
dcarbery
parents: 10572
diff changeset
   327
* Mon Oct  1 2007 - [email protected]
e015e081008c 2007-10-01 Damien Carbery <[email protected]>
dcarbery
parents: 10572
diff changeset
   328
- Add %{_datadir}/emacs to %files.
10572
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10458
diff changeset
   329
* Fri Sep 28 2007 - [email protected]
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10458
diff changeset
   330
- add support to build on FOX instead of Nevada X
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10458
diff changeset
   331
- disable emacs support
10453
10a456a6a9e9 2007-09-05 Darren Kenny <[email protected]>
dkenny
parents: 10416
diff changeset
   332
* Wed Sep 05 2007 - [email protected]
10a456a6a9e9 2007-09-05 Darren Kenny <[email protected]>
dkenny
parents: 10416
diff changeset
   333
- Bump to 2.19.92
10a456a6a9e9 2007-09-05 Darren Kenny <[email protected]>
dkenny
parents: 10416
diff changeset
   334
- Update files sections for new version.
9780
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9568
diff changeset
   335
* Tue Apr 24 2007 - [email protected]
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9568
diff changeset
   336
- s/0755/-/ in defattr so that files are not made all executable
9568
deb9c2d524d2 2007-03-15 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
   337
* Thu Mar 15 2007 - [email protected]
deb9c2d524d2 2007-03-15 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
   338
- Add Requires SUNWbash after check-deps.pl run.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   339
* Wed Feb 14 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   340
- Update %files for new tarball.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   341
* Thu Feb  8 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   342
- Update control-center-01-solaris-printmgr.diff for SUN_BRANDING
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   343
* Sun Jan 28 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   344
- update dir attributes so they work on both s10 and nevada
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   345
* Wed Jan 24 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   346
- Add %{_datadir}/icons to %files.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   347
* Tue Dec 19 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   348
- Replace the script, solaris-printmgr-wrappper to use gksu instead of sticking
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   349
  with the old CDE action script.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   350
* Thu Dec 07 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   351
- Remove schema file from %preun root and %files as it is no longer in the 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   352
  control-center module. Remove icons dir from %files as they are not installed.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   353
* Fri Oct 20 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   354
- Remove SUNWhalh BuildRequires because header files are in SUNWhea in snv_51.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   355
* Mon Sep 18 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   356
- Add SUNWhalh BuildRequires
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   357
* Tue Sep 05 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   358
- Now check for HAL so we can use --enable/disable-hal as appropriate in 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   359
  the control-center.spec file.  Remove panel dependency now that we no
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   360
  longer link against libxklavier.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   361
* Fri Sep 01 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   362
- New Manpage tarball
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   363
* Sat Aug 12 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   364
- delete some unnecessary env variables
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   365
* Sat Aug 12 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   366
- 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
   367
  interface and wasn't supposed to be changed
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   368
* Fri Jul 14 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   369
- 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
   370
  part of 6448317
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   371
* Wed Jul 12 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   372
- set correct attributes for mimeinfo.cache, fixes #6431057
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   373
* Thu Jun 29 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   374
- update postrun scripts
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   375
* Fri Jun 23 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   376
- removed manpages not needed: gnome-file-types-properties and gnome-settings-daemon
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   377
* Sun Jun 11 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   378
- change group from other to bin/sys
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   379
* Thu May 25 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   380
- use post/preun scripts to install schemas into the merged gconf files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   381
* Wed May 10 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   382
- merge -share pkg(s) into the base pkg(s)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   383
* Tue Apr 18 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   384
- Add desktop-directories directory.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   385
* Wed Apr 05 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   386
- Remove screensaver hack since xscreensaver installs into the
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   387
  right location.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   388
* Tue Feb 21 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   389
- Add X packages to Requires after running check-deps.pl script.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   390
* Mon Feb 20 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   391
- Complete update of Build/Requires after running check-deps.pl script.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   392
* Thu Feb 16 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   393
- Update Build/Requires after running check-deps.pl script.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   394
* Thu Jan 19 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   395
- Added %{_datadir}/gnome-default-applications to share package.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   396
* Sat Dec  3 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   397
- add %post script that runs update-desktop-database
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   398
* Thu Dec 01 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   399
- Add Build/Requires SUNWevolution-data-server/-devel for libebook dependency.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   400
* Tue Jul 19 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   401
- Add BuildRequires SUNWtltk because build was breaking without that package.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   402
* Wed Jul 13 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   403
- Added SUNWgnome-panel dependency
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   404
* Thu Jun 02 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   405
- Bumped to 2.10, fixed packaging.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   406
* Tue Oct 26 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   407
- Added patch control-center-03-sun-help-key.diff (to sparc only) to bind the 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   408
  Sun help key to launch default help with Sun tpe Keyboards. Fixes the bugtraq
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   409
  bug#6182405.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   410
* Tue Oct 19 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   411
- Added patch control-center-02-sun-volume-keys.diff (to sparc only) to bind 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   412
  Sun keys Volume up, Volume Down and Volume Mute to control volume with Sun type
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   413
  keyboards. Fixes bugtraq bug#6173921.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   414
* Sat Oct 02 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   415
- added %pkgbuild_postprocess
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   416
* Sat Sep 11 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   417
- Set LDFLAGS so Xrandr and Xrender can be found.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   418
* Thu Sep 09 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   419
- Added gnome-at-properties.1, gnome-font-viewer.1 manpages
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   420
* Wed Aug 18 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   421
- Change manpage perms for Solaris integration.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   422
* Fri Aug  6 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   423
- Add support for running the Solaris Print Manager (as root)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   424
* Tue Jul 13 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   425
- Create symlink to screensaver-properties.desktop in capplets dir to fix
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   426
  bug 5070633.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   427
* Tue Jun 22 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   428
- changed install location to /usr/lib and /usr/bin
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   429
* Wed Jun  2 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   430
- Added %{_datadir}/locale to install l10n messages
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   431
* Wed Mar 24 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   432
- Added SGML man page integration
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   433
* Tue Mar 02 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   434
- add {_libdir}/window-manager-settings
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   435
* Mon Mar 01 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   436
- remove libxklavier
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   437
- add dependency on SUNWgnome-wm
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   438
* Mon Feb 23 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   439
- install gconf schemas at the end of the install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   440
  stage.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   441
* Thu Feb 19 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   442
- initial Solaris spec file