Author: qboosh Date: Sun Apr 2 10:09:17 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 1.0.3 (bugfixes, including /tmp files creation)
---- Files affected: SPECS: xorg-app-xdm.spec (1.8 -> 1.9) ---- Diffs: ================================================================ Index: SPECS/xorg-app-xdm.spec diff -u SPECS/xorg-app-xdm.spec:1.8 SPECS/xorg-app-xdm.spec:1.9 --- SPECS/xorg-app-xdm.spec:1.8 Fri Feb 3 15:34:47 2006 +++ SPECS/xorg-app-xdm.spec Sun Apr 2 12:09:12 2006 @@ -1,15 +1,17 @@ # $Revision$, $Date$ +# TODO: update Xsession from xdm-xinitrc to use mktemp like original Xsession! +# - drop /usr/X11R6/bin from $PATH setting in Xsession Summary: xdm - X Display Manager with support for XDMCP, host chooser Summary(pl): XDM - zarządca ekranów z obsługą XDMCP i wybieraniem hostów Summary(ru): íĹÎĹÄÖĹŇ ÄÉÓĐĚĹŃ X Summary(uk): íĹÎĹÄÖĹŇ ÄÉÓĐĚĹŔ X Name: xorg-app-xdm -Version: 1.0.1 +Version: 1.0.3 Release: 0.1 License: MIT Group: X11/Applications -Source0: http://xorg.freedesktop.org/releases/X11R7.0/src/app/xdm-%{version}.tar.bz2 -# Source0-md5: 883c66b4ce39754b8111fa1e8bc0933c +Source0: http://xorg.freedesktop.org/releases/individual/app/xdm-%{version}.tar.bz2 +# Source0-md5: 4540fd015672f8fb8590ab16f4974cfe Source1: ftp://ftp.pld-linux.org/software/xinit/xdm-xinitrc-0.2.tar.bz2 # Source1-md5: 0a15b1c374256b5cad7961807baa3896 Source2: xdm.pamd @@ -19,6 +21,7 @@ BuildRequires: autoconf >= 2.57 BuildRequires: automake BuildRequires: cpp +BuildRequires: libtool BuildRequires: pam-devel BuildRequires: pkgconfig >= 1:0.19 BuildRequires: sed >= 4.0 @@ -29,6 +32,7 @@ BuildRequires: xorg-lib-libXt-devel >= 1.0.0 BuildRequires: xorg-lib-xtrans-devel BuildRequires: xorg-util-util-macros >= 0.99.2 +Requires: mktemp Requires: xorg-app-sessreg Requires: xorg-lib-libXt >= 1.0.0 Provides: XDM @@ -65,6 +69,7 @@ sed -i -e 's:DEF_AUTH_DIR, XDMCONFIGDIR,:DEF_AUTH_DIR, /var/lib/xdm,:' configure.ac %build +%{__libtoolize} %{__aclocal} %{__autoconf} %{__autoheader} @@ -138,6 +143,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.9 2006/04/02 10:09:12 qboosh +- updated to 1.0.3 (bugfixes, including /tmp files creation) + Revision 1.8 2006/02/03 14:34:47 qboosh - copy-pasto ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/xorg-app-xdm.spec?r1=1.8&r2=1.9&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
