]> git.pld-linux.org Git - packages/X11.git/commitdiff
- partial Xprt/Xprint issue review
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 7 Nov 2004 13:38:18 +0000 (13:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    X11.spec -> 1.93

X11.spec

index 9aa75415f5802cc6d011e477c21f23ea70fa433f..7a01ea2aa074f74f8cce52f3aacf8d78c2116c3b 100644 (file)
--- a/X11.spec
+++ b/X11.spec
@@ -1,7 +1,12 @@
 #
 # TODO
 # - XDM Auth broken (can anyone confirm now with new implementation?)
-# - missing dir in Xprint (which one?)
+# - determine which modules can be used by video Xserver only and which
+#   can be shared; review -modules not to require video Xserver, so they
+#   can be used by other Xservers alone (such as Xprt)
+# - -Xprint seem to be Xprt configuration files - if they aren't used by
+#   some (possibly remote) X client, merge them into -Xprt
+# - where to take dtpdmd from?
 #
 # Conditional build:
 %bcond_without glide   # don't build glide driver
@@ -286,8 +291,8 @@ Pliki XOrg X11 wymagane zar
 Summary:       Xprint tool
 Summary(pl):   Narzêdzie Xprint
 Group:         X11
-# XXX: this dir doesn't exist
-Requires:      /etc/X11/xserver
+# for /etc/X11/xserver
+Requires:      %{name}-modules = %{epoch}:%{version}-%{release}
 
 %description Xprint
 Xprint tool.
@@ -502,6 +507,7 @@ Summary:    X print server
 Summary(pl):   X serwer z rozszerzeniem Xprint
 Group:         X11/Servers
 PreReq:                xprint-initrc
+Requires:      %{name}-Xprint = %{epoch}:%{version}-%{release}
 Requires:      %{name}-common = %{epoch}:%{version}-%{release}
 Requires:      /usr/X11R6/lib/X11/rgb.txt
 Requires:      %{name}-modules = %{epoch}:%{version}-%{release}
@@ -2479,7 +2485,7 @@ fi
 
 %files Xprint
 %defattr(644,root,root,755)
-# XXX: missing dir
+%dir %{_sysconfdir}/X11/xserver/C
 %dir %{_sysconfdir}/X11/xserver/C/print
 %{_sysconfdir}/X11/xserver/C/print/*
 
This page took 0.04102 seconds and 4 git commands to generate.