2006-12-18 15:48:26 +01:00
|
|
|
#
|
2011-02-03 22:08:34 +01:00
|
|
|
# spec file for package xorg-x11-server
|
2006-12-18 15:48:26 +01:00
|
|
|
#
|
2012-01-10 14:16:02 +01:00
|
|
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2006-12-18 15:48:26 +01:00
|
|
|
#
|
2008-08-06 01:59:36 +02:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2006-12-18 15:48:26 +01:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
2011-07-27 10:07:47 +02:00
|
|
|
|
2006-12-18 15:48:26 +01:00
|
|
|
Name: xorg-x11-server
|
2011-09-06 18:02:28 +02:00
|
|
|
%define dirsuffix 1.10.4
|
2011-02-11 17:44:11 +01:00
|
|
|
%define vnc 1
|
2012-02-09 21:45:28 +01:00
|
|
|
BuildRequires: Mesa-devel bison flex fontconfig-devel freetype2-devel ghostscript-library libdrm-devel libopenssl-devel libtool pkgconfig xorg-x11 xorg-x11-fonts-devel xorg-x11-libICE-devel xorg-x11-libSM-devel xorg-x11-libX11-devel xorg-x11-libXau-devel xorg-x11-libXdmcp-devel xorg-x11-libXext-devel xorg-x11-libXfixes-devel xorg-x11-libXmu-devel xorg-x11-libXp-devel xorg-x11-libXpm-devel xorg-x11-libXprintUtil-devel xorg-x11-libXrender-devel xorg-x11-libXt-devel xorg-x11-libXv-devel xorg-x11-libfontenc-devel xorg-x11-libxkbfile-devel xorg-x11-proto-devel xorg-x11-xtrans-devel
|
|
|
|
BuildRequires: pkgconfig(xfont)
|
|
|
|
BuildRequires: pkgconfig(xaw7)
|
|
|
|
BuildRequires: pkgconfig(dmx) >= 1.0.99.1
|
|
|
|
BuildRequires: pkgconfig(xtst) >= 1.0.99.2
|
|
|
|
BuildRequires: pkgconfig(xres)
|
2012-02-09 22:17:07 +01:00
|
|
|
BuildRequires: pkgconfig(pixman-1) >= 0.15.20
|
|
|
|
BuildRequires: pkgconfig(pciaccess) >= 0.8.0
|
|
|
|
BuildRequires: pkgconfig(xi)
|
2010-03-24 17:06:52 +01:00
|
|
|
### udev support (broken on openSUSE 11.2, see also bnc #589997)
|
|
|
|
%if %suse_version > 1120
|
2010-03-20 03:42:15 +01:00
|
|
|
BuildRequires: libudev-devel
|
2010-03-24 17:06:52 +01:00
|
|
|
%endif
|
2007-01-15 01:00:17 +01:00
|
|
|
%if %vnc
|
|
|
|
BuildRequires: libjpeg-devel
|
|
|
|
%endif
|
2007-09-22 23:43:29 +02:00
|
|
|
Url: http://xorg.freedesktop.org/
|
2010-12-21 04:21:00 +01:00
|
|
|
Version: 7.6_%{dirsuffix}
|
2011-09-12 10:39:07 +02:00
|
|
|
Release: 1
|
2011-12-06 19:17:36 +01:00
|
|
|
License: GPL-2.0+ ; MIT
|
2006-12-18 15:48:26 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
Group: System/X11/Servers/XF86_4
|
2009-01-19 02:20:48 +01:00
|
|
|
%ifnarch s390 s390x
|
|
|
|
PreReq: %fillup_prereq
|
|
|
|
%endif
|
2009-05-01 00:51:47 +02:00
|
|
|
Requires: pkgconfig xorg-x11-fonts-core xorg-x11
|
2006-12-18 15:48:26 +01:00
|
|
|
%ifnarch s390 s390x
|
2011-09-11 02:43:39 +02:00
|
|
|
Provides: VIDEO_ABI_VERSION = 10
|
|
|
|
Provides: INPUT_ABI_VERSION = 12
|
2009-05-01 00:51:47 +02:00
|
|
|
Requires: libpixman-1-0 >= 0.15.2
|
2006-12-18 15:48:26 +01:00
|
|
|
%endif
|
2011-02-03 18:44:25 +01:00
|
|
|
Provides: xorg-x11-server-glx xorg-x11-Xvfb
|
|
|
|
Obsoletes: xorg-x11-server-glx xorg-x11-Xvfb
|
2006-12-18 15:48:26 +01:00
|
|
|
Summary: X.Org Server
|
|
|
|
Source: xorg-server-%{dirsuffix}.tar.bz2
|
2009-01-19 02:20:48 +01:00
|
|
|
Source1: sysconfig.displaymanager.template
|
2006-12-18 15:48:26 +01:00
|
|
|
Source3: README.updates
|
|
|
|
Source4: xorgcfg.tar.bz2
|
|
|
|
Source5: modprobe.nvidia
|
2010-12-19 16:02:11 +01:00
|
|
|
Source7: xorg-docs-1.6.tar.bz2
|
2010-08-26 11:09:27 +02:00
|
|
|
Source8: xorg-backtrace
|
2006-12-18 15:48:26 +01:00
|
|
|
Patch2: p_default-module-path.diff
|
|
|
|
Patch6: pu_fixes.diff
|
2011-07-11 12:25:51 +02:00
|
|
|
Patch13: u_OS-acpi-Reconnect-to-acpid-when-it-gets-restarted.patch
|
2006-12-18 15:48:26 +01:00
|
|
|
Patch16: p_xnest-ignore-getimage-errors.diff
|
2007-01-15 01:00:17 +01:00
|
|
|
%if %vnc
|
2011-09-06 18:02:28 +02:00
|
|
|
Patch17: N-VNC-Add-support-for-VNC.patch
|
|
|
|
Patch18: N-VNC-Readd-timeout-when-vnc-viewer-connection-breaks.patch
|
|
|
|
Patch19: N-VNC-Fix-crash-when-no-depth-translation-is-required.patch
|
|
|
|
Patch20: N-VNC-Don-t-let-VNC-access-the-framebuffer-directly-an.patch
|
|
|
|
Patch21: N-VNC-Enable-use-of-all-keyboard-layouts-independent-o.patch
|
|
|
|
Patch22: N-VNC-Fix-crash-due-to-unset-input-device-names.patch
|
|
|
|
Patch23: Xvnc-pthread.diff
|
2007-01-15 01:00:17 +01:00
|
|
|
%endif
|
2007-01-29 17:36:20 +01:00
|
|
|
Patch45: bug-197858_dpms.diff
|
2007-09-06 21:06:55 +02:00
|
|
|
Patch77: fbdevhw.diff
|
2011-07-11 12:25:51 +02:00
|
|
|
Patch79: edid_data_sanity_check.diff
|
2008-03-21 02:47:42 +01:00
|
|
|
Patch101: zap_warning_xserver.diff
|
2008-04-03 02:42:46 +02:00
|
|
|
Patch103: confine_to_shape.diff
|
2008-04-09 22:04:32 +02:00
|
|
|
Patch106: randr1_1-sig11.diff
|
2008-05-26 23:18:34 +02:00
|
|
|
Patch112: fix-dpi-values.diff
|
2008-11-07 15:54:35 +01:00
|
|
|
Patch123: vidmode-sig11.diff
|
2008-11-18 13:58:47 +01:00
|
|
|
Patch125: 0001-Xinput-Catch-missing-configlayout-when-deleting-dev.patch
|
2008-11-28 16:10:51 +01:00
|
|
|
Patch127: dpms_screensaver.diff
|
2009-02-06 16:48:49 +01:00
|
|
|
Patch128: pci-legacy-mem-fallback.diff
|
2009-02-26 03:43:28 +01:00
|
|
|
Patch129: bug474071-fix1.diff
|
2009-06-05 23:08:21 +02:00
|
|
|
Patch143: autoconfig_fallback_fbdev_first.diff
|
2009-06-06 01:12:56 +02:00
|
|
|
Patch145: driver-autoconfig.diff
|
2009-08-04 21:52:16 +02:00
|
|
|
Patch162: cache-xkbcomp-output-for-fast-start-up.patch
|
2010-04-13 21:08:40 +02:00
|
|
|
Patch163: xserver-bg-none-root.patch
|
2009-06-03 00:58:26 +02:00
|
|
|
Patch164: xorg-detect-psb.patch
|
2009-09-10 12:54:30 +02:00
|
|
|
Patch200: bug534768-prefer_local_symbols.patch
|
2009-10-12 12:15:18 +02:00
|
|
|
Patch202: 0001-Check-harder-for-primary-PCI-device.patch
|
|
|
|
Patch203: 0001-Fix-segfault-when-killing-X-with-ctrl-alt-backspace.patch
|
2010-04-07 01:52:32 +02:00
|
|
|
Patch206: fix_fglrx_screendepth_issue.patch
|
2010-04-21 17:58:38 +02:00
|
|
|
Patch210: pio_ia64.diff
|
2010-04-21 17:58:39 +02:00
|
|
|
Patch211: 0001-Prevent-XSync-Alarms-from-senslessly-calling-CheckTr.patch
|
2010-07-19 20:18:08 +02:00
|
|
|
Patch213: xorg-server-xdmcp.patch
|
2010-08-26 11:09:27 +02:00
|
|
|
Patch220: Use-external-tool-for-creating-backtraces-on-crashes.patch
|
2010-12-20 00:33:09 +01:00
|
|
|
Patch222: sync-fix.patch
|
2011-10-19 08:09:35 +02:00
|
|
|
Patch223: U_Don-t-call-deleted-Block-WakeupHandler.patch
|
2011-11-09 18:52:18 +01:00
|
|
|
Patch224: u_record-fix-sig11.patch
|
2012-01-10 14:16:02 +01:00
|
|
|
Patch225: U_dix-send-focus-events-to-the-immediate-parent-44079.patch
|
|
|
|
Patch226: U_dix-on-PointerRootWin-send-a-FocusIn-to-the-sprite-w.patch
|
2006-12-18 15:48:26 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
This package contains the X.Org Server.
|
|
|
|
|
|
|
|
|
|
|
|
|
2007-05-23 12:28:42 +02:00
|
|
|
%package extra
|
2011-12-06 19:17:36 +01:00
|
|
|
License: GPL-2.0+ ; MIT
|
2011-02-03 18:44:25 +01:00
|
|
|
Summary: Additional Xservers (Xdmx, Xephyr, Xnest)
|
2007-05-23 12:28:42 +02:00
|
|
|
Group: System/X11/Servers/XF86_4
|
2011-02-03 18:44:25 +01:00
|
|
|
Provides: xorg-x11-Xnest
|
|
|
|
Obsoletes: xorg-x11-Xnest
|
2008-07-11 21:58:47 +02:00
|
|
|
Requires: xorg-x11-fonts-core xorg-x11 Mesa
|
2010-10-15 16:44:36 +02:00
|
|
|
Requires: xkeyboard-config
|
2007-09-22 23:43:29 +02:00
|
|
|
AutoReqProv: on
|
2007-05-23 12:28:42 +02:00
|
|
|
|
|
|
|
%description extra
|
2011-02-03 18:44:25 +01:00
|
|
|
This package contains additional Xservers (Xdmx, Xephyr, Xnest).
|
2007-05-23 12:28:42 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
2006-12-18 15:48:26 +01:00
|
|
|
%package sdk
|
2011-12-06 19:17:36 +01:00
|
|
|
License: GPL-2.0+ ; MIT
|
2009-06-05 23:08:21 +02:00
|
|
|
Summary: X.Org Server SDK
|
2006-12-18 15:48:26 +01:00
|
|
|
Group: System/Libraries
|
|
|
|
Provides: xorg-x11-sdk
|
|
|
|
Obsoletes: xorg-x11-sdk
|
2012-02-09 21:45:28 +01:00
|
|
|
Requires: xorg-x11-proto-devel xorg-x11-xtrans-devel xorg-x11-libXau-devel xorg-x11-libXdmcp-devel xorg-x11-libX11-devel xorg-x11-libXext-devel xorg-x11-libXp-devel xorg-x11-libXpm-devel xorg-x11-libXrender-devel xorg-x11-libICE-devel xorg-x11-libSM-devel xorg-x11-libXt-devel xorg-x11-libXmu-devel xorg-x11-libXfixes-devel xorg-x11-libxkbfile-devel xorg-x11-libfontenc-devel xorg-x11-libXv-devel xorg-x11-libXprintUtil-devel freetype2-devel fontconfig-devel libdrm-devel xorg-x11-server
|
2007-09-22 23:43:29 +02:00
|
|
|
AutoReqProv: on
|
2006-12-18 15:48:26 +01:00
|
|
|
|
|
|
|
%description sdk
|
|
|
|
This package contains the X.Org Server SDK.
|
|
|
|
|
|
|
|
|
|
|
|
|
2007-01-15 01:00:17 +01:00
|
|
|
%if %vnc
|
2007-11-23 01:47:00 +01:00
|
|
|
|
2007-01-15 01:00:17 +01:00
|
|
|
%package -n xorg-x11-Xvnc
|
2011-12-06 19:17:36 +01:00
|
|
|
License: GPL-2.0+ ; MIT
|
2007-01-15 01:00:17 +01:00
|
|
|
Summary: VNC Server for the X Window System
|
|
|
|
Group: System/X11/Servers/XF86_4
|
2011-04-12 11:22:09 +02:00
|
|
|
Requires: xorg-x11-fonts-core xorg-x11 xkeyboard-config
|
2007-01-15 01:00:17 +01:00
|
|
|
Provides: vnc:/usr/X11R6/bin/Xvnc XFree86-Xvnc
|
|
|
|
Obsoletes: XFree86-Xvnc
|
|
|
|
%ifarch ia64
|
|
|
|
Provides: vnc-x86
|
|
|
|
Obsoletes: vnc-x86
|
|
|
|
%endif
|
2007-09-22 23:43:29 +02:00
|
|
|
AutoReqProv: on
|
2007-01-15 01:00:17 +01:00
|
|
|
|
|
|
|
%description -n xorg-x11-Xvnc
|
|
|
|
An X Window System server for Virtual Network Computing (VNC).
|
|
|
|
|
|
|
|
|
|
|
|
|
2006-12-18 15:48:26 +01:00
|
|
|
%endif
|
2007-11-23 01:47:00 +01:00
|
|
|
|
2006-12-18 15:48:26 +01:00
|
|
|
%prep
|
2009-03-04 15:02:05 +01:00
|
|
|
%setup -q -n xorg-server-%{dirsuffix} -a4 -a7
|
2007-06-07 13:17:09 +02:00
|
|
|
%patch2
|
2006-12-18 15:48:26 +01:00
|
|
|
%patch6
|
2011-07-11 12:25:51 +02:00
|
|
|
%patch13 -p1
|
2006-12-18 15:48:26 +01:00
|
|
|
%patch16 -p2
|
2007-01-15 01:00:17 +01:00
|
|
|
%if %vnc
|
2011-09-06 18:02:28 +02:00
|
|
|
%patch17 -p1
|
|
|
|
%patch18 -p1
|
|
|
|
%patch19 -p1
|
|
|
|
%patch20 -p1
|
|
|
|
%patch21 -p1
|
|
|
|
%patch22 -p1
|
|
|
|
%patch23 -p1
|
2007-01-15 01:00:17 +01:00
|
|
|
%endif
|
2007-01-29 17:36:20 +01:00
|
|
|
%patch45 -p0
|
2007-07-05 00:23:51 +02:00
|
|
|
pushd xorg-docs-*
|
|
|
|
popd
|
2007-09-06 21:06:55 +02:00
|
|
|
%patch77
|
2007-09-22 23:43:29 +02:00
|
|
|
%patch79 -p1
|
2008-03-21 02:47:42 +01:00
|
|
|
%patch101 -p1
|
2008-04-03 02:42:46 +02:00
|
|
|
%patch103
|
2008-04-09 22:04:32 +02:00
|
|
|
%patch106 -p1
|
2008-05-26 23:18:34 +02:00
|
|
|
%patch112 -p0
|
2008-11-07 15:54:35 +01:00
|
|
|
%patch123 -p0
|
2011-09-06 18:02:28 +02:00
|
|
|
### disabled for now
|
|
|
|
#%patch125 -p1
|
2008-11-28 16:10:51 +01:00
|
|
|
%patch127 -p1
|
2009-02-06 16:48:49 +01:00
|
|
|
%patch128
|
2009-02-26 03:43:28 +01:00
|
|
|
pushd hw/xfree86/os-support/bus
|
|
|
|
%patch129 -p0
|
|
|
|
popd
|
2009-06-05 23:08:21 +02:00
|
|
|
%patch143 -p0
|
2009-06-06 01:12:56 +02:00
|
|
|
%patch145 -p0
|
2011-09-06 18:02:28 +02:00
|
|
|
### disabled for now
|
|
|
|
#%patch162 -p1
|
|
|
|
### disabled for now
|
|
|
|
#%patch163 -p1
|
2009-06-03 00:58:26 +02:00
|
|
|
%patch164 -p1
|
2009-09-10 12:54:30 +02:00
|
|
|
%patch200 -p1
|
2009-10-12 12:15:18 +02:00
|
|
|
%patch202 -p1
|
|
|
|
%patch203 -p1
|
2010-04-07 01:52:32 +02:00
|
|
|
%patch206 -p0
|
2010-04-13 21:08:40 +02:00
|
|
|
%patch210 -p1
|
2011-09-06 18:02:28 +02:00
|
|
|
### disabled for now
|
|
|
|
#%patch211 -p1
|
2010-07-19 20:18:08 +02:00
|
|
|
%patch213 -p1
|
2011-02-15 11:35:53 +01:00
|
|
|
# Disable backtrace generation patch for now
|
|
|
|
#%patch220 -p1
|
2010-12-20 00:33:09 +01:00
|
|
|
%patch222 -p1
|
2011-10-18 21:01:20 +02:00
|
|
|
%patch223 -p2
|
2011-11-09 18:52:18 +01:00
|
|
|
%patch224 -p1
|
2012-01-10 14:16:02 +01:00
|
|
|
%patch225 -p1
|
|
|
|
%patch226 -p1
|
2006-12-18 15:48:26 +01:00
|
|
|
|
|
|
|
%build
|
2007-07-05 00:23:51 +02:00
|
|
|
pushd xorg-docs-*
|
|
|
|
autoreconf -fi
|
2010-04-13 21:08:40 +02:00
|
|
|
%configure CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
|
|
|
%{__make} %{?jobs:-j%jobs}
|
2007-07-05 00:23:51 +02:00
|
|
|
popd
|
2006-12-18 15:48:26 +01:00
|
|
|
autoreconf -fi
|
2010-04-13 21:08:40 +02:00
|
|
|
%configure CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \
|
2006-12-18 15:48:26 +01:00
|
|
|
--sysconfdir=/etc \
|
|
|
|
--enable-builddocs \
|
|
|
|
--enable-install-libxf86config \
|
|
|
|
--enable-xdmcp \
|
|
|
|
--enable-xdm-auth-1 \
|
2008-07-24 22:22:10 +02:00
|
|
|
--enable-dri \
|
2009-04-29 00:58:35 +02:00
|
|
|
--enable-dri2 \
|
2010-04-26 23:16:24 +02:00
|
|
|
--enable-dmx \
|
2006-12-18 15:48:26 +01:00
|
|
|
--enable-xnest \
|
|
|
|
--enable-kdrive \
|
2011-02-27 11:48:58 +01:00
|
|
|
--enable-kdrive-evdev \
|
2006-12-18 15:48:26 +01:00
|
|
|
--enable-xephyr \
|
2011-07-11 12:25:51 +02:00
|
|
|
--disable-xfake \
|
|
|
|
--disable-xfbdev \
|
2008-08-06 01:59:36 +02:00
|
|
|
--enable-record \
|
2009-01-29 23:25:39 +01:00
|
|
|
--enable-xcsecurity \
|
2010-08-04 23:05:41 +02:00
|
|
|
--with-sha1=libcrypto \
|
2010-04-13 21:08:40 +02:00
|
|
|
%ifarch s390 s390x
|
|
|
|
--disable-xorg \
|
|
|
|
--disable-aiglx \
|
|
|
|
%else
|
|
|
|
--enable-xorg \
|
2010-03-24 17:06:52 +01:00
|
|
|
%if %suse_version > 1120
|
2010-03-20 03:42:15 +01:00
|
|
|
--enable-config-udev \
|
2010-04-13 21:08:40 +02:00
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
%if %vnc
|
|
|
|
--disable-xcliplist \
|
2010-03-24 17:06:52 +01:00
|
|
|
%endif
|
2006-12-18 15:48:26 +01:00
|
|
|
--with-log-dir="/var/log" \
|
|
|
|
--with-os-name="openSUSE" \
|
|
|
|
--with-os-vendor="SUSE LINUX" \
|
2010-03-23 14:24:35 +01:00
|
|
|
--with-fontrootdir="/usr/share/fonts" \
|
2006-12-18 15:48:26 +01:00
|
|
|
--with-xkb-path="/usr/share/X11/xkb" \
|
2011-07-11 12:25:51 +02:00
|
|
|
--with-xkb-output="/var/lib/xkb/compiled" \
|
|
|
|
--with-default-font-path="/usr/share/fonts/misc:unscaled,\
|
|
|
|
/usr/share/fonts/Type1/,/usr/share/fonts/100dpi:unscaled,\
|
|
|
|
/usr/share/fonts/75dpi:unscaled,/usr/share/fonts/URW/,\
|
|
|
|
/usr/share/fonts/cyrillic:unscaled,\
|
2012-01-13 15:52:33 +01:00
|
|
|
/usr/share/fonts/misc/sgi:unscaled,\
|
2011-07-11 12:25:51 +02:00
|
|
|
/usr/share/fonts/truetype/,built-ins"
|
2010-04-13 21:08:40 +02:00
|
|
|
make %{?jobs:-j %jobs}
|
2007-08-12 11:48:57 +02:00
|
|
|
make -C hw/kdrive %{?jobs:-j %jobs}
|
2006-12-18 15:48:26 +01:00
|
|
|
|
|
|
|
%install
|
2007-07-05 00:23:51 +02:00
|
|
|
make -C xorg-docs-* install DESTDIR=$RPM_BUILD_ROOT
|
2006-12-18 15:48:26 +01:00
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
make -C hw/kdrive install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
%ifnarch s390 s390x
|
|
|
|
# remove .la files
|
|
|
|
find $RPM_BUILD_ROOT/usr/%{_lib}/xorg/modules/ -name "*.la" | \
|
|
|
|
xargs rm
|
|
|
|
install -m 644 hw/xfree86/parser/{xf86Parser.h,xf86Optrec.h} \
|
|
|
|
$RPM_BUILD_ROOT/usr/include/xorg
|
2010-12-03 04:32:04 +01:00
|
|
|
# bnc #632737
|
|
|
|
chmod u-s $RPM_BUILD_ROOT/usr/bin/Xorg
|
2009-02-16 12:26:36 +01:00
|
|
|
mkdir -p $RPM_BUILD_ROOT/var/lib/X11
|
|
|
|
ln -snf ../../../usr/bin/Xorg $RPM_BUILD_ROOT/var/lib/X11/X
|
|
|
|
ln -snf ../../var/lib/X11/X $RPM_BUILD_ROOT/usr/bin/X
|
2011-07-11 12:25:51 +02:00
|
|
|
%if %suse_version > 1120
|
|
|
|
%ifnarch s390 s390x
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/etc/X11/xorg.conf.d
|
|
|
|
cp $RPM_BUILD_ROOT/%{_datadir}/X11/xorg.conf.d/10-evdev.conf $RPM_BUILD_ROOT/etc/X11/xorg.conf.d/
|
|
|
|
%endif
|
|
|
|
%endif
|
2006-12-18 15:48:26 +01:00
|
|
|
mkdir -p $RPM_BUILD_ROOT/usr/%{_lib}/xorg/modules/updates/{fonts,input,linux,drivers,multimedia,extensions}
|
|
|
|
install -m 644 $RPM_SOURCE_DIR/README.updates $RPM_BUILD_ROOT/usr/%{_lib}/xorg/modules/updates
|
2010-04-13 21:08:39 +02:00
|
|
|
mkdir -p $RPM_BUILD_ROOT/etc/modprobe.d
|
|
|
|
install -m 644 $RPM_SOURCE_DIR/modprobe.nvidia $RPM_BUILD_ROOT/etc/modprobe.d/50-nvidia.conf
|
2010-04-13 21:08:40 +02:00
|
|
|
%else
|
|
|
|
rm -f $RPM_BUILD_ROOT/usr/share/aclocal/*.m4
|
2010-04-13 21:08:39 +02:00
|
|
|
%endif
|
2007-11-19 10:28:13 +01:00
|
|
|
%if %vnc
|
2008-06-26 01:19:13 +02:00
|
|
|
mkdir -p $RPM_BUILD_ROOT/etc/sysconfig/SuSEfirewall2.d/services
|
|
|
|
cat > $RPM_BUILD_ROOT/etc/sysconfig/SuSEfirewall2.d/services/%{name} << EOF
|
|
|
|
## Name: VNC Server
|
|
|
|
## Description: Opens ports for VNC Server
|
|
|
|
TCP="5801 5901"
|
|
|
|
EOF
|
2008-07-05 02:00:28 +02:00
|
|
|
%endif
|
|
|
|
%ifarch s390 s390x
|
2011-11-28 15:46:07 +01:00
|
|
|
rm -f $RPM_BUILD_ROOT/etc/X11/10-evdev.conf
|
2008-10-28 00:46:27 +01:00
|
|
|
make -C hw/xfree86/parser
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/usr/include/xorg \
|
2010-04-13 21:08:40 +02:00
|
|
|
$RPM_BUILD_ROOT/usr/%{_lib}
|
2008-10-28 00:46:27 +01:00
|
|
|
install -m 644 hw/xfree86/parser/{xf86Parser.h,xf86Optrec.h} \
|
|
|
|
$RPM_BUILD_ROOT/usr/include/xorg
|
2011-12-01 12:53:28 +01:00
|
|
|
install -m 644 include/list.h \
|
|
|
|
$RPM_BUILD_ROOT/usr/include/xorg
|
2011-11-28 19:06:42 +01:00
|
|
|
if [ -f hw/xfree86/parser/.libs/libxf86config.a ] ; then
|
|
|
|
install -m 644 hw/xfree86/parser/.libs/libxf86config.a \
|
2008-10-28 00:46:27 +01:00
|
|
|
$RPM_BUILD_ROOT//usr/%{_lib}
|
2011-11-28 19:06:42 +01:00
|
|
|
else
|
|
|
|
install -m 644 hw/xfree86/parser/libxf86config.a \
|
|
|
|
$RPM_BUILD_ROOT//usr/%{_lib}
|
|
|
|
fi
|
2008-07-05 02:00:28 +02:00
|
|
|
%endif
|
2009-01-19 02:20:48 +01:00
|
|
|
%ifnarch s390 s390x
|
|
|
|
mkdir -p %buildroot/var/adm/fillup-templates
|
|
|
|
install -m 644 %_sourcedir/sysconfig.displaymanager.template \
|
|
|
|
%buildroot/var/adm/fillup-templates/sysconfig.displaymanager-%name
|
|
|
|
%endif
|
2010-08-26 11:09:27 +02:00
|
|
|
install -m 755 $RPM_SOURCE_DIR/xorg-backtrace $RPM_BUILD_ROOT/usr/bin/xorg-backtrace
|
2006-12-18 15:48:26 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf "$RPM_BUILD_ROOT"
|
|
|
|
%ifnarch s390 s390x
|
|
|
|
%verifyscript
|
|
|
|
%verify_permissions -e /usr/bin/Xorg
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%post
|
|
|
|
%ifnarch s390 s390x
|
2009-01-19 02:20:48 +01:00
|
|
|
%{fillup_only -an displaymanager}
|
2006-12-18 15:48:26 +01:00
|
|
|
%run_permissions
|
|
|
|
if [ -f etc/X11/xorg.conf ]; then
|
2009-10-21 02:06:49 +02:00
|
|
|
# Document how to restore previous input driver behaviour in xorg.conf files created
|
|
|
|
# on openSUSE <= 11.1
|
2009-09-16 23:20:07 +02:00
|
|
|
if ! grep -q "will be disabled unless 'Option \"AutoAddDevices\" \"off\"'" etc/X11/xorg.conf; then
|
2009-10-21 02:06:49 +02:00
|
|
|
if ! grep -q "\"AutoAddDevices\" \"off\"" etc/X11/xorg.conf; then
|
2009-09-16 23:20:07 +02:00
|
|
|
sed -i '
|
|
|
|
/Section "ServerFlags"/{
|
|
|
|
h
|
|
|
|
g
|
|
|
|
a\
|
2009-10-21 02:06:49 +02:00
|
|
|
# Uncomment the following option to reenable kbd/mouse driver input sections. \
|
|
|
|
# Otherwise evdev driver is used. \
|
|
|
|
#Option "AutoAddDevices" "off"
|
2009-09-16 23:20:07 +02:00
|
|
|
}
|
|
|
|
' etc/X11/xorg.conf
|
2009-10-21 02:06:49 +02:00
|
|
|
fi
|
2009-09-16 23:20:07 +02:00
|
|
|
fi
|
2006-12-18 15:48:26 +01:00
|
|
|
fi
|
|
|
|
%endif
|
|
|
|
exit 0
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2010-04-13 21:08:39 +02:00
|
|
|
%ifnarch s390 s390x
|
2010-04-13 21:08:40 +02:00
|
|
|
%if %suse_version > 1120
|
|
|
|
%dir /etc/X11/xorg.conf.d
|
2011-07-11 12:25:51 +02:00
|
|
|
%config(noreplace) /etc/X11/xorg.conf.d/10-evdev.conf
|
|
|
|
%dir %{_datadir}/X11/xorg.conf.d
|
|
|
|
%{_datadir}/X11/xorg.conf.d/10-evdev.conf
|
2010-04-13 21:08:40 +02:00
|
|
|
%endif
|
|
|
|
%dir /etc/modprobe.d
|
2009-02-16 12:26:36 +01:00
|
|
|
%dir /var/lib/X11
|
2006-12-18 15:48:26 +01:00
|
|
|
%endif
|
|
|
|
%dir /var/lib/xkb
|
|
|
|
%dir /var/lib/xkb/compiled
|
2010-04-13 21:08:40 +02:00
|
|
|
%dir /usr/%{_lib}/xorg
|
2010-04-13 21:08:39 +02:00
|
|
|
/usr/%{_lib}/xorg/protocol.txt
|
|
|
|
%{_mandir}/man1/*
|
2011-07-11 12:25:51 +02:00
|
|
|
%{_mandir}/man7/*
|
|
|
|
%doc %{_datadir}/doc/xorg-docs/
|
2010-05-14 00:33:13 +02:00
|
|
|
%exclude %{_mandir}/man1/Xdmx.1*
|
2010-04-13 21:08:40 +02:00
|
|
|
%exclude %{_mandir}/man1/Xephyr.1*
|
2010-04-13 21:08:39 +02:00
|
|
|
%exclude %{_mandir}/man1/Xnest.1*
|
2011-07-11 12:25:51 +02:00
|
|
|
%exclude %{_mandir}/man7/Standards.7*
|
|
|
|
%exclude %{_mandir}/man7/Consortium.7*
|
|
|
|
%exclude %{_mandir}/man7/XProjectTeam.7*
|
|
|
|
%exclude %{_mandir}/man7/XOrgFoundation.7*
|
2010-04-13 21:08:39 +02:00
|
|
|
/var/lib/xkb/compiled/README.compiled
|
|
|
|
%ifnarch s390 s390x
|
2010-04-13 21:08:40 +02:00
|
|
|
/etc/modprobe.d/50-nvidia.conf
|
|
|
|
%verify(not mode) /usr/bin/Xorg
|
|
|
|
/usr/bin/X
|
|
|
|
/usr/bin/cvt
|
|
|
|
/usr/bin/gtf
|
|
|
|
/usr/%{_lib}/xorg/modules/
|
|
|
|
%{_mandir}/man4/*
|
|
|
|
%{_mandir}/man5/*
|
|
|
|
/var/adm/fillup-templates/sysconfig.displaymanager-%name
|
|
|
|
/var/lib/X11/X
|
|
|
|
%endif
|
2011-11-28 19:06:42 +01:00
|
|
|
/usr/bin/Xvfb
|
2010-08-26 11:09:27 +02:00
|
|
|
/usr/bin/xorg-backtrace
|
2007-05-23 12:28:42 +02:00
|
|
|
|
|
|
|
%files extra
|
|
|
|
%defattr(-,root,root)
|
|
|
|
/usr/bin/Xephyr
|
|
|
|
/usr/bin/Xnest
|
2010-04-26 23:16:24 +02:00
|
|
|
/usr/bin/Xdmx
|
|
|
|
/usr/bin/dmxaddinput
|
|
|
|
/usr/bin/dmxaddscreen
|
|
|
|
/usr/bin/dmxinfo
|
|
|
|
/usr/bin/dmxreconfig
|
|
|
|
/usr/bin/dmxresize
|
|
|
|
/usr/bin/dmxrminput
|
|
|
|
/usr/bin/dmxrmscreen
|
|
|
|
/usr/bin/dmxtodmx
|
|
|
|
/usr/bin/dmxwininfo
|
|
|
|
/usr/bin/vdltodmx
|
|
|
|
/usr/bin/xdmxconfig
|
|
|
|
%{_mandir}/man1/Xdmx.1*
|
2010-04-13 21:08:40 +02:00
|
|
|
%{_mandir}/man1/Xephyr.1*
|
2008-01-26 18:22:58 +01:00
|
|
|
%{_mandir}/man1/Xnest.1*
|
2006-12-18 15:48:26 +01:00
|
|
|
|
|
|
|
%files sdk
|
|
|
|
%defattr(-,root,root)
|
|
|
|
/usr/include/xorg/
|
|
|
|
/usr/%{_lib}/*.a
|
2008-10-28 00:46:27 +01:00
|
|
|
%ifnarch s390 s390x
|
2011-09-06 18:02:28 +02:00
|
|
|
%exclude /usr/%{_lib}/libxf86config.la
|
2008-07-05 02:00:28 +02:00
|
|
|
/usr/%{_lib}/pkgconfig/*.pc
|
2006-12-18 15:48:26 +01:00
|
|
|
/usr/share/aclocal/*.m4
|
|
|
|
%endif
|
2007-01-15 01:00:17 +01:00
|
|
|
%if %vnc
|
|
|
|
|
|
|
|
%files -n xorg-x11-Xvnc
|
|
|
|
%defattr(-, root, root)
|
2008-06-26 01:19:13 +02:00
|
|
|
/etc/sysconfig/SuSEfirewall2.d/services/%{name}
|
2007-01-15 01:00:17 +01:00
|
|
|
/usr/bin/Xvnc
|
|
|
|
%endif
|
2007-11-23 01:47:00 +01:00
|
|
|
|
2007-02-19 23:30:37 +01:00
|
|
|
%changelog
|