base-specs/dbus.spec
author yippi
Thu, 05 Aug 2010 11:47:22 +0000
changeset 19973 f05dadadf325
parent 17864 337913e88a9d
child 20004 874b06e47400
permissions -rw-r--r--
Fix copyright lines.
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 dbus
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     3
#
19973
f05dadadf325 Fix copyright lines.
yippi
parents: 17864
diff changeset
     4
# Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     5
# 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
     6
# 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
     7
#
16434
f21f22550fe9 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16425
diff changeset
     8
%define owner yippi
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     9
# bugdb: bugzilla.freedesktop.org
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    10
#
16425
d6ed2a48e85f 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16046
diff changeset
    11
d6ed2a48e85f 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16046
diff changeset
    12
%define OSR 12712:1.2.16
d6ed2a48e85f 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16046
diff changeset
    13
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    14
Name:         dbus
14571
a943a025a41e 2008-11-06 Brian Cameron <[email protected]>
yippi
parents: 14441
diff changeset
    15
License:      GPL v2, AFL v2.1
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    16
Group:        System/Libraries
17745
39185be22995 2010-03-23 Brian Cameron <[email protected]>
yippi
parents: 17494
diff changeset
    17
Version:      1.2.24
10278
f4767566e7d2 2007-08-07 Brian Cameron <[email protected]>
yippi
parents: 10263
diff changeset
    18
Release:      1
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    19
Distribution: Java Desktop System
17864
337913e88a9d 2010-04-19 Christian Kelly <[email protected]>
chrisk
parents: 17745
diff changeset
    20
Vendor:       freedesktop.org
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    21
Summary:      Simple IPC library based on messages
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    22
Source:       http://dbus.freedesktop.org/releases/dbus/%{name}-%{version}.tar.gz
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    23
URL:          http://www.freedesktop.org/wiki/Software_2fdbus
10465
523441b3f443 2007-09-06 Brian Cameron <[email protected]>
yippi
parents: 10304
diff changeset
    24
#owner:yippi date:2007-09-06 type:feature 
15677
732720a3abc5 Fix patch comments.
yippi
parents: 15602
diff changeset
    25
# System services are disabled by default in Solaris configuration since
732720a3abc5 Fix patch comments.
yippi
parents: 15602
diff changeset
    26
# they are not yet supported on Solaris.
12044
a4b5f8e66cf9 2008-04-06 Brian Cameron <[email protected]>
yippi
parents: 11743
diff changeset
    27
