File xorg-x11.spec of Package xorg-x11
#
# spec file for package xorg-x11
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# 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.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: xorg-x11
Url: http://xorg.freedesktop.org/
Version: 7.6_1
Release: 0
## Requires/Recommends of packages that we split away from xorg-x11
Recommends: appres
Recommends: bdftopcf
Recommends: beforelight
Recommends: bitmap
Recommends: editres
Recommends: fonttosfnt
Recommends: fslsfonts
Recommends: fstobdf
Recommends: iceauth
Recommends: ico
Recommends: lbxproxy
Recommends: listres
Recommends: luit
Recommends: mkcomposecache
Requires: mkfontdir
Requires: mkfontscale
Recommends: oclock
Recommends: proxymngr
Recommends: rendercheck
Requires: rgb
Recommends: rstart
Requires: sessreg
Requires: setxkbmap
Recommends: showfont
Recommends: smproxy
Requires: twm
Recommends: viewres
Recommends: x11perf
Requires: xauth
Recommends: xbacklight
Recommends: xbiff
Recommends: xcalc
Recommends: xclipboard
Recommends: xclock
Recommends: xcmsdb
Recommends: xcompmgr
Requires: xconsole
Recommends: xcursor-themes
Recommends: xcursorgen
Recommends: xdbedizzy
Recommends: xditview
Requires: xdm
Recommends: xdpyinfo
Recommends: xedit
Recommends: xev
Recommends: xeyes
Recommends: xf86dga
Recommends: xfd
Recommends: xfindproxy
Recommends: xfontsel
Recommends: xfs
Recommends: xfsinfo
Recommends: xfwp
Recommends: xgamma
Recommends: xgc
Recommends: xhost
Requires: xinit
Recommends: xinput
Recommends: xkbcomp
Recommends: xkbevd
Recommends: xkbprint
Recommends: xkbutils
Recommends: xkill
Recommends: xload
Recommends: xlogo
Recommends: xlsatoms
Recommends: xlsclients
Recommends: xlsfonts
Recommends: xmag
Recommends: xman
Recommends: xmessage
Requires: xmodmap
Recommends: xmore
Recommends: xorg-scripts
Recommends: xplsprinters
Recommends: xpr
Recommends: xprehashprinterlist
Recommends: xprop
Recommends: xrandr
Requires: xrdb
Recommends: xrefresh
Recommends: xrestop
Recommends: xrx
Recommends: xscope
Recommends: xset
Recommends: xsetmode
Recommends: xsetpointer
Requires: xsetroot
Recommends: xsm
Recommends: xstdcmap
Recommends: xtrap
Recommends: xvidtune
Recommends: xvinfo
Recommends: xwd
Recommends: xwininfo
Recommends: xwud
## End Requires of packages that we split away from xorg-x11
Provides: XFree86
Summary: Compatibility metapackage for X.Org core and sample applications
License: MIT
Group: System/X11/Utilities
Source0: README.meta
Source200: misc.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
This package is a compatibility metapackage. It used to contain the
X.Org core and sample applications.
%prep
%setup -q -T -c '%{name}'
cp %{SOURCE0} .
%build
%install
pushd $RPM_BUILD_ROOT
%{__tar} xjf '%{S:200}'
popd
# Compatibility symlink (Bug #223524)
mkdir -p "${RPM_BUILD_ROOT}%{_bindir}"
%{__ln_s}nf . "${RPM_BUILD_ROOT}%{_bindir}/X11"
%clean
rm -rf "$RPM_BUILD_ROOT"
%files
%defattr(-,root,root)
%doc README.meta
%dir %{_datadir}/X11
%{_datadir}/X11/nls/
%{_bindir}/X11
%changelog