SUNWdbus.spec
author yippi
Fri, 06 Feb 2009 00:03:41 +0000
changeset 15032 0931ac6a2fcf
parent 15009 9cd4a1ffe12d
child 15264 6692c7aa9daa
permissions -rw-r--r--
2009-02-05 Brian Cameron <[email protected]> * SUNWdbus.spec: Do not package /var/run files. They are created by D-Bus at run-time. Fixes bug #6799059.
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
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    10
# Owner: yippi
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
13398
04c87c57de80 2008-09-04 Brian Cameron <[email protected]>
yippi
parents: 13189
diff changeset
    35
Requires:	SUNWdbus-libs
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
Requires:	SUNWdbus-root
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
Requires:	SUNWgnome-base-libs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    38
Requires:	SUNWlxml
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    39
Requires:       SUNWlexpt
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    40
Requires:       SUNWPython-extra
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    41
BuildRequires:	SUNWgnome-base-libs-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    42
BuildRequires:	SUNWlxml
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    43
BuildRequires:  SUNWsfwhea
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
BuildRequires:  SUNWPython-extra
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    45
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    46
%package devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
Summary:                 %{summary} - development files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
SUNW_BaseDir:            %{_basedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    49
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    50
Requires:       SUNWgnome-base-libs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    51
13398
04c87c57de80 2008-09-04 Brian Cameron <[email protected]>
yippi
parents: 13189
diff changeset
    52
%package libs
04c87c57de80 2008-09-04 Brian Cameron <[email protected]>
yippi
parents: 13189
diff changeset
    53
Summary:                 %{summary} - client libraries
04c87c57de80 2008-09-04 Brian Cameron <[email protected]>
yippi
parents: 13189
diff changeset
    54
SUNW_BaseDir:            %{_basedir}
04c87c57de80 2008-09-04 Brian Cameron <[email protected]>
yippi
parents: 13189
diff changeset
    55
%include default-depend.inc
04c87c57de80 2008-09-04 Brian Cameron <[email protected]>
yippi
parents: 13189
diff changeset
    56
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    57
%package root
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    58
Summary:                 %{summary} - / filesystem
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    59
SUNW_BaseDir:            /
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    60
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    61
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    62
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    63
rm -rf %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    64
mkdir %name-%version
10572
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10465
diff changeset
    65
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10465
diff changeset
    66
%ifarch amd64 sparcv9
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10465
diff changeset
    67
mkdir %name-%version/%_arch64
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10465
diff changeset
    68
%dbus_64.prep -d %name-%version/%_arch64
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10465
diff changeset
    69
%endif
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10465
diff changeset
    70
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10465
diff changeset
    71
mkdir %name-%version/%{base_arch}
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10465
diff changeset
    72
%dbus.prep -d %name-%version/%{base_arch}
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    73
11223
629a5ee16ecc 2007-11-20 Brian Cameron <[email protected]>
yippi
parents: 10624
diff changeset
    74
cd %{_builddir}/%name-%version
629a5ee16ecc 2007-11-20 Brian Cameron <[email protected]>
yippi
parents: 10624
diff changeset
    75
gzcat %SOURCE0 | tar xf -
629a5ee16ecc 2007-11-20 Brian Cameron <[email protected]>
yippi
parents: 10624
diff changeset
    76
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    77
%build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    78
# 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
    79
# 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
    80
# stuff in there
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    81
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    82
export PATH=/usr/ccs/lib:$PATH
10572
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10465
diff changeset
    83
%ifarch amd64 sparcv9
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10465
diff changeset
    84
%dbus_64.build -d %name-%version/%_arch64
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10465
diff changeset
    85
%endif
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10465
diff changeset
    86
 
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10465
diff changeset
    87
%dbus.build -d %name-%version/%{base_arch}
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    88
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    89
%install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    90
rm -rf $RPM_BUILD_ROOT
10579
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10572
diff changeset
    91
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10572
diff changeset
    92
%ifarch amd64 sparcv9
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10572
diff changeset
    93
%dbus_64.install -d %name-%version/%_arch64
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10572
diff changeset
    94
%endif
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10572
diff changeset
    95
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10572
diff changeset
    96
%dbus.install -d %name-%version/%{base_arch}
11223
629a5ee16ecc 2007-11-20 Brian Cameron <[email protected]>
yippi
parents: 10624
diff changeset
    97
rm -rf $RPM_BUILD_ROOT%{_mandir}
629a5ee16ecc 2007-11-20 Brian Cameron <[email protected]>
yippi
parents: 10624
diff changeset
    98
cd %{_builddir}/%name-%version/sun-manpages
629a5ee16ecc 2007-11-20 Brian Cameron <[email protected]>
yippi
parents: 10624
diff changeset
    99
make install DESTDIR=$RPM_BUILD_ROOT
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   100
10572
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10465
diff changeset
   101
%ifarch amd64 sparcv9
11891
28837b43d0af Formatting and fix of broken build.
dcarbery
parents: 11880
diff changeset
   102
cd $RPM_BUILD_ROOT%{_bindir}/%{_arch64}
10572
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10465
diff changeset
   103
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
   104
cd ..
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10465
diff changeset
   105
rmdir %{_arch64}
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10465
diff changeset
   106
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   107
15032
0931ac6a2fcf 2009-02-05 Brian Cameron <[email protected]>
yippi
parents: 15009
diff changeset
   108
# The /var/run directory should not be included with the packages.
0931ac6a2fcf 2009-02-05 Brian Cameron <[email protected]>
yippi
parents: 15009
diff changeset
   109
# D-Bus will create it at run-time.
0931ac6a2fcf 2009-02-05 Brian Cameron <[email protected]>
yippi
parents: 15009
diff changeset
   110
#
0931ac6a2fcf 2009-02-05 Brian Cameron <[email protected]>
yippi
parents: 15009
diff changeset
   111
rmdir $RPM_BUILD_ROOT/var/run/dbus
0931ac6a2fcf 2009-02-05 Brian Cameron <[email protected]>
yippi
parents: 15009
diff changeset
   112
rmdir $RPM_BUILD_ROOT/var/run
0931ac6a2fcf 2009-02-05 Brian Cameron <[email protected]>
yippi
parents: 15009
diff changeset
   113
0931ac6a2fcf 2009-02-05 Brian Cameron <[email protected]>
yippi
parents: 15009
diff changeset
   114
# Add SMF integration files.
0931ac6a2fcf 2009-02-05 Brian Cameron <[email protected]>
yippi
parents: 15009
diff changeset
   115
#
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   116
mkdir -p $RPM_BUILD_ROOT/var/svc/manifest/system
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   117
chmod -R 755 $RPM_BUILD_ROOT/var/svc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   118
cp %SOURCE1 $RPM_BUILD_ROOT/var/svc/manifest/system/
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   119
mkdir -p $RPM_BUILD_ROOT/lib/svc/method
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   120
chmod -R 755 $RPM_BUILD_ROOT/lib
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   121
cp %SOURCE2 $RPM_BUILD_ROOT/lib/svc/method/
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   122
14410
1d7d0d833e78 2008-10-02 Ghee Teo <[email protected]>
gheet
parents: 13578
diff changeset
   123
# Add in dbus session launching for gdm
15032
0931ac6a2fcf 2009-02-05 Brian Cameron <[email protected]>
yippi
parents: 15009
diff changeset
   124
#
14410
1d7d0d833e78 2008-10-02 Ghee Teo <[email protected]>
gheet
parents: 13578
diff changeset
   125
install --mode=0755 -d $RPM_BUILD_ROOT/%{_sysconfdir}
1d7d0d833e78 2008-10-02 Ghee Teo <[email protected]>
gheet
parents: 13578
diff changeset
   126
install --mode=0755 -d $RPM_BUILD_ROOT/%{_sysconfdir}/X11
1d7d0d833e78 2008-10-02 Ghee Teo <[email protected]>
gheet
parents: 13578
diff changeset
   127
install --mode=0755 -d $RPM_BUILD_ROOT/%{_sysconfdir}/X11/xinit
1d7d0d833e78 2008-10-02 Ghee Teo <[email protected]>
gheet
parents: 13578
diff changeset
   128
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
   129
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
   130
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   131
mkdir -p $RPM_BUILD_ROOT/etc/security
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   132
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
   133
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
   134
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   135
%{?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
   136
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   137
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   138
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   139
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   140
%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
   141
%iclass manifest -f i.manifest
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   142
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   143
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   144
%pre root
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   145
#!/bin/sh
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   146
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   147
# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   148
# Use is subject to license terms.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   149
#
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
# Presence of this temp file will tell postinstall script
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   152
# 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
   153
# 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
   154
# or disabled.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   155
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
   156
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   157
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
   158
	touch $PKG_INSTALL_ROOT/var/dbus_installed.tmp
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   159
fi
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
exit 0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   162
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   163
%post root
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   164
#!/bin/sh
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
# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   167
# Use is subject to license terms.
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
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   170
# 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
   171
# installed, in which case we preserve current service state,
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   172
# be it enabled or disabled.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   173
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
   174
	rm -f $PKG_INSTALL_ROOT/var/dbus_installed.tmp
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   175
else
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   176
	# enable dbus:
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   177
	# - 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
   178
	#   and we can invoke svcadm directly;
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   179
	# - 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
   180
	if [ "${PKG_INSTALL_ROOT:-/}" = "/" ]; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   181
		if [ `/sbin/zonename` = global ]; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   182
			/usr/sbin/svcadm enable svc:/system/dbus:default
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   183
		fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   184
	else
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   185
		cat >> ${PKG_INSTALL_ROOT}/var/svc/profile/upgrade <<-EOF
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   186
		if [ \`/sbin/zonename\` = global ]; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   187
			/usr/sbin/svcadm enable svc:/system/dbus:default
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
EOF
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   190
	fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   191
fi
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
exit 0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   194
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   195
%files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   196
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   197
%dir %attr (0755, root, bin) %{_bindir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   198
%{_bindir}/*
10278
f4767566e7d2 2007-08-07 Brian Cameron <[email protected]>
yippi
parents: 9397
diff changeset
   199
%{_libexecdir}/dbus-1
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   200
%{_libexecdir}/dbus-daemon
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   201
%dir %attr (0755, root, sys) %{_datadir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   202
%{_datadir}/dbus-1
13578
d19af398db35 2008-09-14 Brian Cameron <[email protected]>
yippi
parents: 13398
diff changeset
   203
%doc -d %{base_arch}/dbus-%{dbus.version} AUTHORS README
d19af398db35 2008-09-14 Brian Cameron <[email protected]>
yippi
parents: 13398
diff changeset
   204
%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
   205
%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
   206
%doc(bzip2) -d %{base_arch}/dbus-%{dbus.version} COPYING NEWS
d19af398db35 2008-09-14 Brian Cameron <[email protected]>
yippi
parents: 13398
diff changeset
   207
%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
   208
%dir %attr (0755, root, other) %{_datadir}/doc
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   209
%dir %attr(0755, root, bin) %{_mandir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   210
%dir %attr(0755, root, bin) %{_mandir}/man1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   211
%{_mandir}/man1/*
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
15032
0931ac6a2fcf 2009-02-05 Brian Cameron <[email protected]>
yippi
parents: 15009
diff changeset
   259
* Thu Feb 05 2009 - [email protected]
0931ac6a2fcf 2009-02-05 Brian Cameron <[email protected]>
yippi
parents: 15009
diff changeset
   260
- Do not package /var/run files.  Fixes bug #6799059.
15009
9cd4a1ffe12d 2009-02-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 14412
diff changeset
   261
* Wed Feb 04 2009 - [email protected]
9cd4a1ffe12d 2009-02-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 14412
diff changeset
   262
- Renamed 0005.dbus to 0070.dbus.
14410
1d7d0d833e78 2008-10-02 Ghee Teo <[email protected]>
gheet
parents: 13578
diff changeset
   263
* Thu Oct 02 2008 - [email protected]
1d7d0d833e78 2008-10-02 Ghee Teo <[email protected]>
gheet
parents: 13578
diff changeset
   264
- 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
   265
  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
   266
  OpenSolaris.
13578
d19af398db35 2008-09-14 Brian Cameron <[email protected]>
yippi
parents: 13398
diff changeset
   267
* Sun Sep 14 2008 - [email protected]
d19af398db35 2008-09-14 Brian Cameron <[email protected]>
yippi
parents: 13398
diff changeset
   268
- Add new copyright files.
13398
04c87c57de80 2008-09-04 Brian Cameron <[email protected]>
yippi
parents: 13189
diff changeset
   269
* Tue Sep 02 2008 - [email protected]
04c87c57de80 2008-09-04 Brian Cameron <[email protected]>
yippi
parents: 13189
diff changeset
   270
- 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
   271
  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
   272
  daemon.
13189
836ff5d12ba2 2008-08-20 Brian Cameron <[email protected]>
yippi
parents: 11937
diff changeset
   273
* Wed Aug 20 2008 - [email protected]
836ff5d12ba2 2008-08-20 Brian Cameron <[email protected]>
yippi
parents: 11937
diff changeset
   274
- Move dbus-daemon.3 manpage to dbus-daemon.1 manpage.
11937
1c2548ce7ef9 2008-03-27 Brian Cameron <[email protected]>
yippi
parents: 11891
diff changeset
   275
* Thu Mar 27 2008 - [email protected]
1c2548ce7ef9 2008-03-27 Brian Cameron <[email protected]>
yippi
parents: 11891
diff changeset
   276
- Add SUNW_Copyright.
11891
28837b43d0af Formatting and fix of broken build.
dcarbery
parents: 11880
diff changeset
   277
* Wed Mar 19 2008 - [email protected]
28837b43d0af Formatting and fix of broken build.
dcarbery
parents: 11880
diff changeset
   278
- 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
   279
  /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
   280
  new D-Bus library, the symlinks are no longer needed.
11439
0f2a3b3ff86d 2008-01-11 Damien Carbery <[email protected]>
dcarbery
parents: 11223
diff changeset
   281
* Fri Jan 11 2008 - [email protected]
0f2a3b3ff86d 2008-01-11 Damien Carbery <[email protected]>
dcarbery
parents: 11223
diff changeset
   282
- 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
   283
  change on Aug 6. Fixes 6624762.
11223
629a5ee16ecc 2007-11-20 Brian Cameron <[email protected]>
yippi
parents: 10624
diff changeset
   284
* Tue Nov 20 2007 - [email protected]
629a5ee16ecc 2007-11-20 Brian Cameron <[email protected]>
yippi
parents: 10624
diff changeset
   285
- Add dbus manpages.
10624
303de5c195ab 2007-10-08 Damien Carbery <[email protected]>
dcarbery
parents: 10586
diff changeset
   286
* Mon Oct  8 2007 - [email protected]
303de5c195ab 2007-10-08 Damien Carbery <[email protected]>
dcarbery
parents: 10586
diff changeset
   287
- 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
   288
  file and is duplicated in the devel package. Fixes 6613798.
10581
97465b6465b8 2007-10-01 Damien Carbery <[email protected]>
dcarbery
parents: 10579
diff changeset
   289
* Mon Oct  1 2007 - [email protected]
10586
2a8ac5bf6758 2007-10-01 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10581
diff changeset
   290
- change 64-bit libexecdir to /usr/lib
2a8ac5bf6758 2007-10-01 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10581
diff changeset
   291
* Mon Oct  1 2007 - [email protected]
10581
97465b6465b8 2007-10-01 Damien Carbery <[email protected]>
dcarbery
parents: 10579
diff changeset
   292
- Fix %files, adding %{_libdir}/%{_arch64}/dbus-1.
10579
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10572
diff changeset
   293
* Sun Sep 30 2007 - [email protected]
81555ebcf4e4 2007-09-30 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10572
diff changeset
   294
- fix %install
10572
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10465
diff changeset
   295
* Fri Sep 28 2007 - [email protected]
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10465
diff changeset
   296
- convert to new style multi-ISA build
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10465
diff changeset
   297
- delete SUNWxwrtl dep
10278
f4767566e7d2 2007-08-07 Brian Cameron <[email protected]>
yippi
parents: 9397
diff changeset
   298
* Mon Aug 06 2007 - [email protected]
f4767566e7d2 2007-08-07 Brian Cameron <[email protected]>
yippi
parents: 9397
diff changeset
   299
- 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
   300
  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
   301
  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
   302
* Sun Feb 25 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   303
- updated to include 64-bit build RFE: #6480511
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   304
* Fri Dec 15 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   305
- 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
   306
* Mon Nov 27 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   307
- Update to 1.0.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   308
* Fri Nov 24 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   309
- Update %files - remove python dir, add %{_localstatedir}/lib/dbus.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   310
* Mon Sep 18 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   311
- 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
   312
  ld(1) bug 6467925
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   313
- 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
   314
* Mon Aug 28 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   315
- 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
   316
* Fri Aug 25 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   317
- Use c99 compiler
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   318
* Fri Jul 28 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   319
- 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
   320
  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
   321
* Fri Jul 21 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   322
- 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
   323
* Mon May 08 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   324
- 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
   325
  bindings are built.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   326
* Tue May 02 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   327
- add SMF support (from Artem Kachitchkine)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   328
* Fri Feb 17 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   329
- Update Build/Requires after running check-deps.pl script.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   330
* Tue Oct 25 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   331
- Add the include dir under _libdir.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   332
* Fri Oct 21 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   333
- Initial spec file created.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   334