Patch1:       dbus-01-nosystemservice.diff
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    28
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    29
Docdir:	      %{_defaultdocdir}/doc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    30
Autoreqprov:  on
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    31
Prereq:       /sbin/ldconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    32
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    33
%define glib2_version 2.6.4
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    34
%define libxml2_version 2.6.19
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    35
BuildRequires: glib2-devel >= %glib2_version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
BuildRequires: libxml2-devel >= %libxml2_version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
# FIXME: get python rpm: BuildRequires: python >= %python_version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    38
Requires: glib2 >= %glib2_version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    39
Requires: libxml2 >= %libxml2_version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    40
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    41
%description
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    42
D-Bus is a message bus system, a simple way for applications to talk to one
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    43
another.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
D-Bus supplies both a system daemon (for events such as "new hardware device 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    45
added" or "printer queue changed") and a per-user-login-session daemon (for 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    46
general IPC needs among user applications). Also, the message bus is built on
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
top of a general one-to-one message passing framework, which can be used by
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
any two apps to communicate directly (without going through the message bus
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    49
daemon). 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    50
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    51
%package devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    52
Summary:      Simple IPC library based on messages
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    53
Group:        Development/Libraries
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    54
Requires:     %{name} = %{version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    55
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    56
%description devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    57
D-Bus is a message bus system, a simple way for applications to talk to one 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    58
another.
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
D-Bus supplies both a system daemon (for events such as "new hardware device
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    61
added" or "printer queue changed") and a per-user-login-session daemon (for
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    62
general IPC needs among user applications). Also, the message bus is built on
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    63
top of a general one-to-one message passing framework, which can be used by
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    64
any two apps to communicate directly (without going through the message bus
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    65
daemon). 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    66
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    67
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    68
%setup -q
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    69
%patch1 -p1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    70
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    71
%build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    72
%ifos linux
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    73
if [ -x /usr/bin/getconf ]; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    74
  CPUS=`getconf _NPROCESSORS_ONLN`
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    75
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    76
%else
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    77
  CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    78
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    79
if test "x$CPUS" = "x" -o $CPUS = 0; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    80
  CPUS=1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    81
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    82
16026
c2d1d9ae5e6a 2009-07-15 Brian Cameron <[email protected]>
yippi
parents: 15677
diff changeset
    83
libtoolize -f
9650
4d1a83cf35ef 2007-04-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
    84
aclocal $ACLOCAL_FLAGS
12262
cc6ebd0edc02 2008-05-07 simon.zheng <[email protected]>
xz159989
parents: 12261
diff changeset
    85
autoheader
cc6ebd0edc02 2008-05-07 simon.zheng <[email protected]>
xz159989
parents: 12261
diff changeset
    86
automake -a -c -f
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    87
autoconf
11139
da1e04fe9b25 2007-11-07 Padraig O'Briain <[email protected]>
padraig
parents: 10649
diff changeset
    88
export CFLAGS="%optflags -D_REENTRANT"
10572
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10466
diff changeset
    89
export LDFLAGS="%_ldflags"
10649
5bcec618ba4d 2007-10-12 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10586
diff changeset
    90
export PKG_CONFIG_PATH="%{_libdir}/pkgconfig"
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    91
./configure --prefix=%{_prefix}				\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    92
            --includedir=%{_includedir} 		\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    93
            --sysconfdir=%{_sysconfdir} 		\
10572
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10466
diff changeset
    94
            --libdir=%{_libdir}		 		\
10278
f4767566e7d2 2007-08-07 Brian Cameron <[email protected]>
yippi
parents: 10263
diff changeset
    95
            --libexecdir=%{_libexecdir}			\
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    96
            --bindir=%{_bindir}				\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    97
            --localstatedir=%{_localstatedir}		\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    98
            --with-dbus-user=root       		\
10572
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10466
diff changeset
    99
            --with-dbus-daemondir=%{_basedir}/lib	\
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   100
	    --mandir=%{_mandir}				\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   101
	    --datadir=%{_datadir}			\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   102
	    --disable-static
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   103
make -j $CPUS \
10572
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10466
diff changeset
   104
    pyexecdir=%{_libdir}/python%{python_version}/vendor-packages
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   105
cd ../%{name}-%{version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   106
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   107
%install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   108
make DESTDIR=$RPM_BUILD_ROOT install \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   109
    pyexecdir=%{_libdir}/python%{python_version}/vendor-packages
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   110
mkdir -p $RPM_BUILD_ROOT%{_datadir}/dbus-1/services
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   111
find $RPM_BUILD_ROOT%{_libdir} -type f -name "*.la" -exec rm -f {} ';'
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   112
find $RPM_BUILD_ROOT%{_libdir} -type f -name "*.a" -exec rm -f {} ';'
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   113
find $RPM_BUILD_ROOT%{_libdir} -type f -name "*.pyo" -exec rm -f {} ';'
10465
523441b3f443 2007-09-06 Brian Cameron <[email protected]>
yippi
parents: 10304
diff changeset
   114
# Disable system services.
10586
2a8ac5bf6758 2007-10-01 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10572
diff changeset
   115
rm $RPM_BUILD_ROOT%{_libexecdir}/dbus-daemon-launch-helper
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   116
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   117
%post
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   118
/sbin/ldconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   119
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   120
%postun
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   121
/sbin/ldconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   122
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   123
%clean 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   124
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   125
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   126
%files 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   127
%defattr(-, root, root)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   128
%config %{_sysconfdir}/dbus-1/session.conf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   129
%config %{_sysconfdir}/dbus-1/system.conf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   130
%{_bindir}/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   131
%{_libdir}/libdbus*.so*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   132
%{_datadir}/man/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   133
%{_datadir}/dbus-1/*
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
%files devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   136
%defattr(-, root, root)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   137
%{_libdir}/*.so
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   138
%{_includedir}/dbus-1.0/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   139
%{_libdir}/dbus-1.0/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   140
%{_libdir}/pkgconfig/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   141
%{_libdir}/python?.?/vendor-packages/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   142
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   143
%changelog
17745
39185be22995 2010-03-23 Brian Cameron <[email protected]>
yippi
parents: 17494
diff changeset
   144
* Tue Mar 23 2010 - [email protected]
39185be22995 2010-03-23 Brian Cameron <[email protected]>
yippi
parents: 17494
diff changeset
   145
- Bump to 1.2.24.  Remove upstream patch dbus-02-fixcompile.diff.
17494
afb654b8fca4 2010-02-03 Brian Cameron <[email protected]>
yippi
parents: 16434
diff changeset
   146
* Wed Feb 03 2010 - [email protected]
afb654b8fca4 2010-02-03 Brian Cameron <[email protected]>
yippi
parents: 16434
diff changeset
   147
- Bump to 1.2.20.  Remove upstream patch dbus-02-getpwnam.diff.  Add new patch
afb654b8fca4 2010-02-03 Brian Cameron <[email protected]>
yippi
parents: 16434
diff changeset
   148
  dbus-02-fixcompile.diff needed to build.
16026
c2d1d9ae5e6a 2009-07-15 Brian Cameron <[email protected]>
yippi
parents: 15677
diff changeset
   149
* Wed Jul 15 2009 - [email protected]
c2d1d9ae5e6a 2009-07-15 Brian Cameron <[email protected]>
yippi
parents: 15677
diff changeset
   150
- Bump to 1.2.16.  Add patch dbus-02-getpwnam.diff to fix compile issue.
14885
50892b7fea9d Fix date in comment.
yippi
parents: 14884
diff changeset
   151
* Thu Jan 08 2009 - [email protected]
14884
d5424a7dd252 2009-01-08 Brian Cameron <[email protected]>
yippi
parents: 14752
diff changeset
   152
- Bump to 1.2.12.
14752
a0f9e72f1b28 2008-12-11 Brian Cameron <[email protected]>
yippi
parents: 14725
diff changeset
   153
* Wed Dec 10 2008 - [email protected]
a0f9e72f1b28 2008-12-11 Brian Cameron <[email protected]>
yippi
parents: 14725
diff changeset
   154
- Bump to 1.2.8
14725
1d5b6ec72823 bumpt to 1.2.6
davelam
parents: 14571
diff changeset
   155
* Mon Dec 08 2008 - [email protected]
1d5b6ec72823 bumpt to 1.2.6
davelam
parents: 14571
diff changeset
   156
- Bump to 1.2.6.
14441
8ddd82fe5096 2008-10-10 Darren Kenny <[email protected]>
dkenny
parents: 13082
diff changeset
   157
* Thu Oct 09 2008 - [email protected]
8ddd82fe5096 2008-10-10 Darren Kenny <[email protected]>
dkenny
parents: 13082
diff changeset
   158
- Bump to 1.2.4. 
8ddd82fe5096 2008-10-10 Darren Kenny <[email protected]>
dkenny
parents: 13082
diff changeset
   159
  D-Bus if it fails to connect the first time.
13082
32a0dc76438b 2008-08-08 Brian Cameron <[email protected]>
yippi
parents: 12262
diff changeset
   160
* Thu Aug 07 2008 - [email protected]
32a0dc76438b 2008-08-08 Brian Cameron <[email protected]>
yippi
parents: 12262
diff changeset
   161
- Bump to 1.2.3.  Remove upstream dbus-02-getauditsessiondata.diff patch.
12261
092f036d563e 2008-05-07 simon.zheng <[email protected]>
xz159989
parents: 12044
diff changeset
   162
* Wed May 07 2008 - [email protected]
092f036d563e 2008-05-07 simon.zheng <[email protected]>
xz159989
parents: 12044
diff changeset
   163
- Add patch 02-getauditsessiondata.diff to add a interface 
092f036d563e 2008-05-07 simon.zheng <[email protected]>
xz159989
parents: 12044
diff changeset
   164
  "GetAdtAuditSessionData", getting audit data from socket connection.
13082
32a0dc76438b 2008-08-08 Brian Cameron <[email protected]>
yippi
parents: 12262
diff changeset
   165
* Sun Apr 06 2008 - [email protected]
12044
a4b5f8e66cf9 2008-04-06 Brian Cameron <[email protected]>
yippi
parents: 11743
diff changeset
   166
- Bump to 1.2.1
13082
32a0dc76438b 2008-08-08 Brian Cameron <[email protected]>
yippi
parents: 12262
diff changeset
   167
* Wed Feb 27 2008 - [email protected]
11743
3547dd401d5c 2008-02-27 Brian Cameron <[email protected]>
yippi
parents: 11480
diff changeset
   168
- Bump to 1.1.20
3547dd401d5c 2008-02-27 Brian Cameron <[email protected]>
yippi
parents: 11480
diff changeset
   169
* Thu Jan 17 2008 - [email protected]
11480
6ab5897fa1c5 2008-01-17 Brian Cameron <[email protected]>
yippi
parents: 11479
diff changeset
   170
- Bump to 1.1.4.
11743
3547dd401d5c 2008-02-27 Brian Cameron <[email protected]>
yippi
parents: 11480
diff changeset
   171
* Thu Jan 17 2008 - [email protected]
11479
43137ffda648 2008-01-17 Brian Cameron <[email protected]>
yippi
parents: 11160
diff changeset
   172
- Bump to 1.1.3.  Remove upstream patches.
11160
70aa9f59b0fb Update %changelog comment.
dcarbery
parents: 11139
diff changeset
   173
* Wed Nov 07 2007 - [email protected]
70aa9f59b0fb Update %changelog comment.
dcarbery
parents: 11139
diff changeset
   174
- Add -D_REENTRANT to CFLAGS. It was removed from SUNW spec file on Sep 28.
70aa9f59b0fb Update %changelog comment.
dcarbery
parents: 11139
diff changeset
   175
  See bugster 6615221.
10649
5bcec618ba4d 2007-10-12 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10586
diff changeset
   176
* Fri Oct 12 1007 - [email protected]
5bcec618ba4d 2007-10-12 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10586
diff changeset
   177
- delete some env variable settings forgotten in the previous commit
10572
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10466
diff changeset
   178
* Fri Sep 28 2007 - [email protected]
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10466
diff changeset
   179
- convert to new style multi-ISA build
10465
523441b3f443 2007-09-06 Brian Cameron <[email protected]>
yippi
parents: 10304
diff changeset
   180
* Thu Sep 06 2007 - [email protected]
523441b3f443 2007-09-06 Brian Cameron <[email protected]>
yippi
parents: 10304
diff changeset
   181
- Add patch dbus-04-nosystemservice.diff and do not ship
523441b3f443 2007-09-06 Brian Cameron <[email protected]>
yippi
parents: 10304
diff changeset
   182
  dbus-daemon-launch-helper to disable D-Bus system services completely.
523441b3f443 2007-09-06 Brian Cameron <[email protected]>
yippi
parents: 10304
diff changeset
   183
  Nothing in Solaris currently needs the D-Bus system service.  The Linux
523441b3f443 2007-09-06 Brian Cameron <[email protected]>
yippi
parents: 10304
diff changeset
   184
  solution specifies that --with-dbus-user is "messagebus".  The idea is
523441b3f443 2007-09-06 Brian Cameron <[email protected]>
yippi
parents: 10304
diff changeset
   185
  that the system daemon runs as this user and uses the root setgid 
523441b3f443 2007-09-06 Brian Cameron <[email protected]>
yippi
parents: 10304
diff changeset
   186
  script dbus-daemon-launch-helper to gain privilege when needed.  It is
523441b3f443 2007-09-06 Brian Cameron <[email protected]>
yippi
parents: 10304
diff changeset
   187
  likely that Sun would instead want to use a more secure least-privilege
523441b3f443 2007-09-06 Brian Cameron <[email protected]>
yippi
parents: 10304
diff changeset
   188
  RBAC style solution for doing this, if we ever need to add this feature
523441b3f443 2007-09-06 Brian Cameron <[email protected]>
yippi
parents: 10304
diff changeset
   189
  back.
10278
f4767566e7d2 2007-08-07 Brian Cameron <[email protected]>
yippi
parents: 10263
diff changeset
   190
* Mon Aug 06 2007 - [email protected]
f4767566e7d2 2007-08-07 Brian Cameron <[email protected]>
yippi
parents: 10263
diff changeset
   191
- Bump to 0.74.  Update patches.
10025
0bec0964d985 2007-06-08 Brian Cameron <[email protected]>
yippi
parents: 9650
diff changeset
   192
* Fri Jun 08 2007 - [email protected]
0bec0964d985 2007-06-08 Brian Cameron <[email protected]>
yippi
parents: 9650
diff changeset
   193
- Remove dbus-01-dbus-launch.diff since it is no longer needed now
0bec0964d985 2007-06-08 Brian Cameron <[email protected]>
yippi
parents: 9650
diff changeset
   194
  that we've reworked the SUNWdtlogin-integration package to call
0bec0964d985 2007-06-08 Brian Cameron <[email protected]>
yippi
parents: 9650
diff changeset
   195
  dbus-launch from /usr/dt/config/Xsession.jds instead of Xinitrc.jds.
9650
4d1a83cf35ef 2007-04-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
   196
* Sun Apr  1 2007 - [email protected]
4d1a83cf35ef 2007-04-02 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9565
diff changeset
   197
- add missing aclocal calls
9565
4f6ed9cc5ede 2007-03-15 Doug Scott <[email protected]>
drdoug
parents: 9416
diff changeset
   198
* Wed Mar 15 2007 - [email protected]
4f6ed9cc5ede 2007-03-15 Doug Scott <[email protected]>
drdoug
parents: 9416
diff changeset
   199
- Removed CC64 and CC32. They are not needed anymore
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   200
* Sun Feb 25 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   201
- updated to include 64-bit build RFE: #6480511
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   202
- patch to stop Sun Studio compiling GCC asm specific code
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   203
* Wed Dec 13 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   204
- Bump to 1.0.2.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   205
* Thu Nov 27 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   206
- Minor cleanup.  Remove python build dependancy since now python bindings
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   207
  are built in separate module.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   208
* Thu Nov 23 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   209
- Removed upstream patches, 01, 02, 04, 05 and 06. Renumber remainder.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   210
* Wed Nov 22 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   211
- Bump to 1.0.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   212
* Fri Nov 17 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   213
- Added patch dbus-06-proxy-change-owner-crash.diff. This patch is only
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   214
  for 0.6x release of dbus, when dbus 1.0 is incorporated, this patch
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   215
  can be dropped.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   216
* Fri Oct 13 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   217
- Delete .a and .la files.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   218
* Wed Aug 30 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   219
- Add --datadir to configure call so that path in session.conf is expanded.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   220
* Thu Aug 03 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   221
- Updated dbus-03-dbus-launch.diff to avoid chewing idle CPU.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   222
* Wed Aug 02 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   223
- Rewrote libexec patch based on Havoc's comments.  Now pass in 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   224
  --with-daemondir to set daemon location.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   225
* Fri Jul 28 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   226
- add patch priv.spec (from Artem Kachitchkine), makes dbus run as user
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   227
  'daemon' and also with least privileges
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   228
* Fri Jul 21 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   229
- Add patch to move dbus-daemon to /usr/lib, required by ARC.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   230
* Tue May 02 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   231
- add patch console.diff that allows D-Bus to authenticate console user
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   232
* Sun Feb 26 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   233
- Bump to 0.61.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   234
- move python stuff to vendor-packages, remove .pyo and *.la
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   235
* Thu Jan 19 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   236
- Remove upstream patch, 01-auth-external. Renumber remaining.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   237
* Tue Jan 17 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   238
- Bump to 0.60.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   239
* Tue Oct 25 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   240
- Remove patch3 as an include dir under _libdir is okay. Bump to 0.50. Disable
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   241
  python bindings as they fail. Bug 4878 files at freedesktop.org.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   242
* Fri Oct 21 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   243
- Add patches to build on Solaris.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   244
* Tue Aug 30 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   245
- Create the dbus-1 services directory
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   246
* Tue Aug 16 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   247
- Add python >= 2.4 dependency. Reformat description text.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   248
* Mon Aug 15 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   249
- Bump to 0.35.2.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   250
* Mon Jun 20 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   251
- dbus 0.23 is actually shipped with gnome 2.10 so bumping down tarball
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   252
* Thu Jun 09 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   253
- add buildrequires glib2, libxml2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   254
* Thu May 12 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   255
- Initial spec file for dbus.