2007-02-15 18:16:44 +01:00
|
|
|
#
|
2011-08-18 09:10:44 +02:00
|
|
|
# spec file for package dbus-1-x11
|
2007-02-15 18:16:44 +01:00
|
|
|
#
|
2012-02-06 19:24:34 +01:00
|
|
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-02-15 18:16:44 +01:00
|
|
|
#
|
2008-08-08 02:10:13 +02:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2007-02-15 18:16:44 +01:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
2011-08-18 09:10:44 +02:00
|
|
|
|
2007-02-15 18:16:44 +01:00
|
|
|
Name: dbus-1-x11
|
2011-08-17 22:21:10 +02:00
|
|
|
%define _name dbus
|
2012-08-01 15:31:54 +02:00
|
|
|
BuildRequires: pkgconfig(x11)
|
2007-10-03 00:50:39 +02:00
|
|
|
Url: http://dbus.freedesktop.org/
|
2012-02-23 20:07:37 +01:00
|
|
|
Summary: D-Bus Message Bus System
|
2012-02-06 19:24:34 +01:00
|
|
|
License: GPL-2.0+ or AFL-2.1
|
2009-07-17 18:13:29 +02:00
|
|
|
Group: System/Daemons
|
2007-02-15 18:16:44 +01:00
|
|
|
# COMMON1-BEGIN
|
|
|
|
# COMMON1-BEGIN
|
2012-02-24 13:43:43 +01:00
|
|
|
|
|
|
|
# We can't enable this right now, because it will create a build cycle between
|
|
|
|
# dbus-1 and systemd. Fun!
|
|
|
|
%define with_systemd 0
|
|
|
|
|
2008-09-05 20:16:27 +02:00
|
|
|
BuildRequires: audit-devel
|
2012-02-23 20:07:37 +01:00
|
|
|
BuildRequires: doxygen
|
|
|
|
BuildRequires: libexpat-devel
|
2011-10-02 16:37:37 +02:00
|
|
|
BuildRequires: libtool
|
2012-02-23 20:07:37 +01:00
|
|
|
BuildRequires: pkg-config
|
|
|
|
BuildRequires: update-desktop-files
|
|
|
|
%if %{with_systemd}
|
|
|
|
BuildRequires: pkgconfig(libsystemd-daemon)
|
|
|
|
BuildRequires: pkgconfig(libsystemd-login)
|
|
|
|
%endif
|
2012-03-28 15:09:32 +02:00
|
|
|
Version: 1.5.12
|
2012-02-23 20:07:37 +01:00
|
|
|
Release: 0
|
2008-11-02 15:38:31 +01:00
|
|
|
# bug437293
|
|
|
|
%ifarch ppc64
|
|
|
|
Obsoletes: dbus-1-64bit
|
|
|
|
%endif
|
|
|
|
#
|
2011-08-17 22:21:10 +02:00
|
|
|
Source0: http://dbus.freedesktop.org/releases/dbus/%{_name}-%{version}.tar.gz
|
2011-05-05 14:04:08 +02:00
|
|
|
Source1: rc.boot.dbus
|
2007-02-15 18:16:44 +01:00
|
|
|
Source2: dbus-1.desktop
|
2008-09-05 20:16:27 +02:00
|
|
|
Source3: dbus_at_console.ck
|
2010-02-12 07:57:00 +01:00
|
|
|
Source4: baselibs.conf
|
2009-02-17 22:17:46 +01:00
|
|
|
Patch0: dbus-log-deny.patch
|
2011-10-12 11:51:10 +02:00
|
|
|
# PATCH-FIX-OPENSUSE coolo@suse.de -- force a feature configure won't accept without x11 in buildrequires
|
|
|
|
Patch1: dbus-do-autolaunch.patch
|
2012-10-07 19:04:31 +02:00
|
|
|
Patch2: dbus-cve-2012-3524.patch
|
2008-12-15 12:25:37 +01:00
|
|
|
%if 0%{?suse_version} > 1100
|
|
|
|
%bcond_without selinux
|
|
|
|
%else
|
|
|
|
%bcond_with selinux
|
|
|
|
%endif
|
|
|
|
%if %{with selinux}
|
|
|
|
BuildRequires: libselinux-devel
|
|
|
|
%endif
|
2010-10-07 22:02:37 +02:00
|
|
|
BuildRequires: libcap-ng-devel
|
2007-02-15 18:16:44 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
# COMMON1-END
|
|
|
|
# COMMON1-END
|
|
|
|
|
|
|
|
%description
|
|
|
|
D-Bus contains some tools that require Xlib to be installed, those are
|
|
|
|
in this separate package so server systems need not install X.
|
|
|
|
|
2007-02-19 11:59:04 +01:00
|
|
|
%prep
|
|
|
|
# COMMON2-BEGIN
|
|
|
|
# COMMON2-BEGIN
|
2011-08-17 22:21:10 +02:00
|
|
|
%setup -n %{_name}-%{version} -q
|
2009-01-29 23:01:42 +01:00
|
|
|
%patch0 -p1
|
2011-10-12 11:51:10 +02:00
|
|
|
%patch1 -p1
|
2012-10-07 19:04:31 +02:00
|
|
|
%patch2 -p1
|
2007-02-19 11:59:04 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
autoreconf -fi
|
2012-02-27 13:15:44 +01:00
|
|
|
# We use -fpie/-pie for the whole build; this is the recommended way to harden
|
|
|
|
# the build upstream, see discussion in fdo#46570
|
|
|
|
export CFLAGS="${RPM_OPT_FLAGS} -fno-strict-aliasing -fPIC -fpie"
|
|
|
|
export LDFLAGS="-pie"
|
2007-02-19 11:59:04 +01:00
|
|
|
export CXXFLAGS="${RPM_OPT_FLAGS} -fno-strict-aliasing"
|
|
|
|
%if 0%{?suse_version} > 1000
|
|
|
|
export CFLAGS="$CFLAGS -fstack-protector"
|
|
|
|
export CXXFLAGS="$CXXFLAGS -fstack-protector"
|
2010-07-20 20:18:20 +02:00
|
|
|
export V=1
|
2007-02-19 11:59:04 +01:00
|
|
|
%endif
|
2009-07-17 18:13:29 +02:00
|
|
|
%configure \
|
|
|
|
--disable-static \
|
|
|
|
--with-pic \
|
|
|
|
--bindir=/bin \
|
|
|
|
--libexecdir=/lib/%{name} \
|
2007-07-27 15:33:15 +02:00
|
|
|
--libdir=/%{_lib} \
|
2007-02-19 11:59:04 +01:00
|
|
|
--with-init-scripts=suse \
|
2008-01-17 22:34:04 +01:00
|
|
|
--enable-inotify \
|
2007-02-19 11:59:04 +01:00
|
|
|
--enable-doxygen-docs \
|
2008-09-05 20:16:27 +02:00
|
|
|
%if %{with selinux}
|
|
|
|
--enable-selinux \
|
2012-02-23 20:07:37 +01:00
|
|
|
%endif
|
|
|
|
%if %{with_systemd}
|
|
|
|
--enable-systemd \
|
2008-09-05 20:16:27 +02:00
|
|
|
%endif
|
|
|
|
--enable-libaudit \
|
2010-07-20 20:18:20 +02:00
|
|
|
--with-console-auth-dir=/var/run/dbus/at_console/ \
|
2011-10-12 11:51:10 +02:00
|
|
|
--with-systemdsystemunitdir=/lib/systemd/system
|
2010-07-20 20:18:20 +02:00
|
|
|
make %{?_smp_mflags}
|
2007-02-19 11:59:04 +01:00
|
|
|
doxygen -u && doxygen
|
|
|
|
./cleanup-man-pages.sh
|
|
|
|
|
|
|
|
%install
|
|
|
|
# COMMON2-END
|
|
|
|
# COMMON2-END
|
|
|
|
tdir=$(mktemp -d)
|
|
|
|
make DESTDIR=$tdir install
|
|
|
|
mkdir -p %{buildroot}/%{_bindir}
|
|
|
|
mkdir -p %{buildroot}/%{_mandir}/man1
|
2007-07-29 17:32:54 +02:00
|
|
|
mv $tdir/bin/dbus-launch %{buildroot}/%{_bindir}
|
2007-02-19 11:59:04 +01:00
|
|
|
mv $tdir/%{_mandir}/man1/dbus-launch.1* %{buildroot}/%{_mandir}/man1
|
|
|
|
rm -rf $tdir
|
2007-02-15 18:16:44 +01:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/dbus-launch
|
|
|
|
%{_mandir}/man1/dbus-launch.1*
|
2007-11-23 02:03:01 +01:00
|
|
|
|
2007-02-19 11:59:04 +01:00
|
|
|
%changelog
|