Accepting request 40765 from GNOME:Factory
Copy from GNOME:Factory/gdm based on submit request 40765 from user vuntz OBS-URL: https://build.opensuse.org/request/show/40765 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdm?expand=0&rev=94
This commit is contained in:
commit
c29f6d5233
15
gdm.changes
15
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
|
Fri May 7 00:03:41 CEST 2010 - captain.magnus@opensuse.org
|
||||||
|
|
||||||
|
27
gdm.spec
27
gdm.spec
@ -42,7 +42,7 @@ BuildRequires: zenity
|
|||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
Version: 2.30.2
|
Version: 2.30.2
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: The GNOME 2.x Display Manager
|
Summary: The GNOME 2.x Display Manager
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Source1: gdm.pamd
|
Source1: gdm.pamd
|
||||||
@ -96,7 +96,7 @@ Obsoletes: fast-user-switch-applet <= 2.22.0
|
|||||||
Requires: %{name}-branding
|
Requires: %{name}-branding
|
||||||
Requires: %{name}-lang = %{version}
|
Requires: %{name}-lang = %{version}
|
||||||
Requires: ConsoleKit-x11
|
Requires: ConsoleKit-x11
|
||||||
Requires: gnome-session
|
Requires: gnome-session-core
|
||||||
Requires: gnome-themes
|
Requires: gnome-themes
|
||||||
Requires: klogd
|
Requires: klogd
|
||||||
Requires: xorg-x11-server-extra
|
Requires: xorg-x11-server-extra
|
||||||
@ -130,6 +130,16 @@ 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
|
display manager that has many options, is usable for remote login, and
|
||||||
provides a good looking graphical interface.
|
provides a good looking graphical interface.
|
||||||
|
|
||||||
|
%package -n gnome-applets-gdm
|
||||||
|
License: GPLv2+
|
||||||
|
Summary: Switch User Panel Applet
|
||||||
|
Group: System/GUI/GNOME
|
||||||
|
Supplements: packageand(%{name}:gnome-panel)
|
||||||
|
|
||||||
|
%description -n gnome-applets-gdm
|
||||||
|
This package provides the switch user panel applet, that uses GDM,
|
||||||
|
the GNOME display manager.
|
||||||
|
|
||||||
%lang_package
|
%lang_package
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -237,10 +247,9 @@ fi
|
|||||||
%{_datadir}/pixmaps/*.png
|
%{_datadir}/pixmaps/*.png
|
||||||
%{_datadir}/pixmaps/faces
|
%{_datadir}/pixmaps/faces
|
||||||
%{_datadir}/icons/*/*/*/*.*
|
%{_datadir}/icons/*/*/*/*.*
|
||||||
%dir %{_prefix}/lib/gdm
|
%dir %{_libexecdir}/gdm
|
||||||
%{_prefix}/lib/gdm/gdm-*
|
%{_libexecdir}/gdm/gdm-*
|
||||||
%{_libdir}/bonobo/servers/*
|
%exclude %{_libexecdir}/gdm/gdm-user-switch-applet
|
||||||
%{_datadir}/gnome-2.0/ui/*
|
|
||||||
%attr(750,gdm,gdm) %dir %{_localstatedir}/lib/gdm
|
%attr(750,gdm,gdm) %dir %{_localstatedir}/lib/gdm
|
||||||
%attr(751,gdm,gdm) %dir %{_localstatedir}/run/gdm
|
%attr(751,gdm,gdm) %dir %{_localstatedir}/run/gdm
|
||||||
%attr(750,gdm,gdm) %dir %{_localstatedir}/log/gdm
|
%attr(750,gdm,gdm) %dir %{_localstatedir}/log/gdm
|
||||||
@ -257,6 +266,12 @@ fi
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%config(noreplace) %{_sysconfdir}/gdm/custom.conf
|
%config(noreplace) %{_sysconfdir}/gdm/custom.conf
|
||||||
|
|
||||||
|
%files -n gnome-applets-gdm
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_libexecdir}/gdm/gdm-user-switch-applet
|
||||||
|
%{_libdir}/bonobo/servers/GNOME_FastUserSwitchApplet.server
|
||||||
|
%{_datadir}/gnome-2.0/ui/GNOME_FastUserSwitchApplet.xml
|
||||||
|
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user