]> git.pld-linux.org Git - packages/gdm.git/blobdiff - gdm.spec
- updated to 2.4.2.100
[packages/gdm.git] / gdm.spec
index f59d3b0a8a9085ad113a093140838cf4f5ae1d37..347590c3077a2081f87aa3a9e7963e08180726d9 100644 (file)
--- a/gdm.spec
+++ b/gdm.spec
@@ -1,5 +1,5 @@
 # TODO:
-# /etc/X11/dm dir should belong to XFree? I is common for KDE and GNOME
+# /etc/X11/dm dir should belong to XFree? It is common for KDE and GNOME
 # s=/dev/null=/home/services/xdm= in %%trigger for gracefull upgrade from xdm/kdm/gdm 2.2
 # check /etc/pam.d/gdm-autologin
 #
@@ -12,13 +12,13 @@ Summary(pt_BR):     Gerenciador de Entrada do GNOME
 Summary(ru):   äÉÓÐÌÅÊÎÙÊ ÍÅÎÅÄÖÅÒ GNOME
 Summary(uk):   äÉÓÐÌÅÊÎÉÊ ÍÅÎÅÄÖÅÒ GNOME
 Name:          gdm
-Version:       2.4.2.97
-Release:       0.9
+Version:       2.4.2.100
+Release:       1
 Epoch:         1
 License:       GPL/LGPL
 Group:         X11/Applications
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.4/%{name}-%{version}.tar.bz2
-# Source0-md5: 300033d842870987ed8509b5bc13a722
+# Source0-md5: 989ed213235818445a396a0f0e173bf1
 Source1:       %{name}.pamd
 Source2:       %{name}.init
 Source3:       %{name}-pld-logo.png
@@ -30,24 +30,27 @@ BuildRequires:      automake
 BuildRequires: gettext-devel
 BuildRequires: gtk+2-devel >= 2.0.6
 BuildRequires: intltool >= 0.22
+BuildRequires: libart_lgpl-devel >= 2.3.14
 BuildRequires: libglade2-devel >= 2.0.1
-BuildRequires: libgnomecanvas-devel >= 2.0.3
 BuildRequires: libgnome-devel >= 2.0.6
-BuildRequires: libgnomeui-devel >= 2.0.4
+BuildRequires: libgnomecanvas-devel >= 2.0.3
+BuildRequires: libgnomeui-devel >= 2.3.3.1-2
+BuildRequires: libgsf-devel >= 1.8.1-2
 BuildRequires: librsvg-devel >= 2.0.1
 BuildRequires: libtool
 BuildRequires: libxml2-devel >= 2.4.24
 BuildRequires: pam-devel
 BuildRequires: perl-modules
-Requires:      libgnome >= 2.1.0-3
-Requires:      which
-Requires:      sessreg
 Requires(pre): /bin/id
 Requires(pre): /usr/sbin/groupadd
 Requires(pre): /usr/sbin/useradd
 Requires(postun):      /usr/sbin/userdel
 Requires(postun):      /usr/sbin/groupdel
 Requires(post,preun):  /sbin/chkconfig
+Requires(post,postun): /usr/bin/scrollkeeper-update
+Requires:      libgnome >= 2.1.0-3
+Requires:      sessreg
+Requires:      which
 Obsoletes:     xdm kdm wdm
 Conflicts:     gdkxft
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -169,7 +172,11 @@ if [ -z "`id -u xdm 2>/dev/null`" ]; then
        /usr/sbin/useradd -u 55 -r -d /home/services/xdm -s /bin/false -c 'X Display Manager' -g xdm xdm 1>&2
 fi
 
+%post
+/usr/bin/scrollkeeper-update
+
 %postun
+/usr/bin/scrollkeeper-update
 if [ "$1" = "0" ]; then
        if [ -n "`id -u xdm 2>/dev/null`" ]; then
                /usr/sbin/userdel xdm
@@ -195,7 +202,7 @@ fi
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README TODO docs/GdmGreeterThemeManual.txt
+%doc AUTHORS ChangeLog NEWS README TODO
 %attr(755,root,root) %{_bindir}/gdm
 %attr(755,root,root) %{_bindir}/gdm-binary
 %attr(755,root,root) %{_bindir}/gdmchooser
@@ -207,6 +214,7 @@ fi
 %attr(755,root,root) %{_bindir}/gdmthemetester
 %attr(755,root,root) %{_libdir}/gdmaskpass
 %attr(755,root,root) %{_libdir}/gdmopen
+%attr(755,root,root) %{_libdir}/gdmtranslate
 %attr(755,root,root) %{_sbindir}/*
 %dir %{_sysconfdir}/gdm
 %dir %{_sysconfdir}/gdm/modules
@@ -231,6 +239,7 @@ fi
 %{_desktopdir}/gdmflexiserver.desktop
 %{_datadir}/gnome/capplets/*
 %{_datadir}/gdm
+%{_omf_dest_dir}/gdm
 %attr(755,root,root) %{_libdir}/gtk-2.0/modules/lib*.so
 
 %files Xnest
This page took 0.033707 seconds and 4 git commands to generate.