]> git.pld-linux.org Git - packages/xorg-xserver-server.git/commitdiff
- rel 3; reenable hal (1.5.3 behaves differently for input section so it's safer... auto/th/xorg-xserver-server-1_5_3-3 auto/ti/xorg-xserver-server-1_5_3-3
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 11 Nov 2008 18:53:31 +0000 (18:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xorg-xserver-server.spec -> 1.150

xorg-xserver-server.spec

index 083bd8f0cf25c269d0f58744a04c5f022d201821..1e8c5fb4b9dea41cadb2bc708c5974ee21946c96 100644 (file)
@@ -1,9 +1,8 @@
 #
 # Conditional build:
-%bcond_with    xprint  # Xprint server (broken, upstream doesn't intend to fix it)
 %bcond_with    multigl # package libglx.so in a way allowing concurrent install with nvidia/fglrx drivers
 %bcond_with    dri2    # DRI2 support
-%bcond_with    hal     # HAL support
+%bcond_without hal     # HAL support
 %bcond_with    record  # RECORD extension
 %bcond_with    xtrap   # XTrap extension (deprecated)
 #
@@ -18,7 +17,7 @@ Summary:      X.org server
 Summary(pl.UTF-8):     Serwer X.org
 Name:          xorg-xserver-server
 Version:       1.5.3
-Release:       2%{?with_multigl:.mgl}
+Release:       3%{?with_multigl:.mgl}
 License:       MIT
 Group:         X11/Servers
 Source0:       http://xorg.freedesktop.org/releases/individual/xserver/xorg-server-%{version}.tar.bz2
@@ -355,7 +354,7 @@ fi
        --enable-xorgcfg \
        %{?with_xtrap:--enable-xtrap} \
        --%{?with_dri2:en}%{!?with_dri2:dis}able-dri2 \
-       --%{?with_xprint:en}%{!?with_xprint:dis}able-xprint \
+       --disable-xprint \
        --with-dri-driver-path=%{_libdir}/xorg/modules/dri \
        --with-default-font-path="%{_fontsdir}/misc,%{_fontsdir}/TTF,%{_fontsdir}/OTF,%{_fontsdir}/Type1,%{_fontsdir}/100dpi,%{_fontsdir}/75dpi" \
        --with-xkb-output=/var/lib/xkb
@@ -476,14 +475,6 @@ fi
 %attr(755,root,root) %{_bindir}/Xnest
 %{_mandir}/man1/Xnest.1x*
 
-%if %{with xprint}
-%files -n xorg-xserver-Xprt
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/Xprt
-%{_libdir}/X11/xserver
-%{_mandir}/man1/Xprt.1x*
-%endif
-
 %files -n xorg-xserver-Xvfb
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/Xvfb
This page took 0.045788 seconds and 4 git commands to generate.