SPECS: xorg-app-xdm.spec (NEW) - new

qboosh qboosh at pld-linux.org
Sat Oct 22 02:03:58 CEST 2005


Author: qboosh                       Date: Sat Oct 22 00:03:58 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   xorg-app-xdm.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/xorg-app-xdm.spec
diff -u /dev/null SPECS/xorg-app-xdm.spec:1.1
--- /dev/null	Sat Oct 22 02:03:58 2005
+++ SPECS/xorg-app-xdm.spec	Sat Oct 22 02:03:53 2005
@@ -0,0 +1,104 @@
+# $Revision$, $Date$
+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:	0.99.2
+Release:	0.1
+License:	MIT
+Group:		X11/Applications
+Source0:	http://xorg.freedesktop.org/releases/X11R7.0-RC1/app/xdm-%{version}.tar.bz2
+# Source0-md5:	0e6403a60f50662b30f77322c0f54068
+URL:		http://xorg.freedesktop.org/
+BuildRequires:	autoconf >= 2.57
+BuildRequires:	automake
+BuildRequires:	cpp
+BuildRequires:	pam-devel
+BuildRequires:	pkgconfig >= 0.19
+BuildRequires:	xorg-lib-libXaw-devel
+BuildRequires:	xorg-lib-libXdmcp-devel
+BuildRequires:	xorg-lib-libXinerama-devel
+BuildRequires:	xorg-lib-libXpm-devel
+BuildRequires:	xorg-lib-xtrans-devel
+BuildRequires:	xorg-util-util-macros >= 0.99.1
+Requires:	xorg-app-sessreg
+Provides:	XDM
+Provides:	xdm = %{version}-%{release}
+Obsoletes:	X11-xdm
+Obsoletes:	XFree86-xdm
+Obsoletes:	entrance
+Obsoletes:	gdm
+Obsoletes:	kdm
+Obsoletes:	wdm
+Obsoletes:	xdm
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Xdm manages a collection of X displays, which may be on the local host
+or remote servers. The design of xdm was guided by the needs of X
+terminals as well as the X Consortium standard XDMCP, the X Display
+Manager Control Protocol.
+
+%description -l pl
+Xdm zarządza zestawem ekranów X, które mogą być lokalne lub na
+zdalnych serwerach. Został zaprojektowany zgodnie z potrzebami X
+terminali oraz standardem X Consortium XDMCP.
+
+%description -l ru
+íĹÎĹÄÖĹŇ ÄÉÓĐĚĹŃ X.
+
+%description -l uk
+íĹÎĹÄÖĹŇ ÄÉÓĐĚĹŔ X.
+
+%prep
+%setup -q -n xdm-%{version}
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog
+%attr(755,root,root) %{_bindir}/xdm
+%attr(755,root,root) %{_bindir}/xdmshell
+%{_libdir}/X11/app-defaults/Chooser
+%dir %{_libdir}/X11/xdm
+%attr(755,root,root) %{_libdir}/X11/xdm/GiveConsole
+%attr(755,root,root) %{_libdir}/X11/xdm/TakeConsole
+%{_libdir}/X11/xdm/Xaccess
+%attr(755,root,root) %{_libdir}/X11/xdm/Xreset
+%{_libdir}/X11/xdm/Xresources
+%{_libdir}/X11/xdm/Xservers
+%attr(755,root,root) %{_libdir}/X11/xdm/Xsession
+%attr(755,root,root) %{_libdir}/X11/xdm/Xsetup_0
+%attr(755,root,root) %{_libdir}/X11/xdm/Xstartup
+%attr(755,root,root) %{_libdir}/X11/xdm/Xwilling
+%attr(755,root,root) %{_libdir}/X11/xdm/chooser
+%{_libdir}/X11/xdm/pixmaps
+%{_libdir}/X11/xdm/xdm-config
+%{_mandir}/man1/xdm.1*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/10/22 00:03:53  qboosh
+- new
================================================================



More information about the pld-cvs-commit mailing list