specs/SUNWdbus.spec
author chrisk
Thu, 22 Apr 2010 11:22:59 +0000
changeset 17902 a077563a1cf5
parent 16664 SUNWdbus.spec@a4204a520bbf
child 17937 664c0536875a
permissions -rw-r--r--
2010-04-22 Christian Kelly <[email protected]> * *.spec, specs/*.spec, closed/*.spec, indiana/*.spec: Move all of the spec files to the specs/ dir. This is preparation work for moving to jucr.
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 SUNWdbus
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): dbus
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     5
#
10572
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10465
diff changeset
     6
# Copyright 2007 Sun Microsystems, Inc.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     7
# This file and all modifications and additions to the pristine
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     8
# package are under the same license as the package itself.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     9
#
16434
f21f22550fe9 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 15653
diff changeset
    10
%define owner yippi
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    11
#
10572
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10465
diff changeset
    12
9397
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
10572
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10465
diff changeset
    15
%ifarch amd64 sparcv9
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10465
diff changeset
    16
%include arch64.inc
10586
2a8ac5bf6758 2007-10-01 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10581
diff changeset
    17
%define _libexecdir %{_basedir}/lib
10572
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10465
diff changeset
    18
%use dbus_64 = dbus.spec
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10465
diff changeset
    19
%endif
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10465
diff changeset
    20
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10465
diff changeset
    21
%include base.inc
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    22
%use dbus = dbus.spec
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:                    SUNWdbus
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    25
Summary:                 Simple IPC library based on messages
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    26
Version:                 %{dbus.version}
11223
629a5ee16ecc 2007-11-20 Brian Cameron <[email protected]>
yippi
parents: 10624
diff changeset
    27
Source:                  %{name}-manpages-0.1.tar.gz
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    28
SUNW_BaseDir:            %{_basedir}
11937
1c2548ce7ef9 2008-03-27 Brian Cameron <[email protected]>
yippi
parents: 11891
diff changeset
    29
SUNW_Copyright:          %{name}.copyright
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    30
BuildRoot:               %{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    31
Source1:        dbus.xml
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    32
Source2:        svc-dbus
15009
9cd4a1ffe12d 2009-02-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 14412
diff changeset
    33
Source3:        0070.dbus
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    34
%include default-depend.inc
15650
dbcf7e3715dd 2009-04-18 Dave Lin <[email protected]>
davelam
parents: 15600
diff changeset
    35
Requires:	SUNWxwrtl
13398
04c87c57de80 2008-09-04 Brian Cameron <[email protected]>
yippi
parents: 13189
diff changeset
    36
Requires:	SUNWdbus-libs
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
Requires:	SUNWdbus-root
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    38
Requires:	SUNWlxml
15600
dd67bfc8945f 2009-04-13 Brian Cameron <[email protected]>
yippi
parents: 15264
diff changeset
    39
Requires:	SUNWlexpt
dd67bfc8945f 2009-04-13 Brian Cameron <[email protected]>
yippi
parents: 15264
diff changeset
    40
Requires:	SUNWPython-extra
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    41
BuildRequires:	SUNWlxml
15600
dd67bfc8945f 2009-04-13 Brian Cameron <[email protected]>
yippi
parents: 15264
diff changeset
    42
BuildRequires:	SUNWPython-extra
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    43
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
%package devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    45
Summary:                 %{summary} - development files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    46
SUNW_BaseDir:            %{_basedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
13398
04c87c57de80 2008-09-04 Brian Cameron <[email protected]>
yippi
parents: 13189
diff changeset
    49
%package libs
04c87c57de80 2008-09-04 Brian Cameron <[email protected]>
yippi
parents: 13189
diff changeset
    50
Summary:                 %{summary} - client libraries
04c87c57de80 2008-09-04 Brian Cameron <[email protected]>
yippi
parents: 13189
diff changeset
    51
SUNW_BaseDir:            %{_basedir}
04c87c57de80 2008-09-04 Brian Cameron <[email protected]>
yippi
parents: 13189
diff changeset
    52
%include default-depend.inc
15600
dd67bfc8945f 2009-04-13 Brian Cameron <[email protected]>
yippi
parents: 15264
diff changeset
    53
BuildRequires:	SUNWdbus-devel
13398
04c87c57de80 2008-09-04 Brian Cameron <[email protected]>
yippi
parents: 13189
diff changeset
    54
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    55
%package root
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    56
Summary:                 %{summary} - / filesystem
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    57
SUNW_BaseDir:            /
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    58
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    59
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    60
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    61
rm -rf %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    62
mkdir %name-%version
10572
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10465
diff changeset
    63
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10465
diff changeset
    64
%ifarch amd64 sparcv9
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10465
diff changeset
    65
mkdir %name-%version/%_arch64
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10465
diff changeset
    66
%dbus_64.prep -d %name-%version/%_arch64
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10465
diff changeset
    67
%endif
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10465
diff changeset
    68
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10465
diff changeset
    69
mkdir %name-%version/%{base_arch}
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10465
diff changeset
    70
%dbus.prep -d %name-%version/%{base_arch}
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    71
11223
629a5ee16ecc 2007-11-20 Brian Cameron <[email protected]>
yippi
parents: 10624
diff changeset
    72
cd %{_builddir}/%name-%version
629a5ee16ecc 2007-11-20 Brian Cameron <[email protected]>
yippi
parents: 10624
diff changeset
    73
gzcat %SOURCE0 | tar xf -
629a5ee16ecc 2007-11-20 Brian Cameron <[email protected]>
yippi
parents: 10624
diff changeset
    74
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    75
%build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    76
# Put /usr/ccs/lib first in the PATH so that cpp is picked up from there
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    77
# note: I didn't put /usr/lib in the PATH because there's too much other
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    78
# stuff in there
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    79
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    80
export PATH=/usr/ccs/lib:$PATH
10572
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10465
diff changeset
    81
%ifarch amd64 sparcv9
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10465
diff changeset
    82
%dbus_64.build -d %name-%version/%_arch64
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10465
diff changeset
    83
%endif
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10465
diff changeset
    84
 
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10465
diff changeset
    85
%dbus.build -d %name-%version/%{base_arch}
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    86
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    87
%install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    88
rm -rf $RPM_BUILD_ROOT
10579
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10572
diff changeset
    89
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10572
diff changeset
    90
%ifarch amd64 sparcv9
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10572
diff changeset
    91
%dbus_64.install -d %name-%version/%_arch64
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10572
diff changeset
    92
%endif
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10572
diff changeset
    93
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10572
diff changeset
    94
%dbus.install -d %name-%version/%{base_arch}
11223
629a5ee16ecc 2007-11-20 Brian Cameron <[email protected]>
yippi
parents: 10624
diff changeset
    95
rm -rf $RPM_BUILD_ROOT%{_mandir}
629a5ee16ecc 2007-11-20 Brian Cameron <[email protected]>
yippi
parents: 10624
diff changeset
    96
cd %{_builddir}/%name-%version/sun-manpages
629a5ee16ecc 2007-11-20 Brian Cameron <[email protected]>
yippi
parents: 10624
diff changeset
    97
make install DESTDIR=$RPM_BUILD_ROOT
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    98
10572
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10465
diff changeset
    99
%ifarch amd64 sparcv9
11891
28837b43d0af Formatting and fix of broken build.
dcarbery
parents: 11880
diff changeset
   100
cd $RPM_BUILD_ROOT%{_bindir}/%{_arch64}
10572
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10465
diff changeset
   101
rm dbus-launch dbus-monitor dbus-cleanup-sockets dbus-send dbus-uuidgen
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10465
diff changeset
   102
cd ..
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10465
diff changeset
   103
rmdir %{_arch64}
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10465
diff changeset
   104
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   105
15032
0931ac6a2fcf 2009-02-05 Brian Cameron <[email protected]>
yippi
parents: 15009
diff changeset
   106
# The /var/run directory should not be included with the packages.
0931ac6a2fcf 2009-02-05 Brian Cameron <[email protected]>
yippi
parents: 15009
diff changeset
   107
# D-Bus will create it at run-time.
0931ac6a2fcf 2009-02-05 Brian Cameron <[email protected]>
yippi
parents: 15009
diff changeset
   108
#
0931ac6a2fcf 2009-02-05 Brian Cameron <[email protected]>
yippi
parents: 15009
diff changeset
   109
rmdir $RPM_BUILD_ROOT/var/run/dbus
0931ac6a2fcf 2009-02-05 Brian Cameron <[email protected]>
yippi
parents: 15009
diff changeset
   110
rmdir $RPM_BUILD_ROOT/var/run
0931ac6a2fcf 2009-02-05 Brian Cameron <[email protected]>
yippi
parents: 15009
diff changeset
   111
0931ac6a2fcf 2009-02-05 Brian Cameron <[email protected]>
yippi
parents: 15009
diff changeset
   112
# Add SMF integration files.
0931ac6a2fcf 2009-02-05 Brian Cameron <[email protected]>
yippi
parents: 15009
diff changeset
   113
#
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   114
mkdir -p $RPM_BUILD_ROOT/var/svc/manifest/system
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   115
chmod -R 755 $RPM_BUILD_ROOT/var/svc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   116
cp %SOURCE1 $RPM_BUILD_ROOT/var/svc/manifest/system/
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   117
mkdir -p $RPM_BUILD_ROOT/lib/svc/method
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   118
chmod -R 755 $RPM_BUILD_ROOT/lib
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   119
cp %SOURCE2 $RPM_BUILD_ROOT/lib/svc/method/
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   120
14410
1d7d0d833e78 2008-10-02 Ghee Teo <[email protected]>
gheet
parents: 13578
diff changeset
   121
# Add in dbus session launching for gdm
15032
0931ac6a2fcf 2009-02-05 Brian Cameron <[email protected]>
yippi
parents: 15009
diff changeset
   122
#
14410
1d7d0d833e78 2008-10-02 Ghee Teo <[email protected]>
gheet
parents: 13578
diff changeset
   123
install --mode=0755 -d $RPM_BUILD_ROOT/%{_sysconfdir}
1d7d0d833e78 2008-10-02 Ghee Teo <[email protected]>
gheet
parents: 13578
diff changeset
   124
install --mode=0755 -d $RPM_BUILD_ROOT/%{_sysconfdir}/X11
1d7d0d833e78 2008-10-02 Ghee Teo <[email protected]>
gheet
parents: 13578
diff changeset
   125
install --mode=0755 -d $RPM_BUILD_ROOT/%{_sysconfdir}/X11/xinit
1d7d0d833e78 2008-10-02 Ghee Teo <[email protected]>
gheet
parents: 13578
diff changeset
   126
install --mode=0755 -d $RPM_BUILD_ROOT/%{_sysconfdir}/X11/xinit/xinitrc.d
15009
9cd4a1ffe12d 2009-02-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 14412
diff changeset
   127
install --mode=0755 %SOURCE3 $RPM_BUILD_ROOT/%{_sysconfdir}/X11/xinit/xinitrc.d/0070.dbus
14410
1d7d0d833e78 2008-10-02 Ghee Teo <[email protected]>
gheet
parents: 13578
diff changeset
   128
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   129
mkdir -p $RPM_BUILD_ROOT/etc/security
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   130
echo 'solaris.smf.manage.dbus:::Manage D-BUS Service States::help=SmfDBUSStates.html' > $RPM_BUILD_ROOT/etc/security/auth_attr
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   131
echo 'D-BUS Management:::Manage D-BUS:auths=solaris.smf.manage.dbus;help=RtDBUSMngmnt.html' > $RPM_BUILD_ROOT/etc/security/prof_attr
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   132
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   133
%{?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
   134
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   135
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   136
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   137
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   138
%if %(test -f /usr/sadm/install/scripts/i.manifest && echo 0 || echo 1)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   139
%iclass manifest -f i.manifest
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   140
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   141
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   142
%pre root
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   143
#!/bin/sh
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   144
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   145
# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   146
# Use is subject to license terms.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   147
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   148
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   149
# Presence of this temp file will tell postinstall script
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   150
# that the dbus service is already installed, in which case
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   151
# the current service state will be preserved, be it enabled
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   152
# or disabled.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   153
rm -f $PKG_INSTALL_ROOT/var/dbus_installed.tmp > /dev/null 2>&1
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
if [ -f $PKG_INSTALL_ROOT/var/svc/manifest/system/dbus.xml ]; then 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   156
	touch $PKG_INSTALL_ROOT/var/dbus_installed.tmp
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   157
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   158
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   159
exit 0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   160
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   161
%post root
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   162
#!/bin/sh
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   163
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   164
# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   165
# Use is subject to license terms.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   166
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   167
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   168
# Preinstall script will create this file if dbus service was already
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   169
# installed, in which case we preserve current service state,
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   170
# be it enabled or disabled.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   171
if [ -f $PKG_INSTALL_ROOT/var/dbus_installed.tmp ]; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   172
	rm -f $PKG_INSTALL_ROOT/var/dbus_installed.tmp
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   173
else
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   174
	# enable dbus:
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   175
	# - PKG_INSTALL_ROOT is / or empty when installing onto a live system
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   176
	#   and we can invoke svcadm directly;
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   177
	# - otherwise it's upgrade, so we append to the upgrade script
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   178
	if [ "${PKG_INSTALL_ROOT:-/}" = "/" ]; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   179
		if [ `/sbin/zonename` = global ]; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   180
			/usr/sbin/svcadm enable svc:/system/dbus:default
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   181
		fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   182
	else
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   183
		cat >> ${PKG_INSTALL_ROOT}/var/svc/profile/upgrade <<-EOF
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   184
		if [ \`/sbin/zonename\` = global ]; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   185
			/usr/sbin/svcadm enable svc:/system/dbus:default
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   186
		fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   187
EOF
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   188
	fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   189
fi
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
exit 0
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
%files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   194
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   195
%dir %attr (0755, root, bin) %{_bindir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   196
%{_bindir}/*
10278
f4767566e7d2 2007-08-07 Brian Cameron <[email protected]>
yippi
parents: 9397
diff changeset
   197
%{_libexecdir}/dbus-1
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   198
%{_libexecdir}/dbus-daemon
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   199
%dir %attr (0755, root, sys) %{_datadir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   200
%{_datadir}/dbus-1
13578
d19af398db35 2008-09-14 Brian Cameron <[email protected]>
yippi
parents: 13398
diff changeset
   201
%doc -d %{base_arch}/dbus-%{dbus.version} AUTHORS README
d19af398db35 2008-09-14 Brian Cameron <[email protected]>
yippi
parents: 13398
diff changeset
   202
%doc(bzip2) -d %{base_arch}/dbus-%{dbus.version} ChangeLog ChangeLog.pre-1-0
d19af398db35 2008-09-14 Brian Cameron <[email protected]>
yippi
parents: 13398
diff changeset
   203
%doc(bzip2) -d %{base_arch}/dbus-%{dbus.version} ChangeLog.pre-1-2
d19af398db35 2008-09-14 Brian Cameron <[email protected]>
yippi
parents: 13398
diff changeset
   204
%doc(bzip2) -d %{base_arch}/dbus-%{dbus.version} COPYING NEWS
d19af398db35 2008-09-14 Brian Cameron <[email protected]>
yippi
parents: 13398
diff changeset
   205
%doc(bzip2) -d %{base_arch}/dbus-%{dbus.version} NEWS.pre-1-0 NEWS.pre-1-2
d19af398db35 2008-09-14 Brian Cameron <[email protected]>
yippi
parents: 13398
diff changeset
   206
%dir %attr (0755, root, other) %{_datadir}/doc
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   207
%dir %attr(0755, root, bin) %{_mandir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   208
%dir %attr(0755, root, bin) %{_mandir}/man1
15264
6692c7aa9daa add man/man3/*
davelam
parents: 15032
diff changeset
   209
%dir %attr(0755, root, bin) %{_mandir}/man3
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   210
%{_mandir}/man1/*
15264
6692c7aa9daa add man/man3/*
davelam
parents: 15032
diff changeset
   211
%{_mandir}/man3/*
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   212
13398
04c87c57de80 2008-09-04 Brian Cameron <[email protected]>
yippi
parents: 13189
diff changeset
   213
%files libs
04c87c57de80 2008-09-04 Brian Cameron <[email protected]>
yippi
parents: 13189
diff changeset
   214
%defattr (-, root, bin)
04c87c57de80 2008-09-04 Brian Cameron <[email protected]>
yippi
parents: 13189
diff changeset
   215
%dir %attr (0755, root, bin) %{_libdir}
04c87c57de80 2008-09-04 Brian Cameron <[email protected]>
yippi
parents: 13189
diff changeset
   216
%{_libdir}/libdbus*
13578
d19af398db35 2008-09-14 Brian Cameron <[email protected]>
yippi
parents: 13398
diff changeset
   217
%ifarch amd64 sparcv9
d19af398db35 2008-09-14 Brian Cameron <[email protected]>
yippi
parents: 13398
diff changeset
   218
%dir %attr (0755, root, bin) %{_libdir}/%{_arch64}
d19af398db35 2008-09-14 Brian Cameron <[email protected]>
yippi
parents: 13398
diff changeset
   219
%{_libdir}/%{_arch64}/libdbus*
d19af398db35 2008-09-14 Brian Cameron <[email protected]>
yippi
parents: 13398
diff changeset
   220
%endif
13398
04c87c57de80 2008-09-04 Brian Cameron <[email protected]>
yippi
parents: 13189
diff changeset
   221
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   222
%files root
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   223
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   224
%dir %attr (0755, root, sys) %{_sysconfdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   225
%config %{_sysconfdir}/dbus-1
14412
9b258e3e4dc6 2008-10-03 Ghee Teo <[email protected]>
gheet
parents: 14410
diff changeset
   226
%dir %attr (0755, root, sys) %{_sysconfdir}/X11
9b258e3e4dc6 2008-10-03 Ghee Teo <[email protected]>
gheet
parents: 14410
diff changeset
   227
%dir %attr (0755, root, sys) %{_sysconfdir}/X11/xinit
9b258e3e4dc6 2008-10-03 Ghee Teo <[email protected]>
gheet
parents: 14410
diff changeset
   228
%dir %attr (0755, root, sys) %{_sysconfdir}/X11/xinit/xinitrc.d
15009
9cd4a1ffe12d 2009-02-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 14412
diff changeset
   229
%{_sysconfdir}/X11/xinit/xinitrc.d/0070.dbus
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   230
%dir %attr (0755, root, sys) %{_localstatedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   231
%dir %attr (0755, root, other) %{_localstatedir}/lib
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   232
%attr (0755, root, root) %{_localstatedir}/lib/dbus
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   233
%dir %attr (0755, root, sys) /var/svc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   234
%dir %attr (0755, root, sys) /var/svc/manifest
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   235
%dir %attr (0755, root, sys) /var/svc/manifest/system
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   236
%class(manifest) %attr (0444, root, sys) /var/svc/manifest/system/dbus.xml
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   237
%attr (0555, root, bin) /lib/svc/method/svc-dbus
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   238
%dir %attr (0755, root, sys) /etc/security
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   239
%config %class (rbac) %attr (0644, root, sys) /etc/security/auth_attr
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   240
%config %class (rbac) %attr (0644, root, sys) /etc/security/prof_attr
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   241
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   242
%files devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   243
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   244
%dir %attr (0755, root, bin) %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   245
%dir %attr (0755, root, other) %{_libdir}/pkgconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   246
%{_libdir}/pkgconfig/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   247
%{_libdir}/dbus*/include
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   248
%dir %attr (0755, root, bin) %{_includedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   249
%{_includedir}/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   250
%ifarch amd64 sparcv9
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   251
%dir %attr (0755, root, bin) %{_libdir}/%{_arch64}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   252
%dir %attr (0755, root, other) %{_libdir}/%{_arch64}/pkgconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   253
%dir %attr (0755, root, bin) %{_libdir}/%{_arch64}/dbus-1.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   254
%{_libdir}/%{_arch64}/pkgconfig/*.pc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   255
%{_libdir}/%{_arch64}/dbus-1.0/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   256
%endif
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
%changelog
15264
6692c7aa9daa add man/man3/*
davelam
parents: 15032
diff changeset
   259
* Mon Mar 02 2009 - [email protected]
6692c7aa9daa add man/man3/*
davelam
parents: 15032
diff changeset
   260
- Add man/man3.
15032
0931ac6a2fcf 2009-02-05 Brian Cameron <[email protected]>
yippi
parents: 15009
diff changeset
   261
* Thu Feb 05 2009 - [email protected]
0931ac6a2fcf 2009-02-05 Brian Cameron <[email protected]>
yippi
parents: 15009
diff changeset
   262
- Do not package /var/run files.  Fixes bug #6799059.
15009
9cd4a1ffe12d 2009-02-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 14412
diff changeset
   263
* Wed Feb 04 2009 - [email protected]
9cd4a1ffe12d 2009-02-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 14412
diff changeset
   264
- Renamed 0005.dbus to 0070.dbus.
14410
1d7d0d833e78 2008-10-02 Ghee Teo <[email protected]>
gheet
parents: 13578
diff changeset
   265
* Thu Oct 02 2008 - [email protected]
1d7d0d833e78 2008-10-02 Ghee Teo <[email protected]>
gheet
parents: 13578
diff changeset
   266
- Add /etc/X11/xinit/xinitrc.d/0005.dbus to fix 6755007 so that gdm can launch
15032
0931ac6a2fcf 2009-02-05 Brian Cameron <[email protected]>
yippi
parents: 15009
diff changeset
   267
  dbus session for the user. This can be used for both gdm on nevada and
0931ac6a2fcf 2009-02-05 Brian Cameron <[email protected]>
yippi
parents: 15009
diff changeset
   268
  OpenSolaris.
13578
d19af398db35 2008-09-14 Brian Cameron <[email protected]>
yippi
parents: 13398
diff changeset
   269
* Sun Sep 14 2008 - [email protected]
d19af398db35 2008-09-14 Brian Cameron <[email protected]>
yippi
parents: 13398
diff changeset
   270
- Add new copyright files.
13398
04c87c57de80 2008-09-04 Brian Cameron <[email protected]>
yippi
parents: 13189
diff changeset
   271
* Tue Sep 02 2008 - [email protected]
04c87c57de80 2008-09-04 Brian Cameron <[email protected]>
yippi
parents: 13189
diff changeset
   272
- Place the library in a separate package, so that people who just
04c87c57de80 2008-09-04 Brian Cameron <[email protected]>
yippi
parents: 13189
diff changeset
   273
  want to write their own D-Bus services don't need to depend on the
04c87c57de80 2008-09-04 Brian Cameron <[email protected]>
yippi
parents: 13189
diff changeset
   274
  daemon.
13189
836ff5d12ba2 2008-08-20 Brian Cameron <[email protected]>
yippi
parents: 11937
diff changeset
   275
* Wed Aug 20 2008 - [email protected]
836ff5d12ba2 2008-08-20 Brian Cameron <[email protected]>
yippi
parents: 11937
diff changeset
   276
- Move dbus-daemon.3 manpage to dbus-daemon.1 manpage.
11937
1c2548ce7ef9 2008-03-27 Brian Cameron <[email protected]>
yippi
parents: 11891
diff changeset
   277
* Thu Mar 27 2008 - [email protected]
1c2548ce7ef9 2008-03-27 Brian Cameron <[email protected]>
yippi
parents: 11891
diff changeset
   278
- Add SUNW_Copyright.
11891
28837b43d0af Formatting and fix of broken build.
dcarbery
parents: 11880
diff changeset
   279
* Wed Mar 19 2008 - [email protected]
28837b43d0af Formatting and fix of broken build.
dcarbery
parents: 11880
diff changeset
   280
- Remove the symlinks that point from /usr/lib/libdbus-1.so.2 to
28837b43d0af Formatting and fix of broken build.
dcarbery
parents: 11880
diff changeset
   281
  /usr/lib/libdbus-1.so.3.  Now that ON updated their build machines to use the
28837b43d0af Formatting and fix of broken build.
dcarbery
parents: 11880
diff changeset
   282
  new D-Bus library, the symlinks are no longer needed.
11439
0f2a3b3ff86d 2008-01-11 Damien Carbery <[email protected]>
dcarbery
parents: 11223
diff changeset
   283
* Fri Jan 11 2008 - [email protected]
0f2a3b3ff86d 2008-01-11 Damien Carbery <[email protected]>
dcarbery
parents: 11223
diff changeset
   284
- Fix amd64/sparcv9 symlink to point to libdbus-1.so.3 (2nd half of Brian's
0f2a3b3ff86d 2008-01-11 Damien Carbery <[email protected]>
dcarbery
parents: 11223
diff changeset
   285
  change on Aug 6. Fixes 6624762.
11223
629a5ee16ecc 2007-11-20 Brian Cameron <[email protected]>
yippi
parents: 10624
diff changeset
   286
* Tue Nov 20 2007 - [email protected]
629a5ee16ecc 2007-11-20 Brian Cameron <[email protected]>
yippi
parents: 10624
diff changeset
   287
- Add dbus manpages.
10624
303de5c195ab 2007-10-08 Damien Carbery <[email protected]>
dcarbery
parents: 10586
diff changeset
   288
* Mon Oct  8 2007 - [email protected]
303de5c195ab 2007-10-08 Damien Carbery <[email protected]>
dcarbery
parents: 10586
diff changeset
   289
- Remove %{_libdir}/dbus-1 line from base package as it only contains a header
303de5c195ab 2007-10-08 Damien Carbery <[email protected]>
dcarbery
parents: 10586
diff changeset
   290
  file and is duplicated in the devel package. Fixes 6613798.
10581
97465b6465b8 2007-10-01 Damien Carbery <[email protected]>
dcarbery
parents: 10579
diff changeset
   291
* Mon Oct  1 2007 - [email protected]
10586
2a8ac5bf6758 2007-10-01 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10581
diff changeset
   292
- change 64-bit libexecdir to /usr/lib
2a8ac5bf6758 2007-10-01 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10581
diff changeset
   293
* Mon Oct  1 2007 - [email protected]
10581
97465b6465b8 2007-10-01 Damien Carbery <[email protected]>
dcarbery
parents: 10579
diff changeset
   294
- Fix %files, adding %{_libdir}/%{_arch64}/dbus-1.
10579
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10572
diff changeset
   295
* Sun Sep 30 2007 - [email protected]
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10572
diff changeset
   296
- fix %install
10572
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10465
diff changeset
   297
* Fri Sep 28 2007 - [email protected]
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10465
diff changeset
   298
- convert to new style multi-ISA build
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10465
diff changeset
   299
- delete SUNWxwrtl dep
10278
f4767566e7d2 2007-08-07 Brian Cameron <[email protected]>
yippi
parents: 9397
diff changeset
   300
* Mon Aug 06 2007 - [email protected]
f4767566e7d2 2007-08-07 Brian Cameron <[email protected]>
yippi
parents: 9397
diff changeset
   301
- Fix packaging after bumping to 1.1.2.  Also fix the symlink so we
f4767566e7d2 2007-08-07 Brian Cameron <[email protected]>
yippi
parents: 9397
diff changeset
   302
  link to libdbus-1.so.3 rather than libdbus-1.so.3.# so we don't have
f4767566e7d2 2007-08-07 Brian Cameron <[email protected]>
yippi
parents: 9397
diff changeset
   303
  to update the link each time we upgrade the D-Bus library.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   304
* Sun Feb 25 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   305
- updated to include 64-bit build RFE: #6480511
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   306
* Fri Dec 15 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   307
- Create symlink to support hal which was built with an older version of dbus.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   308
* Mon Nov 27 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   309
- Update to 1.0.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   310
* Fri Nov 24 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   311
- Update %files - remove python dir, add %{_localstatedir}/lib/dbus.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   312
* Mon Sep 18 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   313
- revert to normal optimisation flags, the build problems were caused by
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   314
  ld(1) bug 6467925
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   315
- change /var/run/dbus permissions to root:root, fixes 6460949
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   316
* Mon Aug 28 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   317
- Use '-xO2' optimization (not -xO4) as the latter causes seg faults in build.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   318
* Fri Aug 25 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   319
- Use c99 compiler
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   320
* Fri Jul 28 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   321
- add pre and post scripts for enabling the dbus svc upon installation
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   322
  but leaving it as is upon upgrade (Artem Kachitchkine, David Bustos)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   323
* Fri Jul 21 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   324
- Add dbus RBAC entries to auth_attr and prof_attr
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   325
* Mon May 08 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   326
- Add Build/Requires dependency on SUNWPython-extra (for Pyrex) so that python
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   327
  bindings are built.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   328
* Tue May 02 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   329
- add SMF support (from Artem Kachitchkine)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   330
* Fri Feb 17 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   331
- Update Build/Requires after running check-deps.pl script.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   332
* Tue Oct 25 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   333
- Add the include dir under _libdir.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   334
* Fri Oct 21 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   335
- Initial spec file created.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   336