auto-import dbus-0.22-3 from dbus-0.22-3.src.rpm

This commit is contained in:
cvsdist 2004-09-09 04:08:48 +00:00
parent b590c7dff5
commit c1a18949b4

View File

@ -12,7 +12,7 @@
Summary: D-BUS message bus Summary: D-BUS message bus
Name: dbus Name: dbus
Version: 0.22 Version: 0.22
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
@ -23,7 +23,7 @@ BuildRequires: expat-devel >= %{expat_version}
BuildRequires: glib2-devel >= %{glib2_version} BuildRequires: glib2-devel >= %{glib2_version}
#BuildRequires: qt-devel >= %{qt_version} #BuildRequires: qt-devel >= %{qt_version}
BuildRequires: Pyrex >= %{pyrex_version} BuildRequires: Pyrex >= %{pyrex_version}
BuildRequires: gtk2-devel >= %{gtk_version} #BuildRequires: gtk2-devel >= %{gtk_version}
BuildRequires: libselinux-devel >= %{libselinux_version} BuildRequires: libselinux-devel >= %{libselinux_version}
Requires: libselinux >= %{libselinux_version} Requires: libselinux >= %{libselinux_version}
@ -58,6 +58,7 @@ Requires: %name = %{version}-%{release}
D-BUS add-on library to integrate the standard D-BUS library with D-BUS add-on library to integrate the standard D-BUS library with
the GLib thread abstraction and main loop. the GLib thread abstraction and main loop.
%if 0
%package gtk %package gtk
Summary: GTK based tools Summary: GTK based tools
Group: Development/Tools Group: Development/Tools
@ -67,6 +68,8 @@ Requires: gtk2 >= %{gtk_version}
D-BUS tools written using the gtk+ GUI libaries D-BUS tools written using the gtk+ GUI libaries
%endif
%if 0 %if 0
%package qt %package qt
@ -110,7 +113,7 @@ autoreconf -f -i
%build %build
COMMON_ARGS="--enable-glib=yes --enable-qt=no --enable-selinux=yes" COMMON_ARGS="--enable-glib=yes --enable-qt=no --enable-selinux=yes --disable-gtk"
if test -d %{_libdir}/qt-3.1 ; then if test -d %{_libdir}/qt-3.1 ; then
export QTDIR=%{_libdir}/qt-3.1 export QTDIR=%{_libdir}/qt-3.1
@ -223,11 +226,14 @@ fi
%{_bindir}/dbus-glib-tool %{_bindir}/dbus-glib-tool
%{_bindir}/dbus-monitor %{_bindir}/dbus-monitor
%if 0
%files gtk %files gtk
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/dbus-viewer %{_bindir}/dbus-viewer
%endif
%if 0 %if 0
%files qt %files qt
%defattr(-,root,root) %defattr(-,root,root)
@ -251,6 +257,9 @@ fi
%{_libdir}/python*/site-packages/dbus_bindings.so %{_libdir}/python*/site-packages/dbus_bindings.so
%changelog %changelog
* Mon Aug 16 2004 John (J5) Palmieri <johnp@redhat.com>
- Disabled dbus-gtk since dbus-viewer doesn't do anything right now
* Mon Aug 16 2004 John (J5) Palmieri <johnp@redhat.com> * Mon Aug 16 2004 John (J5) Palmieri <johnp@redhat.com>
- Moved dbus-viewer to new dbus-gtk package so that dbus-glib - Moved dbus-viewer to new dbus-gtk package so that dbus-glib
no longer requires X or GTK libraries. (RH Bug #130029) no longer requires X or GTK libraries. (RH Bug #130029)