summaryrefslogtreecommitdiff
path: root/gdm.spec.in
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2001-07-03 09:13:33 +0000
committerGeorge Lebl <jirka@src.gnome.org>2001-07-03 09:13:33 +0000
commitc8e6129f3b26a261264f0dfd9b932c88dae1f09e (patch)
tree9bdb8152a4abf13e0405d8de59ba80d30f55f6f7 /gdm.spec.in
parent5df61ec0105f1a9c37e8e313f5752bca8b98454c (diff)
downloadgdm-c8e6129f3b26a261264f0dfd9b932c88dae1f09e.tar.gz
Hosts,Broadcast were in the wrong section
Tue Jul 03 02:14:41 2001 George Lebl <jirka@5z.com> * daemon/gdm.h: Hosts,Broadcast were in the wrong section * daemon/xdmcp.c: check for current displays BEFORE we check the number of pending and allocate a new display, this way we'll remove it if it itself has been pending, also don't just dispose, the display may be already managed, in which case we want to unmanage it to avoid a process leak. * gdm.spec.in: fix pam prefix stuff and file listing * config/Makefile.am: fix pam installation stuff
Diffstat (limited to 'gdm.spec.in')
-rw-r--r--gdm.spec.in10
1 files changed, 7 insertions, 3 deletions
diff --git a/gdm.spec.in b/gdm.spec.in
index 05e6be92..7fad201a 100644
--- a/gdm.spec.in
+++ b/gdm.spec.in
@@ -28,7 +28,7 @@ several different X sessions on your local machine at the same time.
CFLAGS="-g $RPM_OPT_FLAGS" ./configure --localstatedir=%{localstatedir} \
--prefix=%{_prefix} --sysconfdir=%{sysconfdir}/X11 \
--bindir=%{_bindir} --datadir=%{_datadir} --sbindir=%{_sbindir} \
- --enable-console-helper --with-pam-prefix=/etc
+ --enable-console-helper --with-pam-prefix=%{sysconfdir}
make
@@ -43,7 +43,7 @@ make sysconfdir=$RPM_BUILD_ROOT%{sysconfdir}/X11 \
datadir=$RPM_BUILD_ROOT%{_datadir} \
localstatedir=$RPM_BUILD_ROOT%{localstatedir} \
sbindir=$RPM_BUILD_ROOT%{_sbindir} \
- PAM_PREFIX=$RPM_BUILD_ROOT%/etc \
+ PAM_PREFIX=$RPM_BUILD_ROOT%{sysconfdir} \
install
@@ -85,12 +85,13 @@ exit 0
%{_sbindir}/*
%config %{sysconfdir}/pam.d/*
%config %{sysconfdir}/X11/*
-%config %{sysconfdir}/gdm
+%config %{sysconfdir}/security/console.apps/*
%{_datadir}/pixmaps/*
%{_datadir}/gdm
%{_datadir}/gnome/apps/*/*
%{_datadir}/gnome/help/*
%{_datadir}/omf/gdm
+%{_datadir}/locale/*/*/*
# %config %{sysconfdir}/security/console.apps/gdmconfig
# %config %{sysconfdir}/X11/gdm/gnomerc
# %config %{sysconfdir}/X11/gdm/gdm.conf
@@ -111,6 +112,9 @@ exit 0
%changelog
+* Sun Jul 01 2001 George Lebl <jirka@5z.com>
+- Fixed file listing
+
* Sun May 24 2001 George Lebl <jirka@5z.com>
- Hmmm, simplified the file listing, dunno why normally people list
things file by file/dir by dir, but the old file list was out of date