]> git.pld-linux.org Git - packages/gdm.git/blame - gdm.spec
- set MinimalUID to 1000
[packages/gdm.git] / gdm.spec
CommitLineData
0fb756ff 1#
98b48f20 2# TODO:
157d4449
MB
3# - s=/dev/null=/home/services/xdm= in %%trigger for graceful upgrade from xdm/kdm/gdm 2.2
4# - check /etc/pam.d/gdm-autologin
98b48f20 5#
69927793
AG
6# Conditiional build:
7%bcond_without selinux # without selinux
8#
066398c3 9Summary: GNOME Display Manager
82455104
ER
10Summary(es.UTF-8): Administrador de Entrada del GNOME
11Summary(ja.UTF-8): GNOME ディスプレイマネージャ
12Summary(pl.UTF-8): gdm - zarządca ekranów GNOME
13Summary(pt_BR.UTF-8): Gerenciador de Entrada do GNOME
14Summary(ru.UTF-8): Дисплейный менеджер GNOME
15Summary(uk.UTF-8): Дисплейний менеджер GNOME
066398c3 16Name: gdm
aca127f2
MB
17Version: 2.20.1
18Release: 1
ac5ef200 19Epoch: 1
f6c86ba4 20License: GPL/LGPL
42b347d0 21Group: X11/Applications
50873392 22Source0: http://ftp.gnome.org/pub/GNOME/sources/gdm/2.20/%{name}-%{version}.tar.bz2
aca127f2 23# Source0-md5: ed7b7efcb7fd97cc400e2416e0093e71
ac5ef200 24Source1: %{name}.pamd
25Source2: %{name}.init
495829ba 26Source3: %{name}-pld-logo.png
48915507 27# http://cvs.pld-linux.org/cgi-bin/cvsweb/pld-artwork/gdm/storky/
28Source4: %{name}-storky.tar.gz
29# Source4-md5: e293fbe4a60004056f6894463b874ae8
ded16a75 30Source5: %{name}-autologin.pamd
ac5ef200 31Patch0: %{name}-xdmcp.patch
495829ba 32Patch1: %{name}-conf.patch
70caaf1f 33Patch2: %{name}-xsession.patch
c4e3dbe3
MB
34Patch3: %{name}-desktop.patch
35Patch4: %{name}-defaults.patch
aca127f2 36URL: http://www.gnome.org/projects/gdm/
50873392 37BuildRequires: ConsoleKit-devel
95b777c2 38BuildRequires: attr-devel
157d4449 39BuildRequires: autoconf >= 2.52
116b805d 40BuildRequires: automake
157d4449 41BuildRequires: dbus-glib-devel >= 0.73
116b805d 42BuildRequires: gettext-devel
aca127f2 43BuildRequires: gtk+2-devel >= 2:2.12.0
50873392 44BuildRequires: intltool >= 0.36.1
157d4449 45BuildRequires: libart_lgpl-devel >= 2.3.19
50873392 46BuildRequires: libglade2-devel >= 1:2.6.2
aca127f2 47BuildRequires: libgnomeui-devel >= 2.20.0
50873392 48BuildRequires: libgsf-devel >= 1.14.6
49BuildRequires: librsvg-devel >= 1:2.18.1
69927793 50%{?with_selinux:BuildRequires: libselinux-devel}
683a9219 51BuildRequires: libtool
50873392 52BuildRequires: libxml2-devel >= 1:2.6.29
98b48f20 53BuildRequires: pam-devel
e038830e 54BuildRequires: perl-modules
0df7c395 55BuildRequires: rpmbuild(find_lang) >= 1.23
aca127f2 56BuildRequires: rpmbuild(macros) >= 1.311
157d4449 57BuildRequires: scrollkeeper
dc82d2d7 58BuildRequires: xorg-lib-libXdmcp-devel
59BuildRequires: xorg-lib-libXi-devel
60BuildRequires: xorg-lib-libXinerama-devel
83594792 61BuildRequires: xorg-lib-libdmx-devel
590c69b1 62Requires(post,postun): gtk+2
831056d7 63Requires(post,postun): hicolor-icon-theme
83594792
ER
64Requires(post,postun): /usr/bin/scrollkeeper-update
65Requires(postun): /usr/sbin/groupdel
66Requires(postun): /usr/sbin/userdel
26288641
JB
67Requires(pre): /bin/id
68Requires(pre): /usr/sbin/groupadd
69Requires(pre): /usr/sbin/useradd
aca127f2 70Requires: libgnomeui >= 2.20.0
bba08ce8 71Requires: pam >= 0.99.7.1
6beee835 72Requires: which
2004c339 73Requires: xorg-app-sessreg
048e8543 74Provides: XDM
5387309f 75Provides: group(xdm)
76Provides: user(xdm)
98b48f20 77Conflicts: gdkxft
75fd7992 78# sr@Latn vs. sr@latin
79Conflicts: glibc-misc < 6:2.7
ac5ef200 80BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
066398c3 81
116b805d 82%define _localstatedir /var/lib
b9713681 83
84e15ca6
TP
84%description
85Gdm (the GNOME Display Manager) is a highly configurable
86reimplementation of xdm, the X Display Manager. Gdm allows you to log
87into your system with the X Window System running and supports running
88several different X sessions on your local machine at the same time.
b9713681 89
25351dc6 90%description -l es.UTF-8
116b805d 91Administrador de Entrada del GNOME.
92
25351dc6
JR
93%description -l ja.UTF-8
94Gdm (the GNOME Display Manager) は、高度に設定可能な xdm X Display
95Manager の再実装版です。 Gdm を使うと、 X Window System
96が動いているあなたの
97システムにいろいろなセッションを選択してログインすることができます。
24b65b9a 98
25351dc6 99このバージョンの Gdm では、各種言語や、XIM を選択することも可能です。
24b65b9a 100
25351dc6
JR
101%description -l pl.UTF-8
102Gdm jest wysokokonfigurowalną reimplementacją xdma. Gdm pozwala
103logować się do systemu z poziomu X11 i wspiera jednoczesną pracę kilku
104różnych sesji X na lokalnej maszynie.
f6d3e03e 105
25351dc6 106%description -l pt_BR.UTF-8
116b805d 107Gerenciador de Entrada do GNOME.
108
25351dc6
JR
109%description -l ru.UTF-8
110GDM (GNOME Display Manager) - это реимплементация xdm (X Display
111Manager). GDM позволяет вам входить в систему, на которой запущено X
112Window и поддерживает работу нескольуих разных X сеансов одновременно.
24b65b9a 113
25351dc6
JR
114%description -l uk.UTF-8
115GDM (GNOME Display Manager) - це реімплементація xdm (X Display
116Manager). GDM дозволяє вам входити в систему, на якій запущено X
117Window та підтримує роботу кількох різних X сеансів одночасно.
24b65b9a 118
116b805d 119%package Xnest
120Summary: Xnest (ie embedded X) server for GDM
82455104 121Summary(pl.UTF-8): Serwer Xnest dla GDM
116b805d 122Group: X11/Applications
c00e1fa1 123Requires: %{name} = %{epoch}:%{version}-%{release}
dc82d2d7 124Requires: xorg-xserver-Xnest
116b805d 125
126%description Xnest
116b805d 127This package add support for Xnest server in gdm.
128
25351dc6 129%description Xnest -l pl.UTF-8
84e15ca6
TP
130Ten pakiet dodaje do gdm wsparcie dla Xnest.
131
98b48f20 132%package init
133Summary: Init script for GDM
82455104 134Summary(pl.UTF-8): Skrypt init dla GDM-a
98b48f20 135Group: X11/Applications
83594792 136Requires(post,preun): /sbin/chkconfig
c00e1fa1 137Requires: %{name} = %{epoch}:%{version}-%{release}
dd72a121 138Requires: open
98b48f20 139
140%description init
141Init script for GDM.
142
25351dc6 143%description init -l pl.UTF-8
98b48f20 144Skrypt init dla GDM-a.
145
b9713681 146%prep
48915507 147%setup -q -a4
116b805d 148%patch0 -p1
495829ba 149%patch1 -p1
70caaf1f 150%patch2 -p1
c4e3dbe3 151%patch3 -p1
ecdce48a 152%patch4 -p1
c00e1fa1 153
b9713681 154%build
c0747f8c 155%{__libtoolize}
04029a9e 156%{__glib_gettextize}
157%{__intltoolize}
98b48f20 158%{__aclocal}
46b6432e 159%{__autoconf}
160%{__automake}
116b805d 161%configure \
dc82d2d7 162 --disable-console-helper \
163 --disable-scrollkeeper \
69c827a2 164 --with-console-kit \
dc82d2d7 165 --enable-authentication-scheme=pam \
98b48f20 166 --with-pam-prefix=/etc \
116b805d 167 --with-tcp-wrappers=yes \
dc82d2d7 168 --with%{!?with_selinux:out}-selinux \
169 --with-xdmcp=yes \
170 --with-xinerama=yes
ac5ef200 171
7f6bd484 172%{__make}
b9713681 173
174%install
175rm -rf $RPM_BUILD_ROOT
98b48f20 176install -d $RPM_BUILD_ROOT/etc/{rc.d/init.d,pam.d,security} \
48915507 177 $RPM_BUILD_ROOT{/home/services/xdm,/var/log/gdm} \
178 $RPM_BUILD_ROOT%{_datadir}/gdm/themes/storky
f6d3e03e 179
116b805d 180%{__make} install \
181 DESTDIR=$RPM_BUILD_ROOT \
b757933d 182 PAM_PREFIX=/etc
066398c3 183
dc82d2d7 184mv $RPM_BUILD_ROOT%{_datadir}/gdm/BuiltInSessions/default.desktop \
185 $RPM_BUILD_ROOT%{_datadir}/xsessions
c00e1fa1 186
d7648bfd 187install %{SOURCE1} $RPM_BUILD_ROOT/etc/pam.d/gdm
ded16a75 188install %{SOURCE5} $RPM_BUILD_ROOT/etc/pam.d/gdm-autologin
116b805d 189install %{SOURCE2} $RPM_BUILD_ROOT/etc/rc.d/init.d/gdm
98b48f20 190
495829ba 191install %{SOURCE3} $RPM_BUILD_ROOT%{_pixmapsdir}
98b48f20 192
48915507 193install storky/*.* $RPM_BUILD_ROOT%{_datadir}/gdm/themes/storky/
194
066398c3
JR
195touch $RPM_BUILD_ROOT/etc/security/blacklist.gdm
196
75fd7992 197[ -d $RPM_BUILD_ROOT%{_datadir}/locale/sr@latin ] || \
198 mv -f $RPM_BUILD_ROOT%{_datadir}/locale/sr@{Latn,latin}
aca127f2 199%find_lang %{name} --with-gnome --with-omf --all-name
b9713681 200
86111f36 201# Remove useless files
202rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/modules/*.{la,a}
203
c00e1fa1 204# moved to gnome-session
205rm -f $RPM_BUILD_ROOT%{_datadir}/xsessions/gnome.desktop
206
dc63666f
JB
207%clean
208rm -rf $RPM_BUILD_ROOT
209
f7e4906b 210%pre
b32b0eb5 211%groupadd -g 55 -r -f xdm
0fb756ff 212%useradd -u 55 -r -d /home/services/xdm -s /bin/false -c "X Display Manager" -g xdm xdm
f7e4906b 213
e7d75b7d 214%post
04029a9e 215%scrollkeeper_update_post
831056d7 216%update_icon_cache hicolor
e7d75b7d 217
98b48f20 218%postun
04029a9e 219%scrollkeeper_update_postun
831056d7 220%update_icon_cache hicolor
3b98aff6 221
f7e4906b 222if [ "$1" = "0" ]; then
5387309f 223 %userremove xdm
224 %groupremove xdm
f7e4906b 225fi
98b48f20 226
dc82d2d7 227%triggerpostun -- %{name} < 1:2.13.0.8-1
228if [ -f /etc/X11/gdm/gdm.conf-custom.rpmsave ]; then
229 mv /etc/X11/gdm/gdm.conf-custom.rpmsave /etc/gdm/custom.conf
230fi
231
98b48f20 232%post init
7943107a 233/sbin/chkconfig --add gdm
ff7b1bc7 234if [ -f /var/lock/subsys/gdm ]; then
0fb756ff 235 echo "Run \"/sbin/service gdm restart\" to restart gdm." >&2
236 echo "WARNING: it will terminate all sessions opened from gdm!" >&2
ff7b1bc7 237else
0fb756ff 238 echo "Run \"/sbin/service gdm start\" to start gdm." >&2
ff7b1bc7 239fi
93384147 240
98b48f20 241%preun init
dc63666f 242if [ "$1" = "0" ]; then
0fb756ff 243 %service gdm stop
dc63666f 244 /sbin/chkconfig --del gdm
7943107a 245fi
f6d3e03e 246
12f50676 247%files -f %{name}.lang
066398c3 248%defattr(644,root,root,755)
a35babae 249%doc AUTHORS ChangeLog NEWS README TODO
34660a81 250%attr(755,root,root) %{_bindir}/gdm-dmx-reconnect-proxy
251%attr(755,root,root) %{_bindir}/gdmdynamic
116b805d 252%attr(755,root,root) %{_bindir}/gdmflexiserver
116b805d 253%attr(755,root,root) %{_bindir}/gdmphotosetup
98b48f20 254%attr(755,root,root) %{_bindir}/gdmthemetester
518f8c4c 255%attr(755,root,root) %{_libdir}/gdmaskpass
256%attr(755,root,root) %{_libdir}/gdmopen
a35babae 257%attr(755,root,root) %{_libdir}/gdmtranslate
34660a81 258%attr(755,root,root) %{_libdir}/gdmchooser
259%attr(755,root,root) %{_libdir}/gdmgreeter
260%attr(755,root,root) %{_libdir}/gdmlogin
116b805d 261%attr(755,root,root) %{_sbindir}/*
98b48f20 262%dir %{_sysconfdir}/gdm
86111f36 263%dir %{_sysconfdir}/gdm/modules
116b805d 264%attr(755,root,root) %config %{_sysconfdir}/gdm/Init
265%attr(755,root,root) %config %{_sysconfdir}/gdm/PreSession
116b805d 266%attr(755,root,root) %config %{_sysconfdir}/gdm/PostSession
116b805d 267%attr(755,root,root) %config %{_sysconfdir}/gdm/XKeepsCrashing
518f8c4c 268%attr(755,root,root) %config %{_sysconfdir}/gdm/Xsession
518f8c4c 269%config %{_sysconfdir}/gdm/PostLogin/Default.sample
dc82d2d7 270%config %{_sysconfdir}/gdm/locale.alias
86111f36 271%config %{_sysconfdir}/gdm/modules/*
86111f36 272
dc82d2d7 273%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/gdm/
274
711a64ba
ER
275%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/gdm*
276%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/security/blacklist.gdm
98b48f20 277%attr(750,xdm,xdm) /var/lib/gdm
3769cf76 278%attr(750,xdm,xdm) /var/log/gdm
98b48f20 279%attr(750,xdm,xdm) /home/services/xdm
006e3362 280%{_pixmapsdir}/*
12f50676 281%{_datadir}/gdm
317db245 282#%%{_datadir}/xsessions - moved to gnome-session
51a8ec54 283%{_datadir}/xsessions/default.desktop
c61959bc 284%{_iconsdir}/hicolor/*/apps/*.png
518f8c4c 285%attr(755,root,root) %{_libdir}/gtk-2.0/modules/lib*.so
c51a45b2 286%{_mandir}/man1/gdm*
116b805d 287
288%files Xnest
289%defattr(644,root,root,755)
34660a81 290%attr(755,root,root) %{_bindir}/gdmXnest
116b805d 291%attr(755,root,root) %{_bindir}/gdmXnestchooser
98b48f20 292
293%files init
294%defattr(644,root,root,755)
295%attr(754,root,root) /etc/rc.d/init.d/gdm
This page took 0.165198 seconds and 4 git commands to generate.