From 142e93bb711ccc2e679033f0dee806e924c5ec97 Mon Sep 17 00:00:00 2001 From: John (J5) Palmieri Date: Jul 18 2006 18:13:53 +0000 Subject: - s/--libdir=\/lib/--libdir=%{_lib}/ in configure stage --- diff --git a/dbus.spec b/dbus.spec index 25c46fe..4244a4f 100644 --- a/dbus.spec +++ b/dbus.spec @@ -8,7 +8,7 @@ Summary: D-BUS message bus Name: dbus Version: 0.90 -Release: 2 +Release: 3 URL: http://www.freedesktop.org/software/dbus/ Source0: %{name}-%{version}.tar.gz License: AFL/GPL @@ -68,7 +68,7 @@ in this separate package so server systems need not install X. autoreconf -f -i %build -COMMON_ARGS="--enable-libaudit --enable-selinux=yes --with-init-scripts=redhat --with-system-pid-file=%{_localstatedir}/run/messagebus.pid --with-dbus-user=%{dbus_user_uid} --libdir=/lib --bindir=/bin --sysconfdir=/etc --exec-prefix=/" +COMMON_ARGS="--enable-libaudit --enable-selinux=yes --with-init-scripts=redhat --with-system-pid-file=%{_localstatedir}/run/messagebus.pid --with-dbus-user=%{dbus_user_uid} --libdir=%{_lib} --bindir=/bin --sysconfdir=/etc --exec-prefix=/" ### this is some crack because bits of dbus can be ### smp-compiled but others don't feel like working @@ -164,6 +164,9 @@ fi %{_includedir}/* %changelog +* Tue Jul 18 2006 John (J5) Palmieri - 0.90-3 +- s/--libdir=\/lib/--libdir=%{_lib}/ in configure stage + * Tue Jul 18 2006 John (J5) Palmieri - 0.90-2 - Remove some remnants of the GLIB bindings from configure.in