- s/--libdir=\/lib/--libdir=%{_lib}/ in configure stage
This commit is contained in:
parent
ca3efead1a
commit
142e93bb71
@ -8,7 +8,7 @@
|
|||||||
Summary: D-BUS message bus
|
Summary: D-BUS message bus
|
||||||
Name: dbus
|
Name: dbus
|
||||||
Version: 0.90
|
Version: 0.90
|
||||||
Release: 2
|
Release: 3
|
||||||
URL: http://www.freedesktop.org/software/dbus/
|
URL: http://www.freedesktop.org/software/dbus/
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
License: AFL/GPL
|
License: AFL/GPL
|
||||||
@ -68,7 +68,7 @@ in this separate package so server systems need not install X.
|
|||||||
autoreconf -f -i
|
autoreconf -f -i
|
||||||
|
|
||||||
%build
|
%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
|
### this is some crack because bits of dbus can be
|
||||||
### smp-compiled but others don't feel like working
|
### smp-compiled but others don't feel like working
|
||||||
@ -164,6 +164,9 @@ fi
|
|||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 18 2006 John (J5) Palmieri <johnp@redhat.com> - 0.90-3
|
||||||
|
- s/--libdir=\/lib/--libdir=%{_lib}/ in configure stage
|
||||||
|
|
||||||
* Tue Jul 18 2006 John (J5) Palmieri <johnp@redhat.com> - 0.90-2
|
* Tue Jul 18 2006 John (J5) Palmieri <johnp@redhat.com> - 0.90-2
|
||||||
- Remove some remnants of the GLIB bindings from configure.in
|
- Remove some remnants of the GLIB bindings from configure.in
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user