]> git.pld-linux.org Git - packages/xorg-app-xdm.git/commitdiff
- new
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 22 Oct 2005 00:03:53 +0000 (00:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xorg-app-xdm.spec -> 1.1

xorg-app-xdm.spec [new file with mode: 0644]

diff --git a/xorg-app-xdm.spec b/xorg-app-xdm.spec
new file mode 100644 (file)
index 0000000..b51ac93
--- /dev/null
@@ -0,0 +1,94 @@
+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*
This page took 0.293607 seconds and 4 git commands to generate.