small fixes

This commit is contained in:
Matthias Clasen 2007-02-23 07:54:35 +00:00
parent db623ce71a
commit 72068c27d9
3 changed files with 24 additions and 15 deletions

View File

@ -1 +1 @@
gdm-2.17.6.tar.bz2 gdm-2.17.7.tar.bz2

View File

@ -15,13 +15,13 @@
Summary: The GNOME Display Manager Summary: The GNOME Display Manager
Name: gdm Name: gdm
Version: 2.17.6 Version: 2.17.7
Release: 4%{?dist} Release: 2%{?dist}
Epoch: 1 Epoch: 1
License: LGPL/GPL License: LGPL/GPL
Group: User Interface/X Group: User Interface/X
URL: ftp://ftp.gnome.org/pub/GNOME/sources/gdm URL: ftp://ftp.gnome.org/pub/GNOME/sources/gdm
Source: gdm-%{PACKAGE_VERSION}.tar.bz2 Source: http://ftp.gnome.org/pub/gnome/sources/gdm/2.17/gdm-%{version}.tar.bz2
Source1: gdm-pam Source1: gdm-pam
Source2: gdm-autologin-pam Source2: gdm-autologin-pam
Source3: gdmsetup-pam Source3: gdmsetup-pam
@ -51,12 +51,6 @@ Patch25: gdm-2.16.0-indic-langs.patch
Patch28: gdm-2.17.1-desensitize-entry.patch Patch28: gdm-2.17.1-desensitize-entry.patch
# http://bugzilla.gnome.org/show_bug.cgi?id=335786
Patch30: gdm-2.17.6-username.patch
# http://bugzilla.gnome.org/show_bug.cgi?id=400793
Patch31: gdm-2.17.6-consolekit.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Prereq: /usr/sbin/useradd Prereq: /usr/sbin/useradd
@ -128,8 +122,6 @@ several different X sessions on your local machine at the same time.
%patch24 -p1 -b .wtmp %patch24 -p1 -b .wtmp
%patch25 -p1 -b .indic-langs %patch25 -p1 -b .indic-langs
%patch28 -p1 -b .desensitize-entry %patch28 -p1 -b .desensitize-entry
%patch30 -p1 -b .username
%patch31 -p0 -b .consolekit
%build %build
cp -f %{SOURCE1} config/gdm cp -f %{SOURCE1} config/gdm
@ -194,9 +186,18 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/applications/gdmsetup.desktop
# FIXME: work around invalid categories for now # FIXME: work around invalid categories for now
desktop-file-install --vendor gnome --delete-original \ desktop-file-install --vendor gnome --delete-original \
--dir $RPM_BUILD_ROOT%{_datadir}/applications \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \
--remove-category Application \
$RPM_BUILD_ROOT%{_datadir}/applications/gdmphotosetup.desktop || : $RPM_BUILD_ROOT%{_datadir}/applications/gdmphotosetup.desktop || :
rm -f $RPM_BUILD_ROOT%{_datadir}/applications/gdmflexiserver.destkop desktop-file-install --delete-original \
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
--remove-category Application \
$RPM_BUILD_ROOT%{_datadir}/applications/gdmflexiserver.desktop || :
desktop-file-install --delete-original \
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
--remove-category Application \
$RPM_BUILD_ROOT%{_datadir}/applications/gdmflexiserver-xnest.desktop || :
# broken install-data-local in gui/Makefile.am makes this necessary # broken install-data-local in gui/Makefile.am makes this necessary
(cd $RPM_BUILD_ROOT%{_bindir} && ln -sf gdmXnestchooser gdmXnest) (cd $RPM_BUILD_ROOT%{_bindir} && ln -sf gdmXnestchooser gdmXnest)
@ -307,7 +308,7 @@ fi
%dir %{_sysconfdir}/gdm/PostLogin %dir %{_sysconfdir}/gdm/PostLogin
%dir %{_sysconfdir}/gdm/modules %dir %{_sysconfdir}/gdm/modules
%{_datadir}/pixmaps %{_datadir}/pixmaps
%{_datadir}/icons %{_datadir}/icons/hicolor/*/apps/*.png
%{_datadir}/gdm %{_datadir}/gdm
%{_datadir}/applications %{_datadir}/applications
%{_datadir}/gnome/help/gdm %{_datadir}/gnome/help/gdm
@ -322,6 +323,14 @@ fi
%attr(1770, root, gdm) %dir %{_localstatedir}/gdm %attr(1770, root, gdm) %dir %{_localstatedir}/gdm
%changelog %changelog
* Fri Feb 23 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.17.7-2
- Don't own /usr/share/icons/hicolor
- Install all desktop files
* Mon Feb 12 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.17.7-1
- Update to 2.17.7
- Drop upstreamed patches
* Mon Feb 12 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.17.6-4 * Mon Feb 12 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.17.6-4
- Reuse existing sessions without asking - Reuse existing sessions without asking
- Don't show failsafe sessions - Don't show failsafe sessions

View File

@ -1 +1 @@
e9b91d43d90d512b7aa241b5a1755a88 gdm-2.17.6.tar.bz2 c25dda025b6f8a8e473bae4db1ae94c6 gdm-2.17.7.tar.bz2