auto-import changelog data from dbus-0.22-2.src.rpm

Mon Aug 16 2004 John (J5) Palmieri <johnp@redhat.com>
- Moved dbus-viewer to new dbus-gtk package so that dbus-glib no longer
    requires X or GTK libraries. (RH Bug #130029)
This commit is contained in:
cvsdist 2004-09-09 04:08:44 +00:00
parent b3d8e4833f
commit b590c7dff5

View File

@ -12,7 +12,7 @@
Summary: D-BUS message bus
Name: dbus
Version: 0.22
Release: 1
Release: 2
URL: http://www.freedesktop.org/software/dbus/
Source0: %{name}-%{version}.tar.gz
License: AFL/GPL
@ -58,6 +58,15 @@ Requires: %name = %{version}-%{release}
D-BUS add-on library to integrate the standard D-BUS library with
the GLib thread abstraction and main loop.
%package gtk
Summary: GTK based tools
Group: Development/Tools
Requires: %name = %{version}-%{release}
Requires: gtk2 >= %{gtk_version}
%description gtk
D-BUS tools written using the gtk+ GUI libaries
%if 0
%package qt
@ -213,6 +222,10 @@ fi
%{_libdir}/*glib*.so.*
%{_bindir}/dbus-glib-tool
%{_bindir}/dbus-monitor
%files gtk
%defattr(-,root,root)
%{_bindir}/dbus-viewer
%if 0
@ -238,6 +251,10 @@ fi
%{_libdir}/python*/site-packages/dbus_bindings.so
%changelog
* Mon Aug 16 2004 John (J5) Palmieri <johnp@redhat.com>
- Moved dbus-viewer to new dbus-gtk package so that dbus-glib
no longer requires X or GTK libraries. (RH Bug #130029)
* Thu Aug 12 2004 John (J5) Palmieri <johnp@redhat.com>
- Update to new 0.22 release