- Update to D-Bus 1.0 RC 3 (0.95)

- don't build with tests on
This commit is contained in:
John (J5) Palmieri 2006-11-03 21:27:03 +00:00
parent 9c89524618
commit 5909b70f00
2 changed files with 7 additions and 4 deletions

View File

@ -7,7 +7,7 @@
Summary: D-BUS message bus Summary: D-BUS message bus
Name: dbus Name: dbus
Version: 0.94 Version: 0.95
Release: 1%{?dist} Release: 1%{?dist}
URL: http://www.freedesktop.org/software/dbus/ URL: http://www.freedesktop.org/software/dbus/
Source0: %{name}-%{version}.tar.gz Source0: %{name}-%{version}.tar.gz
@ -82,7 +82,7 @@ function make_fast() {
} }
#### Build once with tests to make check #### Build once with tests to make check
%configure $COMMON_ARGS --enable-tests=yes --enable-verbose-mode=yes --enable-asserts=yes %configure $COMMON_ARGS --enable-tests=no --enable-verbose-mode=yes --enable-asserts=yes
make_fast make_fast
#keep debug mode for now. #keep debug mode for now.
@ -127,7 +127,6 @@ rm -rf %{buildroot}
/sbin/ldconfig /sbin/ldconfig
/sbin/chkconfig --add messagebus /sbin/chkconfig --add messagebus
/sbin/chkconfig messagebus resetpriorities /sbin/chkconfig messagebus resetpriorities
/bin/dbus-uuidgen --ensure
%preun %preun
if [ $1 = 0 ]; then if [ $1 = 0 ]; then
@ -171,6 +170,10 @@ fi
%{_includedir}/* %{_includedir}/*
%changelog %changelog
* Fri Nov 03 2006 John (J5) Palmieri <johnp@redhat.com> - 0.95-1
- Update to D-Bus 1.0 RC 3 (0.95)
- don't build with tests on
* Sat Oct 14 2006 John (J5) Palmieri <johnp@redhat.com> - 0.94-1 * Sat Oct 14 2006 John (J5) Palmieri <johnp@redhat.com> - 0.94-1
- Update to D-Bus 1.0 RC 2 (0.94) - Update to D-Bus 1.0 RC 2 (0.94)

View File

@ -1 +1 @@
85653cafbcfc7edfbad9639459758ed3 dbus-0.94.tar.gz c660e2c6345cbe5edc5e2486570148af dbus-0.95.tar.gz