]> git.pld-linux.org Git - packages/xorg-xserver-server.git/blame - xorg-xserver-server.spec
- upcoming xserver 1.6 beta (Th uses 1.5 from XORG_XSERVER_1_5)
[packages/xorg-xserver-server.git] / xorg-xserver-server.spec
CommitLineData
bbcc87fb
JB
1#
2# Conditional build:
bbcc87fb
JB
3%bcond_with multigl # package libglx.so in a way allowing concurrent install with nvidia/fglrx drivers
4%bcond_with dri2 # DRI2 support
beadaf42 5%bcond_without hal # HAL support
5438c31a
JB
6%bcond_with record # RECORD extension
7%bcond_with xtrap # XTrap extension (deprecated)
bbcc87fb 8#
2d8f5fc8 9# ABI versions, see hw/xfree86/common/xf86Module.h
f54375a7 10%define xorg_xserver_server_ansic_abi 0.4
8405354a 11%define xorg_xserver_server_extension_abi 2.0
f54375a7 12%define xorg_xserver_server_font_abi 0.6
8405354a
AM
13%define xorg_xserver_server_videodrv_abi 5.0
14%define xorg_xserver_server_xinput_abi 4.0
2d8f5fc8 15
ef5a4e65 16Summary: X.org server
46c7e5bc 17Summary(pl.UTF-8): Serwer X.org
ef5a4e65 18Name: xorg-xserver-server
8405354a
AM
19Version: 1.5.99.1
20Release: 0.1%{?with_multigl:.mgl}
ef5a4e65 21License: MIT
5cd265ab 22Group: X11/Servers
8b7817a0 23Source0: http://xorg.freedesktop.org/releases/individual/xserver/xorg-server-%{version}.tar.bz2
8405354a 24# Source0-md5: c1b7f11700a6ac7d3af51343c8ebf8a6
3edafdd8 25Source2: xserver.pamd
8405354a
AM
26Patch0: %{name}-xwrapper.patch
27Patch1: %{name}-pic-libxf86config.patch
28Patch2: %{name}-fb-size.patch
ef5a4e65 29URL: http://xorg.freedesktop.org/
f815c9e0 30BuildRequires: Mesa-libGL-devel >= 7.1
ce1773fa 31# for glx headers
f6f4cf9a 32BuildRequires: OpenGL-GLX-devel
ff624999 33BuildRequires: autoconf >= 2.57
ef5a4e65 34BuildRequires: automake
ff624999 35BuildRequires: cpp
a780f2e4 36%if %{with hal}
4f09ffe5
AM
37BuildRequires: dbus-devel
38BuildRequires: hal-devel
a780f2e4 39%endif
8405354a 40BuildRequires: libdrm-devel >= 2.4.1
ff624999 41BuildRequires: libtool
ec5b0b88 42BuildRequires: ncurses-devel
934be85d 43BuildRequires: pam-devel
ff624999 44BuildRequires: perl-base
8405354a 45BuildRequires: pixman-devel >= 0.13.2
e768ee3c 46BuildRequires: pkgconfig >= 1:0.19
c8331d8e 47BuildRequires: xorg-app-mkfontscale
30a17203 48BuildRequires: xorg-lib-libX11-devel
ef5a4e65 49BuildRequires: xorg-lib-libXau-devel
50BuildRequires: xorg-lib-libXaw-devel
ff624999 51BuildRequires: xorg-lib-libXdmcp-devel
30a17203 52BuildRequires: xorg-lib-libXext-devel
ef5a4e65 53BuildRequires: xorg-lib-libXfont-devel
ff624999 54BuildRequires: xorg-lib-libXi-devel
88e91f7d
JB
55BuildRequires: xorg-lib-libXmu-devel
56BuildRequires: xorg-lib-libXpm-devel
30a17203 57BuildRequires: xorg-lib-libXrender-devel
ff624999 58BuildRequires: xorg-lib-libXres-devel
62bc11ce 59BuildRequires: xorg-lib-libXt-devel >= 1.0.0
ff624999 60BuildRequires: xorg-lib-libXtst-devel
ef5a4e65 61BuildRequires: xorg-lib-libXxf86dga-devel
62BuildRequires: xorg-lib-libXxf86misc-devel
63BuildRequires: xorg-lib-libXxf86vm-devel
f161e7b1 64BuildRequires: xorg-lib-libdmx-devel
ff624999 65BuildRequires: xorg-lib-libfontenc-devel
deeabb4c 66BuildRequires: xorg-lib-libpciaccess-devel
ef5a4e65 67BuildRequires: xorg-lib-libxkbfile-devel
88e91f7d 68BuildRequires: xorg-lib-libxkbui-devel >= 1.0.2
8405354a 69BuildRequires: xorg-lib-xtrans-devel >= 1.2.2
ef5a4e65 70BuildRequires: xorg-proto-bigreqsproto-devel
779e221e 71BuildRequires: xorg-proto-compositeproto-devel >= 0.4
2ce56491 72BuildRequires: xorg-proto-damageproto-devel >= 1.1
f161e7b1 73BuildRequires: xorg-proto-dmxproto-devel
ff624999 74BuildRequires: xorg-proto-evieext-devel
d6914b6b 75BuildRequires: xorg-proto-fixesproto-devel >= 4.0
14d9b23d 76BuildRequires: xorg-proto-fontcacheproto-devel
ef5a4e65 77BuildRequires: xorg-proto-fontsproto-devel
f161e7b1 78BuildRequires: xorg-proto-glproto-devel >= 1.4.8
8405354a 79BuildRequires: xorg-proto-inputproto-devel >= 1.9.99.6
88e91f7d 80BuildRequires: xorg-proto-kbproto-devel >= 1.0.3
ff624999 81BuildRequires: xorg-proto-printproto-devel
2ce56491 82BuildRequires: xorg-proto-randrproto-devel >= 1.2
5438c31a 83%{?with_record:BuildRequires: xorg-proto-recordproto-devel}
ea15f388 84BuildRequires: xorg-proto-renderproto-devel >= 0.9.3
ef5a4e65 85BuildRequires: xorg-proto-resourceproto-devel
507f68f4 86BuildRequires: xorg-proto-scrnsaverproto-devel >= 1.1.0
5438c31a 87%{?with_xtrap:BuildRequires: xorg-proto-trapproto-devel}
ef5a4e65 88BuildRequires: xorg-proto-videoproto-devel
89BuildRequires: xorg-proto-xcmiscproto-devel
8405354a 90BuildRequires: xorg-proto-xextproto-devel >= 7.0.3
ef5a4e65 91BuildRequires: xorg-proto-xf86bigfontproto-devel
ff624999 92BuildRequires: xorg-proto-xf86dgaproto-devel
a1e1d009 93BuildRequires: xorg-proto-xf86driproto-devel >= 2.0.4
ef5a4e65 94BuildRequires: xorg-proto-xf86miscproto-devel
95BuildRequires: xorg-proto-xf86vidmodeproto-devel
96BuildRequires: xorg-proto-xineramaproto-devel
8405354a 97BuildRequires: xorg-proto-xproto-devel >= 7.0.13
30a17203 98BuildRequires: xorg-util-util-macros >= 0.99.2
755588c8
JB
99#BR: xcalibrateproto, tslib (for KDRIVE only)
100#BR: glitz-devel >= 0.4.3 (for XGL and EGL only)
94cbcc0b 101Requires(triggerpostun): sed >= 4.0
8405354a 102Requires: pixman >= 0.13.2
4f014ff9 103Requires: xkeyboard-config
ceb929ad 104# for rgb.txt
b7331c94 105Requires: xorg-app-rgb >= 0.99.3
72a92456 106Requires: xorg-app-xkbcomp
121316a6 107# xserver requires fixed and cursor fonts
0e75ca25
PS
108Requires: xorg-font-font-alias
109Requires: xorg-font-font-cursor-misc
9d193532 110Requires: xorg-font-font-misc-misc-base >= 1.0.0-0.3
4f014ff9
JB
111Provides: xorg-xserver-server(ansic-abi) = %{xorg_xserver_server_ansic_abi}
112Provides: xorg-xserver-server(extension-abi) = %{xorg_xserver_server_extension_abi}
113Provides: xorg-xserver-server(font-abi) = %{xorg_xserver_server_font_abi}
114Provides: xorg-xserver-server(videodrv-abi) = %{xorg_xserver_server_videodrv_abi}
115Provides: xorg-xserver-server(xinput-abi) = %{xorg_xserver_server_xinput_abi}
765b36a9 116Obsoletes: X11-Xserver < 1:7.0.0
48cfc6a7 117Obsoletes: X11-driver-i2c < 1:7.0.0
765b36a9 118Obsoletes: X11-modules < 1:7.0.0
8be992d1 119Obsoletes: X11-setup < 1:7.0.0
765b36a9
AM
120Obsoletes: XFree86-Xserver < 1:7.0.0
121Obsoletes: XFree86-modules < 1:7.0.0
8be992d1 122Obsoletes: XFree86-setup < 1:7.0.0
236ed19c 123Obsoletes: Xserver
ef5a4e65 124BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
125
855976cb
JB
126# avoid self-dependencies on included modules
127%define _noautoreq libscanpci.so libxf1bpp.so
128
ef5a4e65 129%description
5cd265ab
JB
130Xorg server is a generally used X server which uses display hardware.
131It requires proper driver for your display hardware.
ef5a4e65 132
60cc86be
JR
133%description -l pl.UTF-8
134Serwer Xorg to podstawowy serwer X wyświetlający obraz na karcie
135graficznej. Do działania wymaga odpowiedniego sterownika.
5cd265ab
JB
136
137%package -n xorg-xserver-Xdmx
138Summary: Xdmx - distributed multi-head X server
46c7e5bc 139Summary(pl.UTF-8): Xdmx - rozproszony, wielomonitorowy serwer X
5cd265ab
JB
140Group: X11/Servers
141
142%description -n xorg-xserver-Xdmx
143Xdmx - distributed multi-head X server.
144
60cc86be 145%description -n xorg-xserver-Xdmx -l pl.UTF-8
5cd265ab
JB
146Xdmx - rozproszony, wielomonitorowy serwer X.
147
148%package -n xorg-xserver-Xnest
149Summary: Xnest - nested X server
46c7e5bc 150Summary(pl.UTF-8): Xnest - zagnieżdżony serwer X
5cd265ab 151Group: X11/Servers
765b36a9
AM
152Obsoletes: X11-Xnest < 1:7.0.0
153Obsoletes: XFree86-Xnest < 1:7.0.0
236ed19c 154Obsoletes: Xserver-Xnest
5cd265ab
JB
155
156%description -n xorg-xserver-Xnest
157Xnest is an X Window System server which runs in an X window. Xnest is
158a 'nested' window server, actually a client of the real X server,
159which manages windows and graphics requests for Xnest, while Xnest
160manages the windows and graphics requests for its own clients.
161
60cc86be 162%description -n xorg-xserver-Xnest -l pl.UTF-8
5cd265ab 163Xnest jest serwerem X uruchamianym w okienku innego serwera X. Xnest
60cc86be
JR
164zachowuje się jak klient X w stosunku do prawdziwego serwera X, a jak
165serwer X dla własnych klientów.
5cd265ab 166
60cc86be
JR
167%description -n xorg-xserver-Xnest -l ru.UTF-8
168Xnest - это сервер X Window System, который работает в окне X. На
169самом деле это клиент реального X-сервера, который управляет окнами и
170графическими запросами для Xnest в то время, как Xnest управляет
171окнами и графическими запросами для своих собственных клиентов.
5cd265ab 172
60cc86be
JR
173%description -n xorg-xserver-Xnest -l uk.UTF-8
174Xnest - це сервер X Window System, який працює у вікні X. Фактично це
175клієнт реального X-сервера, який керує вікнами та графічними запитами
176для Xnest в той час, як Xnest керує вікнами та графічними запитами для
177своїх власних клієнтів.
5cd265ab
JB
178
179%package -n xorg-xserver-Xprt
180Summary: Xprt - Xprint server for X
46c7e5bc 181Summary(pl.UTF-8): Xprt - serwer Xprint dla X
5cd265ab 182Group: X11/Servers
765b36a9
AM
183Obsoletes: X11-Xprt < 1:7.0.0
184Obsoletes: XFree86-Xprt < 1:7.0.0
5cd265ab
JB
185
186%description -n xorg-xserver-Xprt
187Xprt is the Xprint print server for X Window System for non display
188devices such as printers and fax machines.
189
60cc86be
JR
190%description -n xorg-xserver-Xprt -l pl.UTF-8
191Xprt to serwer wydruków Xprint dla X Window System dla urządzeń nie
192wyświetlających, takich jak drukarki czy faksy.
5cd265ab
JB
193
194%package -n xorg-xserver-Xvfb
195Summary: Xvfb - virtual framebuffer X server
46c7e5bc 196Summary(pl.UTF-8): Xvfb - serwer X z wirtualnym framebufferem
5cd265ab 197Group: X11/Servers
121316a6
JB
198# requires fixed and cursor fonts
199Requires: xorg-font-font-alias
200Requires: xorg-font-font-cursor-misc
201Requires: xorg-font-font-misc-misc-base >= 1.0.0-0.3
765b36a9
AM
202Obsoletes: X11-Xvfb < 1:7.0.0
203Obsoletes: XFree86-Xvfb < 1:7.0.0
5cd265ab
JB
204
205%description -n xorg-xserver-Xvfb
206Xvfb (X Virtual Frame Buffer) is an X Window System server that is
207capable of running on machines with no display hardware and no
208physical input devices. Xvfb emulates a dumb framebuffer using virtual
209memory. Xvfb doesn't open any devices, but behaves otherwise as an X
210display. Xvfb is normally used for testing servers. Using Xvfb, the
211mfb or cfb code for any depth can be exercised without using real
212hardware that supports the desired depths. Xvfb has also been used to
213test X clients against unusual depths and screen configurations, to do
214batch processing with Xvfb as a background rendering engine, to do
215load testing, to help with porting an X server to a new platform, and
216to provide an unobtrusive way of running applications which really
217don't need an X server but insist on having one.
218
60cc86be
JR
219%description -n xorg-xserver-Xvfb -l pl.UTF-8
220Xvfb (X Virtual Frame Buffer) jest serwerem X, który można uruchamiać
221na maszynach bez urządzeń wyświetlających ani fizycznych urządzeń
222wejściowych. Xvfb emuluje prosty framebuffer w pamięci. Zwykle jest
223używany do testowania serwerów X, może też być używany do testowania
224klientów X w rzadko używanych konfiguracjach ekranu. Można też użyć
225Xvfb do uruchomienia aplikacji, które w rzeczywistości nie wymagają
226serwera X, ale odmawiają uruchomienia bez niego.
ef5a4e65 227
0796e6da 228%package devel
229Summary: Header files for X.org server
46c7e5bc 230Summary(pl.UTF-8): Pliki nagłówkowe dla servera X.org
0796e6da 231Group: X11/Development/Libraries
8405354a
AM
232Requires: libdrm-devel >= 2.4.1
233Requires: pixman-devel >= 0.13.2
7cab8652 234Requires: xorg-proto-fontsproto-devel
fce86aea 235Requires: xorg-proto-renderproto-devel >= 0.9.3
7cab8652
JB
236Requires: xorg-proto-videoproto-devel
237Requires: xorg-proto-xextproto-devel
fce86aea 238Requires: xorg-proto-xproto-devel >= 7.0.9
765b36a9 239Obsoletes: X11-Xserver-devel < 1:7.0.0
855976cb 240Obsoletes: XFree86-Xserver-devel < 1:7.0.0
0796e6da 241
242%description devel
243Header files for X.org server.
244
60cc86be
JR
245%description devel -l pl.UTF-8
246Pliki nagłówkowe dla serwera X.org.
0796e6da 247
afd3ce25
JB
248%package xorgcfg
249Summary: xorgcfg - graphical configuration tool for X.org server
250Summary(pl.UTF-8): xorgcfg - graficzne narzędzie konfiguracyjne dla serwera X.org
251Group: X11/Servers
252Requires: %{name} = %{version}-%{release}
253# just for %{_includedir}/bitmaps dir?
254Requires: xorg-data-xbitmaps
255# for new app-defaults location
256Requires: xorg-lib-libXt >= 1.0.0
257Requires: xorg-lib-libxkbui >= 1.0.2
258
259%description xorgcfg
260xorgcfg is a tool to configure X.org server, and can be used to either
261write the initial configuration file or make customizations to the
262current configuration.
263
264%description xorgcfg -l pl.UTF-8
265xorgcfg to narzędzie do konfiguracji serwera X.org. Można go użyć do
266utworzenia początkowego pliku konfiguracyjnego lub dokonania
267modyfikacji istniejącej konfiguracji.
268
f6f4cf9a
PS
269%package -n xorg-xserver-libglx
270Summary: GLX extension library fo X.org server
46c7e5bc 271Summary(pl.UTF-8): Biblioteka rozszerzenia GLX dla serwera X.org
f6f4cf9a 272Group: X11/Servers
927af2d7 273Requires: %{name} = %{version}-%{release}
88fe49de
JB
274# Mesa version glapi tables in glx/ dir come from
275Provides: xorg-xserver-libglx(glapi) = 7.1.0
f6f4cf9a 276Provides: xorg-xserver-modules-libglx
855976cb
JB
277Obsoletes: X11-OpenGL-core < 1:7.0.0
278Obsoletes: XFree86-OpenGL-core < 1:7.0.0
16097b2e 279%if %{without multigl}
c0f85cf0 280Conflicts: xorg-driver-video-nvidia
6494c988 281%endif
f6f4cf9a
PS
282
283%description -n xorg-xserver-libglx
284GLX extension library fo X.org server.
285
60cc86be 286%description -n xorg-xserver-libglx -l pl.UTF-8
f6f4cf9a
PS
287Biblioteka rozszerzenia GLX dla serwera X.org.
288
ef5a4e65 289%prep
f54375a7 290%setup -q -n xorg-server-%{version}
8405354a
AM
291%patch0 -p0
292%patch1 -p1
d0315416 293%patch2 -p1
ef5a4e65 294
762073cc
AM
295# xserver uses pixman-1 API/ABI so put that explictly here
296sed -i -e 's#<pixman\.h#<pixman-1/pixman.h#g' ./fb/fb.h ./include/miscstruct.h ./render/picture.h
297
ef5a4e65 298%build
16097b2e
ER
299API=$(awk '/#define ABI_ANSIC_VERSION/ { split($0,A,/[(,)]/); printf("%d.%d",A[2], A[3]); }' hw/xfree86/common/xf86Module.h)
300if [ $API != %{xorg_xserver_server_ansic_abi} ]; then
301 echo "Set %%define xorg_xserver_server_ansic_abi to $API and rerun."
302 exit 1
0345b66a
AM
303fi
304
16097b2e
ER
305API=$(awk '/#define ABI_EXTENSION_VERSION/ { split($0,A,/[(,)]/); printf("%d.%d",A[2], A[3]); }' hw/xfree86/common/xf86Module.h)
306if [ $API != %{xorg_xserver_server_extension_abi} ]; then
307 echo "Set %%define xorg_xserver_server_extension_abi to $API and rerun."
308 exit 1
0345b66a
AM
309fi
310
16097b2e
ER
311API=$(awk '/#define ABI_FONT_VERSION/ { split($0,A,/[(,)]/); printf("%d.%d",A[2], A[3]); }' hw/xfree86/common/xf86Module.h)
312if [ $API != %{xorg_xserver_server_font_abi} ]; then
313 echo "Set %%define xorg_xserver_server_font_abi to $API and rerun."
314 exit 1
0345b66a 315fi
16097b2e
ER
316API=$(awk '/#define ABI_VIDEODRV_VERSION/ { split($0,A,/[(,)]/); printf("%d.%d",A[2], A[3]); }' hw/xfree86/common/xf86Module.h)
317if [ $API != %{xorg_xserver_server_videodrv_abi} ]; then
318 echo "Set %%define xorg_xserver_server_videodrv_abi to $API and rerun."
319 exit 1
0345b66a 320fi
16097b2e
ER
321API=$(awk '/#define ABI_XINPUT_VERSION/ { split($0,A,/[(,)]/); printf("%d.%d",A[2], A[3]); }' hw/xfree86/common/xf86Module.h)
322if [ $API != %{xorg_xserver_server_xinput_abi} ]; then
323 echo "Set %%define xorg_xserver_server_xinput_abi to $API and rerun."
324 exit 1
0345b66a
AM
325fi
326
ff624999 327%{__libtoolize}
ef5a4e65 328%{__aclocal}
329%{__autoconf}
330%{__autoheader}
331%{__automake}
332%configure \
06015eac
AM
333 --with-os-name="PLD/Linux" \
334 --with-os-vendor="PLD/Team" \
f3a29a05 335 --disable-builtin-fonts \
5438c31a 336 %{!?with_hal:--disable-config-hal} \
6118b827 337 --enable-aiglx \
da97cb2c 338 --enable-builddocs \
4f014ff9
JB
339 --enable-dga \
340 --enable-dmx \
341 --enable-glx-tls \
da5d13b0 342 --enable-install-libxf86config \
5438c31a 343 %{?with_record:--enable-record} \
a1e1d009 344 --enable-secure-rpc \
5438c31a 345 --enable-xevie \
afd3ce25 346 --enable-xorgcfg \
5438c31a 347 %{?with_xtrap:--enable-xtrap} \
f815c9e0 348 --%{?with_dri2:en}%{!?with_dri2:dis}able-dri2 \
beadaf42 349 --disable-xprint \
8d40fd8d 350 --with-dri-driver-path=%{_libdir}/xorg/modules/dri \
f161e7b1 351 --with-default-font-path="%{_fontsdir}/misc,%{_fontsdir}/TTF,%{_fontsdir}/OTF,%{_fontsdir}/Type1,%{_fontsdir}/100dpi,%{_fontsdir}/75dpi" \
27d22b31 352 --with-xkb-output=/var/lib/xkb
be25dd56 353
ef5a4e65 354%{__make}
355
356%install
357rm -rf $RPM_BUILD_ROOT
358
359%{__make} install \
30a17203 360 DESTDIR=$RPM_BUILD_ROOT
ef5a4e65 361
3edafdd8
JB
362install -D %{SOURCE2} $RPM_BUILD_ROOT/etc/pam.d/xserver
363install -d $RPM_BUILD_ROOT/etc/security/console.apps
a15a709b 364install -d $RPM_BUILD_ROOT%{_libdir}/xorg/modules/{dri,drivers,input}
3edafdd8
JB
365:> $RPM_BUILD_ROOT/etc/security/console.apps/xserver
366:> $RPM_BUILD_ROOT/etc/security/blacklist.xserver
367
944f790e 368rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/{*,*/*}.{la,a}
0796e6da 369
e8fc790d
JR
370%if %{with multigl}
371cd $RPM_BUILD_ROOT%{_libdir}/xorg/modules/extensions
372mv -f libglx.so libglx.so.%{version}
373ln -sf libglx.so.%{version} libglx.so
374%endif
375
ef5a4e65 376%clean
377rm -rf $RPM_BUILD_ROOT
378
8b8de5c8
JR
379%if %{with multigl}
380%post -n xorg-xserver-libglx
381if [ ! -e %{_libdir}/xorg/modules/extensions/libglx.so ]; then
382 ln -sf libglx.so.%{version} %{_libdir}/xorg/modules/extensions/libglx.so
383fi
384%endif
385
94cbcc0b
JB
386%triggerpostun -- xorg-xserver-server < 1.5.0
387if [ -f /etc/X11/xorg.conf ]; then
388 sed -i -e 's/^\s*RgbPath.*$/#& # obsolete option/' /etc/X11/xorg.conf
389 sed -i -e 's/^\s*Load\s*"type1".*$/#& # obsolete module/' /etc/X11/xorg.conf
390%if %{without record}
391 sed -i -e 's/^\s*Load\s*"record".*$/#& # module disabled in this build/' /etc/X11/xorg.conf
392%endif
393%if %{without xtrap}
394 sed -i -e 's/^\s*Load\s*"xtrap".*$/#& # deprecated module, disabled/' /etc/X11/xorg.conf
395%endif
396fi
397
ef5a4e65 398%files
399%defattr(644,root,root,755)
afd3ce25 400%doc COPYING ChangeLog
5cd265ab 401%attr(755,root,root) %{_bindir}/X
934be85d
PS
402%attr(755,root,root) %{_bindir}/Xorg
403%attr(4755,root,root) %{_bindir}/Xwrapper
507f68f4 404%attr(755,root,root) %{_bindir}/cvt
5cd265ab
JB
405%attr(755,root,root) %{_bindir}/gtf
406%attr(755,root,root) %{_bindir}/in[bwl]
407%attr(755,root,root) %{_bindir}/ioport
408%attr(755,root,root) %{_bindir}/out[bwl]
5cd265ab 409%attr(755,root,root) %{_bindir}/xorgconfig
ff624999 410%{_libdir}/X11/Cards
62bc11ce 411%{_libdir}/X11/Options
944f790e 412%dir %{_libdir}/xorg
a1e1d009 413%{_libdir}/xorg/protocol.txt
944f790e 414%dir %{_libdir}/xorg/modules
a15a709b 415%dir %{_libdir}/xorg/modules/dri
79e47f41 416%dir %{_libdir}/xorg/modules/drivers
944f790e 417%dir %{_libdir}/xorg/modules/extensions
30a17203 418%attr(755,root,root) %{_libdir}/xorg/modules/extensions/libdbe.so
944f790e 419%attr(755,root,root) %{_libdir}/xorg/modules/extensions/libdri.so
f815c9e0 420%{?with_dri2:%attr(755,root,root) %{_libdir}/xorg/modules/extensions/libdri2.so}
30a17203 421%attr(755,root,root) %{_libdir}/xorg/modules/extensions/libextmod.so
5438c31a
JB
422%{?with_record:%attr(755,root,root) %{_libdir}/xorg/modules/extensions/librecord.so}
423%{?with_xtrap:%attr(755,root,root) %{_libdir}/xorg/modules/extensions/libxtrap.so}
30a17203
JB
424%dir %{_libdir}/xorg/modules/fonts
425%attr(755,root,root) %{_libdir}/xorg/modules/fonts/lib*.so
79e47f41 426%dir %{_libdir}/xorg/modules/input
944f790e 427%dir %{_libdir}/xorg/modules/linux
30a17203 428%attr(755,root,root) %{_libdir}/xorg/modules/linux/libfbdevhw.so
944f790e
JB
429%dir %{_libdir}/xorg/modules/multimedia
430%attr(755,root,root) %{_libdir}/xorg/modules/multimedia/*.so
79e47f41 431%attr(755,root,root) %{_libdir}/xorg/modules/lib*.so
27d22b31
JB
432%dir /var/lib/xkb
433/var/lib/xkb/README.compiled
3edafdd8
JB
434%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/xserver
435%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/security/blacklist.xserver
436%config(missingok) /etc/security/console.apps/xserver
30a17203 437%{_mandir}/man1/Xorg.1x*
5cd265ab 438%{_mandir}/man1/Xserver.1x*
507f68f4 439%{_mandir}/man1/cvt.1*
30a17203 440%{_mandir}/man1/gtf.1x*
5cd265ab 441%{_mandir}/man1/xorgconfig.1*
88e91f7d 442%{_mandir}/man4/exa.4*
30a17203 443%{_mandir}/man4/fbdevhw.4*
5cd265ab
JB
444%{_mandir}/man5/xorg.conf.5x*
445
446%files -n xorg-xserver-Xdmx
447%defattr(644,root,root,755)
448%attr(755,root,root) %{_bindir}/Xdmx
449%attr(755,root,root) %{_bindir}/dmxaddinput
450%attr(755,root,root) %{_bindir}/dmxaddscreen
451%attr(755,root,root) %{_bindir}/dmxreconfig
452%attr(755,root,root) %{_bindir}/dmxresize
453%attr(755,root,root) %{_bindir}/dmxrminput
454%attr(755,root,root) %{_bindir}/dmxrmscreen
455%attr(755,root,root) %{_bindir}/dmxtodmx
456%attr(755,root,root) %{_bindir}/dmxwininfo
457%attr(755,root,root) %{_bindir}/vdltodmx
458%attr(755,root,root) %{_bindir}/xdmx
459%attr(755,root,root) %{_bindir}/xdmxconfig
30a17203
JB
460%{_mandir}/man1/Xdmx.1x*
461%{_mandir}/man1/dmxtodmx.1x*
462%{_mandir}/man1/vdltodmx.1x*
463%{_mandir}/man1/xdmxconfig.1x*
5cd265ab
JB
464
465%files -n xorg-xserver-Xnest
466%defattr(644,root,root,755)
467%attr(755,root,root) %{_bindir}/Xnest
30a17203 468%{_mandir}/man1/Xnest.1x*
5cd265ab 469
5cd265ab
JB
470%files -n xorg-xserver-Xvfb
471%defattr(644,root,root,755)
472%attr(755,root,root) %{_bindir}/Xvfb
30a17203 473%{_mandir}/man1/Xvfb.1x*
0796e6da 474
475%files devel
476%defattr(644,root,root,755)
477%{_includedir}/xorg
e27e2be3 478%{_libdir}/libxf86config.a
565bbfd3 479%{_aclocaldir}/xorg-server.m4
0796e6da 480%{_pkgconfigdir}/xorg-server.pc
f6f4cf9a 481
afd3ce25
JB
482%files xorgcfg
483%defattr(644,root,root,755)
484%attr(755,root,root) %{_bindir}/xorgcfg
485%{_includedir}/X11/bitmaps/*
486%{_includedir}/X11/pixmaps
487%{_datadir}/X11/app-defaults/XOrgCfg
488%{_mandir}/man1/xorgcfg.1x*
489
f6f4cf9a 490%files -n xorg-xserver-libglx
0a2e6c9d 491%defattr(644,root,root,755)
e8fc790d
JR
492%if %{with multigl}
493%ghost %{_libdir}/xorg/modules/extensions/libglx.so
494%attr(755,root,root) %{_libdir}/xorg/modules/extensions/libglx.so.%{version}
495%else
f6f4cf9a 496%attr(755,root,root) %{_libdir}/xorg/modules/extensions/libglx.so
e8fc790d 497%endif
This page took 0.15035 seconds and 4 git commands to generate.