diff --git a/gdm.changes b/gdm.changes index 7a0422f..8c0d8e8 100644 --- a/gdm.changes +++ b/gdm.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon May 24 15:55:31 UTC 2010 - guido+opensuse.org@berhoerster.name + +- Fixed filelist + +------------------------------------------------------------------- +Mon May 24 10:41:51 UTC 2010 - guido+opensuse.org@berhoerster.name + +- Split off gnome-applets-gdm + +------------------------------------------------------------------- +Sun May 23 09:25:25 UTC 2010 - guido+opensuse.org@berhoerster.name + +- Depend on gnome-session-core rather than gnome-session + ------------------------------------------------------------------- Fri May 7 00:03:41 CEST 2010 - captain.magnus@opensuse.org diff --git a/gdm.spec b/gdm.spec index 75394a3..8c814a9 100644 --- a/gdm.spec +++ b/gdm.spec @@ -96,7 +96,7 @@ Obsoletes: fast-user-switch-applet <= 2.22.0 Requires: %{name}-branding Requires: %{name}-lang = %{version} Requires: ConsoleKit-x11 -Requires: gnome-session +Requires: gnome-session-core Requires: gnome-themes Requires: klogd Requires: xorg-x11-server-extra @@ -130,6 +130,15 @@ suited for the GNOME 2.x Desktop. GDM is a flexible X Window System display manager that has many options, is usable for remote login, and provides a good looking graphical interface. +%package -n gnome-applets-gdm +License: GPLv2+ +Summary: Panel Applets for GDM +Group: System/GUI/GNOME +Supplements: packageand(%{name}:gnome-panel) + +%description -n gnome-applets-gdm +This package provides panel applets for GDM, the GNOME display manager. + %lang_package %prep %setup -q @@ -239,8 +248,7 @@ fi %{_datadir}/icons/*/*/*/*.* %dir %{_prefix}/lib/gdm %{_prefix}/lib/gdm/gdm-* -%{_libdir}/bonobo/servers/* -%{_datadir}/gnome-2.0/ui/* +%exclude %{_prefix}/lib/gdm/gdm-user-switch-applet %attr(750,gdm,gdm) %dir %{_localstatedir}/lib/gdm %attr(751,gdm,gdm) %dir %{_localstatedir}/run/gdm %attr(750,gdm,gdm) %dir %{_localstatedir}/log/gdm @@ -257,6 +265,12 @@ fi %defattr(-,root,root) %config(noreplace) %{_sysconfdir}/gdm/custom.conf +%files -n gnome-applets-gdm +%defattr(-,root,root) +%{_prefix}/lib/gdm/gdm-user-switch-applet +%{_libdir}/bonobo/servers/GNOME_FastUserSwitchApplet.server +%{_datadir}/gnome-2.0/ui/GNOME_FastUserSwitchApplet.xml + %files lang -f %{name}.lang %changelog