2005-08-29 06:47:27 +00:00
|
|
|
%define tarball xorg-server
|
* Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
- Update to xorg-server-0.99.2 from X11R7 RC1.
- Add "BuildRequires: xorg-x11-util-macros >= 0.99.1".
- Add "BuildRequires: mesa-source >= 6.4-4" for DRI builds.
- Added dmx related utilities to Xdmx subpackage.
- Individually list each X server module in file manifest.
- Hack man1 manpages to be installed into man1x.
- Add the following ./configure options --disable-dependency-tracking,
--enable-composite, --enable-xtrap, --enable-xcsecurity, --enable-xevie,
--enable-lbx, --enable-dri, --with-mesa-source, --with-module-dir,
--with-os-name, --with-os-vendor, --with-xkb-output, --disable-xorgcfg
- Added getconfig, scanpci et al to Xorg subpackage
- Added inb, inl, inw, ioport, outboutl, outw, pcitweak utils to Xorg package
conditionally, defaulting to "off". These utilities are potentially
dangerous and can physically damage hardware and/or destroy data, so are
not shipped by default.
2005-11-04 02:28:10 +00:00
|
|
|
%define cvsdate xxxxxxxxxxx
|
2005-08-30 23:38:39 +00:00
|
|
|
|
2005-10-02 13:39:43 +00:00
|
|
|
Summary: X.Org X11 X server
|
2005-08-29 06:47:27 +00:00
|
|
|
Name: xorg-x11-server
|
2005-11-12 02:17:01 +00:00
|
|
|
Version: 0.99.3
|
|
|
|
Release: 1
|
2005-08-29 06:47:27 +00:00
|
|
|
URL: http://www.x.org
|
2005-11-12 02:17:01 +00:00
|
|
|
Source0: http://xorg.freedesktop.org/releases/X11R7.0-RC2/everything/%{tarball}-%{version}.tar.bz2
|
* Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
- Update to xorg-server-0.99.2 from X11R7 RC1.
- Add "BuildRequires: xorg-x11-util-macros >= 0.99.1".
- Add "BuildRequires: mesa-source >= 6.4-4" for DRI builds.
- Added dmx related utilities to Xdmx subpackage.
- Individually list each X server module in file manifest.
- Hack man1 manpages to be installed into man1x.
- Add the following ./configure options --disable-dependency-tracking,
--enable-composite, --enable-xtrap, --enable-xcsecurity, --enable-xevie,
--enable-lbx, --enable-dri, --with-mesa-source, --with-module-dir,
--with-os-name, --with-os-vendor, --with-xkb-output, --disable-xorgcfg
- Added getconfig, scanpci et al to Xorg subpackage
- Added inb, inl, inw, ioport, outboutl, outw, pcitweak utils to Xorg package
conditionally, defaulting to "off". These utilities are potentially
dangerous and can physically damage hardware and/or destroy data, so are
not shipped by default.
2005-11-04 02:28:10 +00:00
|
|
|
#ource0: %{tarball}-%{version}-%{cvsdate}.tar.bz2
|
2005-10-03 09:06:44 +00:00
|
|
|
License: MIT/X11
|
2005-08-29 06:47:27 +00:00
|
|
|
Group: User Interface/X
|
2005-10-02 13:39:43 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
2005-08-29 06:47:27 +00:00
|
|
|
|
|
|
|
# INFO: We don't ship the X server on s390/s390x/ppc64
|
2005-10-05 23:59:17 +00:00
|
|
|
ExcludeArch: s390 s390x ppc64
|
2005-08-29 06:47:27 +00:00
|
|
|
|
* Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
- Update to xorg-server-0.99.2 from X11R7 RC1.
- Add "BuildRequires: xorg-x11-util-macros >= 0.99.1".
- Add "BuildRequires: mesa-source >= 6.4-4" for DRI builds.
- Added dmx related utilities to Xdmx subpackage.
- Individually list each X server module in file manifest.
- Hack man1 manpages to be installed into man1x.
- Add the following ./configure options --disable-dependency-tracking,
--enable-composite, --enable-xtrap, --enable-xcsecurity, --enable-xevie,
--enable-lbx, --enable-dri, --with-mesa-source, --with-module-dir,
--with-os-name, --with-os-vendor, --with-xkb-output, --disable-xorgcfg
- Added getconfig, scanpci et al to Xorg subpackage
- Added inb, inl, inw, ioport, outboutl, outw, pcitweak utils to Xorg package
conditionally, defaulting to "off". These utilities are potentially
dangerous and can physically damage hardware and/or destroy data, so are
not shipped by default.
2005-11-04 02:28:10 +00:00
|
|
|
%define moduledir %{_libdir}/xorg/modules
|
2005-11-12 02:17:01 +00:00
|
|
|
# FIXME: This stuff should probably be in /usr/share or /usr/lib/X11
|
|
|
|
# somewhere instead of in includedir, as it is C source, not include files.
|
* Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
- Update to xorg-server-0.99.2 from X11R7 RC1.
- Add "BuildRequires: xorg-x11-util-macros >= 0.99.1".
- Add "BuildRequires: mesa-source >= 6.4-4" for DRI builds.
- Added dmx related utilities to Xdmx subpackage.
- Individually list each X server module in file manifest.
- Hack man1 manpages to be installed into man1x.
- Add the following ./configure options --disable-dependency-tracking,
--enable-composite, --enable-xtrap, --enable-xcsecurity, --enable-xevie,
--enable-lbx, --enable-dri, --with-mesa-source, --with-module-dir,
--with-os-name, --with-os-vendor, --with-xkb-output, --disable-xorgcfg
- Added getconfig, scanpci et al to Xorg subpackage
- Added inb, inl, inw, ioport, outboutl, outw, pcitweak utils to Xorg package
conditionally, defaulting to "off". These utilities are potentially
dangerous and can physically damage hardware and/or destroy data, so are
not shipped by default.
2005-11-04 02:28:10 +00:00
|
|
|
%define sdkdir %{_includedir}/xorg
|
2005-11-12 02:17:01 +00:00
|
|
|
|
|
|
|
%ifarch %{ix86} x86_64 ppc ia64
|
2005-08-29 06:47:27 +00:00
|
|
|
%define xservers --enable-xorg --enable-dmx --enable-xvfb --enable-xnest
|
2005-11-12 02:17:01 +00:00
|
|
|
%else
|
|
|
|
%define xservers --disable-xorg --disable-dmx --enable-xvfb --enable-xnest
|
|
|
|
%endif
|
2005-08-29 06:47:27 +00:00
|
|
|
|
* Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
- Update to xorg-server-0.99.2 from X11R7 RC1.
- Add "BuildRequires: xorg-x11-util-macros >= 0.99.1".
- Add "BuildRequires: mesa-source >= 6.4-4" for DRI builds.
- Added dmx related utilities to Xdmx subpackage.
- Individually list each X server module in file manifest.
- Hack man1 manpages to be installed into man1x.
- Add the following ./configure options --disable-dependency-tracking,
--enable-composite, --enable-xtrap, --enable-xcsecurity, --enable-xevie,
--enable-lbx, --enable-dri, --with-mesa-source, --with-module-dir,
--with-os-name, --with-os-vendor, --with-xkb-output, --disable-xorgcfg
- Added getconfig, scanpci et al to Xorg subpackage
- Added inb, inl, inw, ioport, outboutl, outw, pcitweak utils to Xorg package
conditionally, defaulting to "off". These utilities are potentially
dangerous and can physically damage hardware and/or destroy data, so are
not shipped by default.
2005-11-04 02:28:10 +00:00
|
|
|
# NOTE: The developer utils are intended for low level video driver hackers,
|
|
|
|
# doing low level bit twiddling, who really know what they are doing, and are
|
|
|
|
# disabled by default, as they are not generally useful to end users.
|
|
|
|
%define with_developer_utils 0
|
|
|
|
|
2005-11-12 02:17:01 +00:00
|
|
|
%ifarch %{ix86} x86_64 ppc ia64
|
* Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
- Update to xorg-server-0.99.2 from X11R7 RC1.
- Add "BuildRequires: xorg-x11-util-macros >= 0.99.1".
- Add "BuildRequires: mesa-source >= 6.4-4" for DRI builds.
- Added dmx related utilities to Xdmx subpackage.
- Individually list each X server module in file manifest.
- Hack man1 manpages to be installed into man1x.
- Add the following ./configure options --disable-dependency-tracking,
--enable-composite, --enable-xtrap, --enable-xcsecurity, --enable-xevie,
--enable-lbx, --enable-dri, --with-mesa-source, --with-module-dir,
--with-os-name, --with-os-vendor, --with-xkb-output, --disable-xorgcfg
- Added getconfig, scanpci et al to Xorg subpackage
- Added inb, inl, inw, ioport, outboutl, outw, pcitweak utils to Xorg package
conditionally, defaulting to "off". These utilities are potentially
dangerous and can physically damage hardware and/or destroy data, so are
not shipped by default.
2005-11-04 02:28:10 +00:00
|
|
|
%define with_dri 1
|
|
|
|
%else
|
|
|
|
%define with_dri 0
|
|
|
|
%endif
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig
|
|
|
|
BuildRequires: xorg-x11-util-macros >= 0.99.1
|
2005-08-29 06:47:27 +00:00
|
|
|
BuildRequires: xorg-x11-proto-devel
|
|
|
|
BuildRequires: xorg-x11-xtrans-devel
|
2005-10-02 13:39:43 +00:00
|
|
|
BuildRequires: libXfont-devel
|
|
|
|
BuildRequires: libXau-devel
|
|
|
|
BuildRequires: libxkbfile-devel
|
2005-11-04 02:50:49 +00:00
|
|
|
# libdmx-devel needed for Xdmx
|
|
|
|
BuildRequires: libdmx-devel
|
2005-10-02 13:39:43 +00:00
|
|
|
# libXdmcp-devel needed for Xdmx
|
|
|
|
BuildRequires: libXdmcp-devel
|
|
|
|
# libXmu-devel needed for Xdmx
|
|
|
|
BuildRequires: libXmu-devel
|
|
|
|
# libXext-devel needed for Xdmx
|
|
|
|
BuildRequires: libXext-devel
|
|
|
|
# libX11-devel needed for Xdmx
|
|
|
|
BuildRequires: libX11-devel
|
|
|
|
# libXrender-devel needed for Xdmx
|
|
|
|
BuildRequires: libXrender-devel
|
|
|
|
# libXi-devel needed for Xdmx
|
|
|
|
BuildRequires: libXi-devel
|
2005-11-04 03:05:51 +00:00
|
|
|
# libXres-devel needed for something that links to libXres that I never bothered to figure out yet
|
|
|
|
BuildRequires: libXres-devel
|
2005-10-02 13:39:43 +00:00
|
|
|
# libfontenc-devel needed for Xorg, but not specified by
|
2005-08-29 06:47:27 +00:00
|
|
|
# upstream deps. Build fails without it.
|
2005-10-02 13:39:43 +00:00
|
|
|
BuildRequires: libfontenc-devel
|
2005-11-10 00:27:04 +00:00
|
|
|
# Required for Xtst examples
|
|
|
|
BuildRequires: libXtst-devel
|
* Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
- Update to xorg-server-0.99.2 from X11R7 RC1.
- Add "BuildRequires: xorg-x11-util-macros >= 0.99.1".
- Add "BuildRequires: mesa-source >= 6.4-4" for DRI builds.
- Added dmx related utilities to Xdmx subpackage.
- Individually list each X server module in file manifest.
- Hack man1 manpages to be installed into man1x.
- Add the following ./configure options --disable-dependency-tracking,
--enable-composite, --enable-xtrap, --enable-xcsecurity, --enable-xevie,
--enable-lbx, --enable-dri, --with-mesa-source, --with-module-dir,
--with-os-name, --with-os-vendor, --with-xkb-output, --disable-xorgcfg
- Added getconfig, scanpci et al to Xorg subpackage
- Added inb, inl, inw, ioport, outboutl, outw, pcitweak utils to Xorg package
conditionally, defaulting to "off". These utilities are potentially
dangerous and can physically damage hardware and/or destroy data, so are
not shipped by default.
2005-11-04 02:28:10 +00:00
|
|
|
# Needed at least for DRI enabled builds
|
|
|
|
%if %{with_dri}
|
|
|
|
BuildRequires: mesa-source >= 6.4-4
|
|
|
|
%endif
|
2005-08-29 06:47:27 +00:00
|
|
|
%description
|
2005-10-02 13:39:43 +00:00
|
|
|
X.Org X11 X server
|
2005-08-29 06:47:27 +00:00
|
|
|
|
|
|
|
# ----- Xorg --------------------------------------------------------
|
|
|
|
|
|
|
|
%package Xorg
|
2005-10-02 13:39:43 +00:00
|
|
|
Summary: Xorg X server
|
2005-08-29 06:47:27 +00:00
|
|
|
Group: User Interface/X
|
|
|
|
Obsoletes: XFree86 xorg-x11
|
2005-11-10 20:34:16 +00:00
|
|
|
# NOTE: The X server invokes xkbcomp directly, so this is required.
|
|
|
|
Requires: xkbcomp
|
2005-11-07 16:15:54 +00:00
|
|
|
# NOTE: This virtual provide should be used when one wants to depend on
|
|
|
|
# the implementation specific (and optionally version specific) Xorg X
|
|
|
|
# server, but in an OS packaging independent manner. This futureproofs
|
|
|
|
# package dependencies against possible future Xorg package renaming.
|
|
|
|
Provides: Xorg = %{version}-%{release}
|
2005-08-29 06:47:27 +00:00
|
|
|
|
|
|
|
%description Xorg
|
|
|
|
X.org X11 is an open source implementation of the X Window System. It
|
|
|
|
provides the basic low level functionality which full fledged
|
|
|
|
graphical user interfaces (GUIs) such as GNOME and KDE are designed
|
|
|
|
upon.
|
|
|
|
|
|
|
|
# ----- Xnest -------------------------------------------------------
|
|
|
|
|
|
|
|
%package Xnest
|
|
|
|
Summary: A nested server.
|
|
|
|
Group: User Interface/X
|
* Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
- Update to xorg-server-0.99.2 from X11R7 RC1.
- Add "BuildRequires: xorg-x11-util-macros >= 0.99.1".
- Add "BuildRequires: mesa-source >= 6.4-4" for DRI builds.
- Added dmx related utilities to Xdmx subpackage.
- Individually list each X server module in file manifest.
- Hack man1 manpages to be installed into man1x.
- Add the following ./configure options --disable-dependency-tracking,
--enable-composite, --enable-xtrap, --enable-xcsecurity, --enable-xevie,
--enable-lbx, --enable-dri, --with-mesa-source, --with-module-dir,
--with-os-name, --with-os-vendor, --with-xkb-output, --disable-xorgcfg
- Added getconfig, scanpci et al to Xorg subpackage
- Added inb, inl, inw, ioport, outboutl, outw, pcitweak utils to Xorg package
conditionally, defaulting to "off". These utilities are potentially
dangerous and can physically damage hardware and/or destroy data, so are
not shipped by default.
2005-11-04 02:28:10 +00:00
|
|
|
#Requires: %{name} = %{version}-%{release}
|
2005-11-10 20:34:16 +00:00
|
|
|
Obsoletes: XFree86-Xnest, xorg-x11-Xnest
|
2005-11-07 16:15:54 +00:00
|
|
|
# NOTE: This virtual provide should be used by packages which want to depend
|
|
|
|
# on an implementation nonspecific Xnest X server. It is intentionally not
|
|
|
|
# versioned, since it should be agnostic.
|
2005-08-29 06:47:27 +00:00
|
|
|
Provides: Xnest
|
|
|
|
|
|
|
|
%description Xnest
|
|
|
|
Xnest is an X server, which has been implemented as an ordinary
|
|
|
|
X application. It runs in a window just like other X applications,
|
|
|
|
but it is an X server itself in which you can run other software. It
|
|
|
|
is a very useful tool for developers who wish to test their
|
|
|
|
applications without running them on their real X server.
|
|
|
|
|
|
|
|
# ----- Xdmx --------------------------------------------------------
|
|
|
|
|
|
|
|
%package Xdmx
|
|
|
|
Summary: Distributed Multihead X Server and utilities
|
|
|
|
Group: User Interface/X
|
* Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
- Update to xorg-server-0.99.2 from X11R7 RC1.
- Add "BuildRequires: xorg-x11-util-macros >= 0.99.1".
- Add "BuildRequires: mesa-source >= 6.4-4" for DRI builds.
- Added dmx related utilities to Xdmx subpackage.
- Individually list each X server module in file manifest.
- Hack man1 manpages to be installed into man1x.
- Add the following ./configure options --disable-dependency-tracking,
--enable-composite, --enable-xtrap, --enable-xcsecurity, --enable-xevie,
--enable-lbx, --enable-dri, --with-mesa-source, --with-module-dir,
--with-os-name, --with-os-vendor, --with-xkb-output, --disable-xorgcfg
- Added getconfig, scanpci et al to Xorg subpackage
- Added inb, inl, inw, ioport, outboutl, outw, pcitweak utils to Xorg package
conditionally, defaulting to "off". These utilities are potentially
dangerous and can physically damage hardware and/or destroy data, so are
not shipped by default.
2005-11-04 02:28:10 +00:00
|
|
|
#Requires: %{name}-Xorg = %{version}-%{release}
|
2005-10-03 09:06:44 +00:00
|
|
|
Obsoletes: xorg-x11-Xdmx
|
2005-11-07 16:15:54 +00:00
|
|
|
# NOTE: This virtual provide should be used by packages which want to depend
|
|
|
|
# on an implementation nonspecific Xdmx X server. It is intentionally not
|
|
|
|
# versioned, since it should be agnostic.
|
2005-08-29 06:47:27 +00:00
|
|
|
Provides: Xdmx
|
|
|
|
|
|
|
|
%description Xdmx
|
|
|
|
Xdmx is proxy X server that provides multi-head support for multiple displays
|
|
|
|
attached to different machines (each of which is running a typical X server).
|
|
|
|
When Xinerama is used with Xdmx, the multiple displays on multiple machines
|
|
|
|
are presented to the user as a single unified screen. A simple application
|
|
|
|
for Xdmx would be to provide multi-head support using two desktop machines,
|
|
|
|
each of which has a single display device attached to it. A complex
|
|
|
|
application for Xdmx would be to unify a 4 by 4 grid of 1280x1024 displays
|
|
|
|
(each attached to one of 16 computers) into a unified 5120x4096 display.
|
|
|
|
|
|
|
|
# ----- Xvfb --------------------------------------------------------
|
|
|
|
|
|
|
|
%package Xvfb
|
|
|
|
Summary: A X Windows System virtual framebuffer X server.
|
|
|
|
Group: User Interface/X
|
* Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
- Update to xorg-server-0.99.2 from X11R7 RC1.
- Add "BuildRequires: xorg-x11-util-macros >= 0.99.1".
- Add "BuildRequires: mesa-source >= 6.4-4" for DRI builds.
- Added dmx related utilities to Xdmx subpackage.
- Individually list each X server module in file manifest.
- Hack man1 manpages to be installed into man1x.
- Add the following ./configure options --disable-dependency-tracking,
--enable-composite, --enable-xtrap, --enable-xcsecurity, --enable-xevie,
--enable-lbx, --enable-dri, --with-mesa-source, --with-module-dir,
--with-os-name, --with-os-vendor, --with-xkb-output, --disable-xorgcfg
- Added getconfig, scanpci et al to Xorg subpackage
- Added inb, inl, inw, ioport, outboutl, outw, pcitweak utils to Xorg package
conditionally, defaulting to "off". These utilities are potentially
dangerous and can physically damage hardware and/or destroy data, so are
not shipped by default.
2005-11-04 02:28:10 +00:00
|
|
|
#Requires: %{name} = %{version}-%{release}
|
2005-08-29 06:47:27 +00:00
|
|
|
Obsoletes: XFree86-Xvfb xorg-x11-Xvfb
|
2005-11-07 16:15:54 +00:00
|
|
|
# NOTE: This virtual provide should be used by packages which want to depend
|
|
|
|
# on an implementation nonspecific Xvfb X server. It is intentionally not
|
|
|
|
# versioned, since it should be agnostic.
|
2005-08-29 06:47:27 +00:00
|
|
|
Provides: Xvfb
|
|
|
|
|
|
|
|
%description Xvfb
|
|
|
|
Xvfb (X Virtual Frame Buffer) is an X server that is able to run on
|
|
|
|
machines with no display hardware and no physical input devices.
|
|
|
|
Xvfb simulates a dumb framebuffer using virtual memory. Xvfb does
|
|
|
|
not open any devices, but behaves otherwise as an X display. Xvfb
|
|
|
|
is normally used for testing servers.
|
|
|
|
|
|
|
|
# ----- sdk ---------------------------------------------------------
|
|
|
|
|
|
|
|
%package sdk
|
|
|
|
Summary: SDK for X server driver module development
|
|
|
|
Group: User Interface/X
|
|
|
|
Obsoletes: XFree86-sdk xorg-x11-sdk
|
* Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
- Update to xorg-server-0.99.2 from X11R7 RC1.
- Add "BuildRequires: xorg-x11-util-macros >= 0.99.1".
- Add "BuildRequires: mesa-source >= 6.4-4" for DRI builds.
- Added dmx related utilities to Xdmx subpackage.
- Individually list each X server module in file manifest.
- Hack man1 manpages to be installed into man1x.
- Add the following ./configure options --disable-dependency-tracking,
--enable-composite, --enable-xtrap, --enable-xcsecurity, --enable-xevie,
--enable-lbx, --enable-dri, --with-mesa-source, --with-module-dir,
--with-os-name, --with-os-vendor, --with-xkb-output, --disable-xorgcfg
- Added getconfig, scanpci et al to Xorg subpackage
- Added inb, inl, inw, ioport, outboutl, outw, pcitweak utils to Xorg package
conditionally, defaulting to "off". These utilities are potentially
dangerous and can physically damage hardware and/or destroy data, so are
not shipped by default.
2005-11-04 02:28:10 +00:00
|
|
|
Requires: xorg-x11-util-macros
|
2005-08-29 06:47:27 +00:00
|
|
|
|
|
|
|
%description sdk
|
|
|
|
The SDK package provides the developmental files which are necessary for
|
|
|
|
developing X server driver modules, and for compiling driver modules
|
|
|
|
outside of the standard X11 source code tree. Developers writing video
|
|
|
|
drivers, input drivers, or other X modules should install this package.
|
|
|
|
|
|
|
|
# -------------------------------------------------------------------
|
|
|
|
|
|
|
|
%prep
|
* Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
- Update to xorg-server-0.99.2 from X11R7 RC1.
- Add "BuildRequires: xorg-x11-util-macros >= 0.99.1".
- Add "BuildRequires: mesa-source >= 6.4-4" for DRI builds.
- Added dmx related utilities to Xdmx subpackage.
- Individually list each X server module in file manifest.
- Hack man1 manpages to be installed into man1x.
- Add the following ./configure options --disable-dependency-tracking,
--enable-composite, --enable-xtrap, --enable-xcsecurity, --enable-xevie,
--enable-lbx, --enable-dri, --with-mesa-source, --with-module-dir,
--with-os-name, --with-os-vendor, --with-xkb-output, --disable-xorgcfg
- Added getconfig, scanpci et al to Xorg subpackage
- Added inb, inl, inw, ioport, outboutl, outw, pcitweak utils to Xorg package
conditionally, defaulting to "off". These utilities are potentially
dangerous and can physically damage hardware and/or destroy data, so are
not shipped by default.
2005-11-04 02:28:10 +00:00
|
|
|
%setup -q -n %{tarball}-%{version}
|
2005-08-29 06:47:27 +00:00
|
|
|
|
|
|
|
%build
|
2005-10-02 13:39:43 +00:00
|
|
|
%configure %{xservers} \
|
* Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
- Update to xorg-server-0.99.2 from X11R7 RC1.
- Add "BuildRequires: xorg-x11-util-macros >= 0.99.1".
- Add "BuildRequires: mesa-source >= 6.4-4" for DRI builds.
- Added dmx related utilities to Xdmx subpackage.
- Individually list each X server module in file manifest.
- Hack man1 manpages to be installed into man1x.
- Add the following ./configure options --disable-dependency-tracking,
--enable-composite, --enable-xtrap, --enable-xcsecurity, --enable-xevie,
--enable-lbx, --enable-dri, --with-mesa-source, --with-module-dir,
--with-os-name, --with-os-vendor, --with-xkb-output, --disable-xorgcfg
- Added getconfig, scanpci et al to Xorg subpackage
- Added inb, inl, inw, ioport, outboutl, outw, pcitweak utils to Xorg package
conditionally, defaulting to "off". These utilities are potentially
dangerous and can physically damage hardware and/or destroy data, so are
not shipped by default.
2005-11-04 02:28:10 +00:00
|
|
|
--disable-dependency-tracking \
|
2005-10-02 13:39:43 +00:00
|
|
|
--disable-xprint \
|
|
|
|
--disable-static \
|
* Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
- Update to xorg-server-0.99.2 from X11R7 RC1.
- Add "BuildRequires: xorg-x11-util-macros >= 0.99.1".
- Add "BuildRequires: mesa-source >= 6.4-4" for DRI builds.
- Added dmx related utilities to Xdmx subpackage.
- Individually list each X server module in file manifest.
- Hack man1 manpages to be installed into man1x.
- Add the following ./configure options --disable-dependency-tracking,
--enable-composite, --enable-xtrap, --enable-xcsecurity, --enable-xevie,
--enable-lbx, --enable-dri, --with-mesa-source, --with-module-dir,
--with-os-name, --with-os-vendor, --with-xkb-output, --disable-xorgcfg
- Added getconfig, scanpci et al to Xorg subpackage
- Added inb, inl, inw, ioport, outboutl, outw, pcitweak utils to Xorg package
conditionally, defaulting to "off". These utilities are potentially
dangerous and can physically damage hardware and/or destroy data, so are
not shipped by default.
2005-11-04 02:28:10 +00:00
|
|
|
--enable-composite \
|
|
|
|
--enable-xtrap \
|
|
|
|
--enable-xcsecurity \
|
|
|
|
--enable-xevie \
|
|
|
|
--enable-lbx \
|
|
|
|
%if %{with_dri}
|
|
|
|
--enable-dri \
|
|
|
|
--with-mesa-source=%{_datadir}/mesa/source \
|
|
|
|
%endif
|
|
|
|
--with-module-dir=%{moduledir} \
|
|
|
|
--with-os-name="Fedora Core 5" \
|
|
|
|
--with-os-vendor="Red Hat, Inc." \
|
|
|
|
--with-xkb-output=%{_localstatedir}/lib/xkb \
|
|
|
|
--disable-xorgcfg
|
|
|
|
|
2005-11-12 02:46:20 +00:00
|
|
|
make
|
|
|
|
# FIXME: disable smp_mflags on the above make, to test if it is causing a build problem.
|
|
|
|
#%{?_smp_mflags}
|
2005-08-30 23:38:39 +00:00
|
|
|
|
2005-08-29 06:47:27 +00:00
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
* Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
- Update to xorg-server-0.99.2 from X11R7 RC1.
- Add "BuildRequires: xorg-x11-util-macros >= 0.99.1".
- Add "BuildRequires: mesa-source >= 6.4-4" for DRI builds.
- Added dmx related utilities to Xdmx subpackage.
- Individually list each X server module in file manifest.
- Hack man1 manpages to be installed into man1x.
- Add the following ./configure options --disable-dependency-tracking,
--enable-composite, --enable-xtrap, --enable-xcsecurity, --enable-xevie,
--enable-lbx, --enable-dri, --with-mesa-source, --with-module-dir,
--with-os-name, --with-os-vendor, --with-xkb-output, --disable-xorgcfg
- Added getconfig, scanpci et al to Xorg subpackage
- Added inb, inl, inw, ioport, outboutl, outw, pcitweak utils to Xorg package
conditionally, defaulting to "off". These utilities are potentially
dangerous and can physically damage hardware and/or destroy data, so are
not shipped by default.
2005-11-04 02:28:10 +00:00
|
|
|
#makeinstall moduledir=$RPM_BUILD_ROOT%{moduledir} sdkdir=$RPM_BUILD_ROOT%{sdkdir}
|
|
|
|
# DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT moduledir=%{moduledir} sdkdir=%{sdkdir}
|
2005-08-30 23:38:39 +00:00
|
|
|
|
2005-11-12 02:17:01 +00:00
|
|
|
# Remove all libtool archives (*.la)
|
* Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
- Update to xorg-server-0.99.2 from X11R7 RC1.
- Add "BuildRequires: xorg-x11-util-macros >= 0.99.1".
- Add "BuildRequires: mesa-source >= 6.4-4" for DRI builds.
- Added dmx related utilities to Xdmx subpackage.
- Individually list each X server module in file manifest.
- Hack man1 manpages to be installed into man1x.
- Add the following ./configure options --disable-dependency-tracking,
--enable-composite, --enable-xtrap, --enable-xcsecurity, --enable-xevie,
--enable-lbx, --enable-dri, --with-mesa-source, --with-module-dir,
--with-os-name, --with-os-vendor, --with-xkb-output, --disable-xorgcfg
- Added getconfig, scanpci et al to Xorg subpackage
- Added inb, inl, inw, ioport, outboutl, outw, pcitweak utils to Xorg package
conditionally, defaulting to "off". These utilities are potentially
dangerous and can physically damage hardware and/or destroy data, so are
not shipped by default.
2005-11-04 02:28:10 +00:00
|
|
|
find $RPM_BUILD_ROOT -type f -name '*.la' | xargs rm -f -- || :
|
2005-08-29 06:47:27 +00:00
|
|
|
|
2005-11-12 02:17:01 +00:00
|
|
|
# FIXME: This should be done upstream, so it's one less thing to hack.
|
2005-08-29 06:47:27 +00:00
|
|
|
# Make these directories now so the Xorg package can own them.
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_libdir}/xorg/modules/{drivers,input}
|
|
|
|
|
* Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
- Update to xorg-server-0.99.2 from X11R7 RC1.
- Add "BuildRequires: xorg-x11-util-macros >= 0.99.1".
- Add "BuildRequires: mesa-source >= 6.4-4" for DRI builds.
- Added dmx related utilities to Xdmx subpackage.
- Individually list each X server module in file manifest.
- Hack man1 manpages to be installed into man1x.
- Add the following ./configure options --disable-dependency-tracking,
--enable-composite, --enable-xtrap, --enable-xcsecurity, --enable-xevie,
--enable-lbx, --enable-dri, --with-mesa-source, --with-module-dir,
--with-os-name, --with-os-vendor, --with-xkb-output, --disable-xorgcfg
- Added getconfig, scanpci et al to Xorg subpackage
- Added inb, inl, inw, ioport, outboutl, outw, pcitweak utils to Xorg package
conditionally, defaulting to "off". These utilities are potentially
dangerous and can physically damage hardware and/or destroy data, so are
not shipped by default.
2005-11-04 02:28:10 +00:00
|
|
|
# FIXME: Remove unwanted files/dirs
|
|
|
|
{
|
|
|
|
rm $RPM_BUILD_ROOT%{_bindir}/xorgconfig
|
|
|
|
rm $RPM_BUILD_ROOT%{_mandir}/man1/xorgconfig.1*
|
|
|
|
rm $RPM_BUILD_ROOT%{_libdir}/X11/Cards
|
|
|
|
rm $RPM_BUILD_ROOT%{_libdir}/X11/getconfig/cfg.sample
|
|
|
|
rm $RPM_BUILD_ROOT%{_libdir}/X11/getconfig/xorg.cfg
|
2005-11-04 03:48:07 +00:00
|
|
|
%if ! %{with_developer_utils}
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_bindir}/inb
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_bindir}/inl
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_bindir}/inw
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_bindir}/ioport
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_bindir}/outb
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_bindir}/outl
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_bindir}/outw
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_bindir}/pcitweak
|
|
|
|
%endif
|
* Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
- Update to xorg-server-0.99.2 from X11R7 RC1.
- Add "BuildRequires: xorg-x11-util-macros >= 0.99.1".
- Add "BuildRequires: mesa-source >= 6.4-4" for DRI builds.
- Added dmx related utilities to Xdmx subpackage.
- Individually list each X server module in file manifest.
- Hack man1 manpages to be installed into man1x.
- Add the following ./configure options --disable-dependency-tracking,
--enable-composite, --enable-xtrap, --enable-xcsecurity, --enable-xevie,
--enable-lbx, --enable-dri, --with-mesa-source, --with-module-dir,
--with-os-name, --with-os-vendor, --with-xkb-output, --disable-xorgcfg
- Added getconfig, scanpci et al to Xorg subpackage
- Added inb, inl, inw, ioport, outboutl, outw, pcitweak utils to Xorg package
conditionally, defaulting to "off". These utilities are potentially
dangerous and can physically damage hardware and/or destroy data, so are
not shipped by default.
2005-11-04 02:28:10 +00:00
|
|
|
}
|
|
|
|
|
2005-11-12 02:17:01 +00:00
|
|
|
# FIXME: Move/rename manpages to correct location (still broke in RC2)
|
|
|
|
%if 1
|
* Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
- Update to xorg-server-0.99.2 from X11R7 RC1.
- Add "BuildRequires: xorg-x11-util-macros >= 0.99.1".
- Add "BuildRequires: mesa-source >= 6.4-4" for DRI builds.
- Added dmx related utilities to Xdmx subpackage.
- Individually list each X server module in file manifest.
- Hack man1 manpages to be installed into man1x.
- Add the following ./configure options --disable-dependency-tracking,
--enable-composite, --enable-xtrap, --enable-xcsecurity, --enable-xevie,
--enable-lbx, --enable-dri, --with-mesa-source, --with-module-dir,
--with-os-name, --with-os-vendor, --with-xkb-output, --disable-xorgcfg
- Added getconfig, scanpci et al to Xorg subpackage
- Added inb, inl, inw, ioport, outboutl, outw, pcitweak utils to Xorg package
conditionally, defaulting to "off". These utilities are potentially
dangerous and can physically damage hardware and/or destroy data, so are
not shipped by default.
2005-11-04 02:28:10 +00:00
|
|
|
{
|
2005-11-12 02:46:20 +00:00
|
|
|
WRONG_DIR=$RPM_BUILD_ROOT%{_mandir}/man1
|
|
|
|
MAN1X_DIR=$RPM_BUILD_ROOT%{_mandir}/man1x
|
|
|
|
|
|
|
|
[ ! -d $MAN1X_DIR ] && mkdir -p $MAN1X_DIR
|
|
|
|
mv ${WRONG_DIR}/* ${MAN1X_DIR}/
|
|
|
|
for each in ${MAN1X_DIR}/* ; do
|
* Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
- Update to xorg-server-0.99.2 from X11R7 RC1.
- Add "BuildRequires: xorg-x11-util-macros >= 0.99.1".
- Add "BuildRequires: mesa-source >= 6.4-4" for DRI builds.
- Added dmx related utilities to Xdmx subpackage.
- Individually list each X server module in file manifest.
- Hack man1 manpages to be installed into man1x.
- Add the following ./configure options --disable-dependency-tracking,
--enable-composite, --enable-xtrap, --enable-xcsecurity, --enable-xevie,
--enable-lbx, --enable-dri, --with-mesa-source, --with-module-dir,
--with-os-name, --with-os-vendor, --with-xkb-output, --disable-xorgcfg
- Added getconfig, scanpci et al to Xorg subpackage
- Added inb, inl, inw, ioport, outboutl, outw, pcitweak utils to Xorg package
conditionally, defaulting to "off". These utilities are potentially
dangerous and can physically damage hardware and/or destroy data, so are
not shipped by default.
2005-11-04 02:28:10 +00:00
|
|
|
mv $each ${each/.1/.1x}
|
|
|
|
done
|
2005-11-12 02:46:20 +00:00
|
|
|
rmdir $WRONG_DIR
|
* Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
- Update to xorg-server-0.99.2 from X11R7 RC1.
- Add "BuildRequires: xorg-x11-util-macros >= 0.99.1".
- Add "BuildRequires: mesa-source >= 6.4-4" for DRI builds.
- Added dmx related utilities to Xdmx subpackage.
- Individually list each X server module in file manifest.
- Hack man1 manpages to be installed into man1x.
- Add the following ./configure options --disable-dependency-tracking,
--enable-composite, --enable-xtrap, --enable-xcsecurity, --enable-xevie,
--enable-lbx, --enable-dri, --with-mesa-source, --with-module-dir,
--with-os-name, --with-os-vendor, --with-xkb-output, --disable-xorgcfg
- Added getconfig, scanpci et al to Xorg subpackage
- Added inb, inl, inw, ioport, outboutl, outw, pcitweak utils to Xorg package
conditionally, defaulting to "off". These utilities are potentially
dangerous and can physically damage hardware and/or destroy data, so are
not shipped by default.
2005-11-04 02:28:10 +00:00
|
|
|
}
|
2005-11-12 02:17:01 +00:00
|
|
|
%endif
|
* Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
- Update to xorg-server-0.99.2 from X11R7 RC1.
- Add "BuildRequires: xorg-x11-util-macros >= 0.99.1".
- Add "BuildRequires: mesa-source >= 6.4-4" for DRI builds.
- Added dmx related utilities to Xdmx subpackage.
- Individually list each X server module in file manifest.
- Hack man1 manpages to be installed into man1x.
- Add the following ./configure options --disable-dependency-tracking,
--enable-composite, --enable-xtrap, --enable-xcsecurity, --enable-xevie,
--enable-lbx, --enable-dri, --with-mesa-source, --with-module-dir,
--with-os-name, --with-os-vendor, --with-xkb-output, --disable-xorgcfg
- Added getconfig, scanpci et al to Xorg subpackage
- Added inb, inl, inw, ioport, outboutl, outw, pcitweak utils to Xorg package
conditionally, defaulting to "off". These utilities are potentially
dangerous and can physically damage hardware and/or destroy data, so are
not shipped by default.
2005-11-04 02:28:10 +00:00
|
|
|
|
2005-08-29 06:47:27 +00:00
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
# ----- Xorg --------------------------------------------------------
|
|
|
|
|
|
|
|
%files Xorg
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
# FIXME: The build fails to find the Changelog for some reason.
|
|
|
|
#%doc ChangeLog
|
|
|
|
%dir %{_bindir}
|
|
|
|
%{_bindir}/Xorg
|
* Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
- Update to xorg-server-0.99.2 from X11R7 RC1.
- Add "BuildRequires: xorg-x11-util-macros >= 0.99.1".
- Add "BuildRequires: mesa-source >= 6.4-4" for DRI builds.
- Added dmx related utilities to Xdmx subpackage.
- Individually list each X server module in file manifest.
- Hack man1 manpages to be installed into man1x.
- Add the following ./configure options --disable-dependency-tracking,
--enable-composite, --enable-xtrap, --enable-xcsecurity, --enable-xevie,
--enable-lbx, --enable-dri, --with-mesa-source, --with-module-dir,
--with-os-name, --with-os-vendor, --with-xkb-output, --disable-xorgcfg
- Added getconfig, scanpci et al to Xorg subpackage
- Added inb, inl, inw, ioport, outboutl, outw, pcitweak utils to Xorg package
conditionally, defaulting to "off". These utilities are potentially
dangerous and can physically damage hardware and/or destroy data, so are
not shipped by default.
2005-11-04 02:28:10 +00:00
|
|
|
%{_bindir}/getconfig
|
|
|
|
%{_bindir}/getconfig.pl
|
|
|
|
%{_bindir}/gtf
|
|
|
|
%if %{with_developer_utils}
|
|
|
|
%{_bindir}/inb
|
|
|
|
%{_bindir}/inl
|
|
|
|
%{_bindir}/inw
|
|
|
|
%{_bindir}/ioport
|
|
|
|
%{_bindir}/outb
|
|
|
|
%{_bindir}/outl
|
|
|
|
%{_bindir}/outw
|
|
|
|
%{_bindir}/pcitweak
|
|
|
|
%endif
|
|
|
|
%{_bindir}/scanpci
|
2005-08-29 06:47:27 +00:00
|
|
|
%dir %{_libdir}/xorg
|
|
|
|
%dir %{_libdir}/xorg/modules
|
|
|
|
%dir %{_libdir}/xorg/modules/drivers
|
* Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
- Update to xorg-server-0.99.2 from X11R7 RC1.
- Add "BuildRequires: xorg-x11-util-macros >= 0.99.1".
- Add "BuildRequires: mesa-source >= 6.4-4" for DRI builds.
- Added dmx related utilities to Xdmx subpackage.
- Individually list each X server module in file manifest.
- Hack man1 manpages to be installed into man1x.
- Add the following ./configure options --disable-dependency-tracking,
--enable-composite, --enable-xtrap, --enable-xcsecurity, --enable-xevie,
--enable-lbx, --enable-dri, --with-mesa-source, --with-module-dir,
--with-os-name, --with-os-vendor, --with-xkb-output, --disable-xorgcfg
- Added getconfig, scanpci et al to Xorg subpackage
- Added inb, inl, inw, ioport, outboutl, outw, pcitweak utils to Xorg package
conditionally, defaulting to "off". These utilities are potentially
dangerous and can physically damage hardware and/or destroy data, so are
not shipped by default.
2005-11-04 02:28:10 +00:00
|
|
|
%dir %{_libdir}/xorg/modules/extensions
|
|
|
|
%{_libdir}/xorg/modules/extensions/libdri.so
|
2005-08-29 06:47:27 +00:00
|
|
|
%dir %{_libdir}/xorg/modules/input
|
* Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
- Update to xorg-server-0.99.2 from X11R7 RC1.
- Add "BuildRequires: xorg-x11-util-macros >= 0.99.1".
- Add "BuildRequires: mesa-source >= 6.4-4" for DRI builds.
- Added dmx related utilities to Xdmx subpackage.
- Individually list each X server module in file manifest.
- Hack man1 manpages to be installed into man1x.
- Add the following ./configure options --disable-dependency-tracking,
--enable-composite, --enable-xtrap, --enable-xcsecurity, --enable-xevie,
--enable-lbx, --enable-dri, --with-mesa-source, --with-module-dir,
--with-os-name, --with-os-vendor, --with-xkb-output, --disable-xorgcfg
- Added getconfig, scanpci et al to Xorg subpackage
- Added inb, inl, inw, ioport, outboutl, outw, pcitweak utils to Xorg package
conditionally, defaulting to "off". These utilities are potentially
dangerous and can physically damage hardware and/or destroy data, so are
not shipped by default.
2005-11-04 02:28:10 +00:00
|
|
|
%dir %{_libdir}/xorg/modules/linux
|
|
|
|
%{_libdir}/xorg/modules/linux/libdrm.so
|
|
|
|
%dir %{_libdir}/xorg/modules/multimedia
|
|
|
|
%{_libdir}/xorg/modules/multimedia/bt829_drv.so
|
|
|
|
%{_libdir}/xorg/modules/multimedia/fi1236_drv.so
|
|
|
|
%{_libdir}/xorg/modules/multimedia/libi2c.so
|
|
|
|
%{_libdir}/xorg/modules/multimedia/msp3430_drv.so
|
|
|
|
%{_libdir}/xorg/modules/multimedia/tda8425_drv.so
|
|
|
|
%{_libdir}/xorg/modules/multimedia/tda9850_drv.so
|
|
|
|
%{_libdir}/xorg/modules/multimedia/tda9885_drv.so
|
|
|
|
%{_libdir}/xorg/modules/multimedia/uda1380_drv.so
|
|
|
|
%{_libdir}/xorg/modules/libGLcore.so
|
|
|
|
%{_libdir}/xorg/modules/libafb.so
|
|
|
|
%{_libdir}/xorg/modules/libbitmap.so
|
|
|
|
%{_libdir}/xorg/modules/libcfb.so
|
|
|
|
%{_libdir}/xorg/modules/libcfb16.so
|
|
|
|
%{_libdir}/xorg/modules/libcfb24.so
|
|
|
|
%{_libdir}/xorg/modules/libcfb32.so
|
|
|
|
%{_libdir}/xorg/modules/libdbe.so
|
|
|
|
%{_libdir}/xorg/modules/libddc.so
|
|
|
|
%{_libdir}/xorg/modules/libexa.so
|
|
|
|
%{_libdir}/xorg/modules/libextmod.so
|
|
|
|
%{_libdir}/xorg/modules/libfb.so
|
|
|
|
%{_libdir}/xorg/modules/libfbdevhw.so
|
|
|
|
%{_libdir}/xorg/modules/libfreetype.so
|
|
|
|
%{_libdir}/xorg/modules/libglx.so
|
|
|
|
%{_libdir}/xorg/modules/libint10.so
|
|
|
|
%{_libdir}/xorg/modules/liblayer.so
|
|
|
|
%{_libdir}/xorg/modules/libmfb.so
|
|
|
|
%{_libdir}/xorg/modules/libpcidata.so
|
|
|
|
%{_libdir}/xorg/modules/librac.so
|
|
|
|
%{_libdir}/xorg/modules/libramdac.so
|
|
|
|
%{_libdir}/xorg/modules/librecord.so
|
|
|
|
%{_libdir}/xorg/modules/libscanpci.so
|
|
|
|
%{_libdir}/xorg/modules/libshadow.so
|
|
|
|
%{_libdir}/xorg/modules/libshadowfb.so
|
|
|
|
%{_libdir}/xorg/modules/libtype1.so
|
|
|
|
%{_libdir}/xorg/modules/libvbe.so
|
|
|
|
%{_libdir}/xorg/modules/libvgahw.so
|
|
|
|
%{_libdir}/xorg/modules/libxaa.so
|
|
|
|
%{_libdir}/xorg/modules/libxf1bpp.so
|
|
|
|
%{_libdir}/xorg/modules/libxf4bpp.so
|
|
|
|
%{_libdir}/xorg/modules/libxf8_16bpp.so
|
|
|
|
%{_libdir}/xorg/modules/libxf8_32bpp.so
|
|
|
|
%{_libdir}/xorg/modules/libxf8_32wid.so
|
2005-11-04 03:48:07 +00:00
|
|
|
%dir %{_libdir}/xserver
|
|
|
|
%{_libdir}/xserver/SecurityPolicy
|
* Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
- Update to xorg-server-0.99.2 from X11R7 RC1.
- Add "BuildRequires: xorg-x11-util-macros >= 0.99.1".
- Add "BuildRequires: mesa-source >= 6.4-4" for DRI builds.
- Added dmx related utilities to Xdmx subpackage.
- Individually list each X server module in file manifest.
- Hack man1 manpages to be installed into man1x.
- Add the following ./configure options --disable-dependency-tracking,
--enable-composite, --enable-xtrap, --enable-xcsecurity, --enable-xevie,
--enable-lbx, --enable-dri, --with-mesa-source, --with-module-dir,
--with-os-name, --with-os-vendor, --with-xkb-output, --disable-xorgcfg
- Added getconfig, scanpci et al to Xorg subpackage
- Added inb, inl, inw, ioport, outboutl, outw, pcitweak utils to Xorg package
conditionally, defaulting to "off". These utilities are potentially
dangerous and can physically damage hardware and/or destroy data, so are
not shipped by default.
2005-11-04 02:28:10 +00:00
|
|
|
%dir %{_mandir}
|
|
|
|
%dir %{_mandir}/man1x
|
|
|
|
%{_mandir}/man1x/getconfig.1x*
|
|
|
|
%{_mandir}/man1x/gtf.1x*
|
|
|
|
%{_mandir}/man1x/pcitweak.1x*
|
|
|
|
%{_mandir}/man1x/scanpci.1x*
|
|
|
|
%{_mandir}/man1x/Xorg.1x*
|
|
|
|
%{_mandir}/man1x/Xserver.1x*
|
|
|
|
%dir %{_mandir}/man4x
|
|
|
|
%{_mandir}/man4x/fbdevhw.4x*
|
|
|
|
%dir %{_mandir}/man5x
|
|
|
|
%{_mandir}/man5x/getconfig.5x*
|
|
|
|
%{_mandir}/man5x/xorg.conf.5x*
|
|
|
|
%dir %{_localstatedir}/lib/xkb
|
|
|
|
%{_localstatedir}/lib/xkb/README.compiled
|
2005-08-29 06:47:27 +00:00
|
|
|
|
|
|
|
# ----- Xnest -------------------------------------------------------
|
|
|
|
|
|
|
|
%files Xnest
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%dir %{_bindir}
|
|
|
|
%{_bindir}/Xnest
|
* Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
- Update to xorg-server-0.99.2 from X11R7 RC1.
- Add "BuildRequires: xorg-x11-util-macros >= 0.99.1".
- Add "BuildRequires: mesa-source >= 6.4-4" for DRI builds.
- Added dmx related utilities to Xdmx subpackage.
- Individually list each X server module in file manifest.
- Hack man1 manpages to be installed into man1x.
- Add the following ./configure options --disable-dependency-tracking,
--enable-composite, --enable-xtrap, --enable-xcsecurity, --enable-xevie,
--enable-lbx, --enable-dri, --with-mesa-source, --with-module-dir,
--with-os-name, --with-os-vendor, --with-xkb-output, --disable-xorgcfg
- Added getconfig, scanpci et al to Xorg subpackage
- Added inb, inl, inw, ioport, outboutl, outw, pcitweak utils to Xorg package
conditionally, defaulting to "off". These utilities are potentially
dangerous and can physically damage hardware and/or destroy data, so are
not shipped by default.
2005-11-04 02:28:10 +00:00
|
|
|
%dir %{_mandir}
|
|
|
|
%dir %{_mandir}/man1x
|
|
|
|
%{_mandir}/man1x/Xnest.1x*
|
2005-08-29 06:47:27 +00:00
|
|
|
|
|
|
|
# ----- Xdmx --------------------------------------------------------
|
|
|
|
|
|
|
|
%files Xdmx
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%dir %{_bindir}
|
|
|
|
%{_bindir}/Xdmx
|
* Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
- Update to xorg-server-0.99.2 from X11R7 RC1.
- Add "BuildRequires: xorg-x11-util-macros >= 0.99.1".
- Add "BuildRequires: mesa-source >= 6.4-4" for DRI builds.
- Added dmx related utilities to Xdmx subpackage.
- Individually list each X server module in file manifest.
- Hack man1 manpages to be installed into man1x.
- Add the following ./configure options --disable-dependency-tracking,
--enable-composite, --enable-xtrap, --enable-xcsecurity, --enable-xevie,
--enable-lbx, --enable-dri, --with-mesa-source, --with-module-dir,
--with-os-name, --with-os-vendor, --with-xkb-output, --disable-xorgcfg
- Added getconfig, scanpci et al to Xorg subpackage
- Added inb, inl, inw, ioport, outboutl, outw, pcitweak utils to Xorg package
conditionally, defaulting to "off". These utilities are potentially
dangerous and can physically damage hardware and/or destroy data, so are
not shipped by default.
2005-11-04 02:28:10 +00:00
|
|
|
%{_bindir}/dmxaddinput
|
|
|
|
%{_bindir}/dmxaddscreen
|
|
|
|
%{_bindir}/dmxreconfig
|
|
|
|
%{_bindir}/dmxresize
|
|
|
|
%{_bindir}/dmxrminput
|
|
|
|
%{_bindir}/dmxrmscreen
|
|
|
|
%{_bindir}/dmxtodmx
|
|
|
|
%{_bindir}/dmxwininfo
|
|
|
|
%{_bindir}/vdltodmx
|
|
|
|
%{_bindir}/xdmx
|
|
|
|
%{_bindir}/xdmxconfig
|
|
|
|
%dir %{_mandir}
|
|
|
|
%dir %{_mandir}/man1x
|
|
|
|
%{_mandir}/man1x/Xdmx.1x*
|
|
|
|
%{_mandir}/man1x/dmxtodmx.1x*
|
|
|
|
%{_mandir}/man1x/vdltodmx.1x*
|
|
|
|
%{_mandir}/man1x/xdmxconfig.1x*
|
2005-08-29 06:47:27 +00:00
|
|
|
|
|
|
|
# ----- Xvfb --------------------------------------------------------
|
|
|
|
|
|
|
|
%files Xvfb
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%dir %{_bindir}
|
|
|
|
%{_bindir}/Xvfb
|
* Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
- Update to xorg-server-0.99.2 from X11R7 RC1.
- Add "BuildRequires: xorg-x11-util-macros >= 0.99.1".
- Add "BuildRequires: mesa-source >= 6.4-4" for DRI builds.
- Added dmx related utilities to Xdmx subpackage.
- Individually list each X server module in file manifest.
- Hack man1 manpages to be installed into man1x.
- Add the following ./configure options --disable-dependency-tracking,
--enable-composite, --enable-xtrap, --enable-xcsecurity, --enable-xevie,
--enable-lbx, --enable-dri, --with-mesa-source, --with-module-dir,
--with-os-name, --with-os-vendor, --with-xkb-output, --disable-xorgcfg
- Added getconfig, scanpci et al to Xorg subpackage
- Added inb, inl, inw, ioport, outboutl, outw, pcitweak utils to Xorg package
conditionally, defaulting to "off". These utilities are potentially
dangerous and can physically damage hardware and/or destroy data, so are
not shipped by default.
2005-11-04 02:28:10 +00:00
|
|
|
%dir %{_mandir}
|
|
|
|
%dir %{_mandir}/man1x
|
|
|
|
%{_mandir}/man1x/Xvfb.1x*
|
2005-08-29 06:47:27 +00:00
|
|
|
|
|
|
|
# ----- sdk ---------------------------------------------------------
|
|
|
|
|
|
|
|
%files sdk
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%dir %{_libdir}/pkgconfig
|
|
|
|
%{_libdir}/pkgconfig/xorg-server.pc
|
|
|
|
%dir %{_includedir}
|
|
|
|
%dir %{_includedir}/xorg
|
|
|
|
%{_includedir}/xorg/*.h
|
|
|
|
|
|
|
|
# -------------------------------------------------------------------
|
|
|
|
|
|
|
|
%changelog
|
2005-11-12 02:17:01 +00:00
|
|
|
* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.3-1
|
|
|
|
- Update to xorg-server-0.99.3 from X11R7 RC2.
|
|
|
|
|
2005-11-10 20:34:16 +00:00
|
|
|
* Thu Nov 10 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-4
|
|
|
|
- Added "Requires: xkbcomp" for Xorg server, as it invokes it internally.
|
|
|
|
|
2005-11-10 00:27:04 +00:00
|
|
|
* Wed Nov 9 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-3
|
|
|
|
- Added "BuildRequires: libXtst-devel" for Xtst examples.
|
|
|
|
|
2005-11-07 16:15:54 +00:00
|
|
|
* Mon Nov 7 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-2
|
|
|
|
- Added versioning to Xorg virtual Provide, to allow config tools and driver
|
|
|
|
packages to have version based requires.
|
|
|
|
|
* Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
- Update to xorg-server-0.99.2 from X11R7 RC1.
- Add "BuildRequires: xorg-x11-util-macros >= 0.99.1".
- Add "BuildRequires: mesa-source >= 6.4-4" for DRI builds.
- Added dmx related utilities to Xdmx subpackage.
- Individually list each X server module in file manifest.
- Hack man1 manpages to be installed into man1x.
- Add the following ./configure options --disable-dependency-tracking,
--enable-composite, --enable-xtrap, --enable-xcsecurity, --enable-xevie,
--enable-lbx, --enable-dri, --with-mesa-source, --with-module-dir,
--with-os-name, --with-os-vendor, --with-xkb-output, --disable-xorgcfg
- Added getconfig, scanpci et al to Xorg subpackage
- Added inb, inl, inw, ioport, outboutl, outw, pcitweak utils to Xorg package
conditionally, defaulting to "off". These utilities are potentially
dangerous and can physically damage hardware and/or destroy data, so are
not shipped by default.
2005-11-04 02:28:10 +00:00
|
|
|
* Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
|
|
|
|
- Update to xorg-server-0.99.2 from X11R7 RC1.
|
|
|
|
- Add "BuildRequires: xorg-x11-util-macros >= 0.99.1".
|
|
|
|
- Add "BuildRequires: mesa-source >= 6.4-4" for DRI builds.
|
|
|
|
- Added dmx related utilities to Xdmx subpackage.
|
|
|
|
- Individually list each X server module in file manifest.
|
|
|
|
- Hack man1 manpages to be installed into man1x.
|
|
|
|
- Add the following ./configure options --disable-dependency-tracking,
|
|
|
|
--enable-composite, --enable-xtrap, --enable-xcsecurity, --enable-xevie,
|
|
|
|
--enable-lbx, --enable-dri, --with-mesa-source, --with-module-dir,
|
|
|
|
--with-os-name, --with-os-vendor, --with-xkb-output, --disable-xorgcfg
|
|
|
|
- Added getconfig, scanpci et al to Xorg subpackage
|
|
|
|
- Added inb, inl, inw, ioport, outboutl, outw, pcitweak utils to Xorg package
|
|
|
|
conditionally, defaulting to "off". These utilities are potentially
|
|
|
|
dangerous and can physically damage hardware and/or destroy data, so are
|
|
|
|
not shipped by default.
|
2005-11-04 03:05:51 +00:00
|
|
|
- Added "BuildRequires: libdmx-devel" for dmx utilities
|
|
|
|
- Added "BuildRequires: libXres-devel" for Xres examples
|
2005-11-04 03:48:07 +00:00
|
|
|
- Added {_libdir}/xserver/SecurityPolicy to Xorg subpackage for XSECURITY
|
* Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
- Update to xorg-server-0.99.2 from X11R7 RC1.
- Add "BuildRequires: xorg-x11-util-macros >= 0.99.1".
- Add "BuildRequires: mesa-source >= 6.4-4" for DRI builds.
- Added dmx related utilities to Xdmx subpackage.
- Individually list each X server module in file manifest.
- Hack man1 manpages to be installed into man1x.
- Add the following ./configure options --disable-dependency-tracking,
--enable-composite, --enable-xtrap, --enable-xcsecurity, --enable-xevie,
--enable-lbx, --enable-dri, --with-mesa-source, --with-module-dir,
--with-os-name, --with-os-vendor, --with-xkb-output, --disable-xorgcfg
- Added getconfig, scanpci et al to Xorg subpackage
- Added inb, inl, inw, ioport, outboutl, outw, pcitweak utils to Xorg package
conditionally, defaulting to "off". These utilities are potentially
dangerous and can physically damage hardware and/or destroy data, so are
not shipped by default.
2005-11-04 02:28:10 +00:00
|
|
|
|
2005-10-03 09:06:44 +00:00
|
|
|
* Mon Oct 3 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-2.cvs20050830.2
|
|
|
|
- Fix license tag to be "MIT/X11"
|
|
|
|
- Change Xdmx subpackage to Obsolete xorg-x11-Xdmx instead of xorg-x11-Xnest
|
|
|
|
|
2005-10-02 13:39:43 +00:00
|
|
|
* Sun Oct 2 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-2.cvs20050830.1
|
|
|
|
- Update BuildRequires for new library package naming (libX...)
|
|
|
|
- Use Fedora Extras style BuildRoot tag
|
|
|
|
- Invoke make with _smp_mflags to take advantage of SMP systems
|
|
|
|
|
|
|
|
* Tue Aug 30 2005 Kristian Hogsberg <krh@redhat.com> 0.99.1-2.cvs20050830
|
2005-08-30 23:38:39 +00:00
|
|
|
- Go back to %spec -n, use new cvs snapshot that supports overriding
|
|
|
|
moduledir during make install, use %makeinstall.
|
|
|
|
- Drop %{moduledir}/multimedia globs.
|
|
|
|
|
2005-08-29 06:47:27 +00:00
|
|
|
* Fri Aug 26 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-2.cvs20050825.0
|
|
|
|
- Added build dependency on xorg-x11-libfontenc-devel, as the build fails
|
|
|
|
half way through without it, even though upstream dependencies do not
|
|
|
|
specify it as required.
|
|
|
|
|
2005-10-02 13:39:43 +00:00
|
|
|
* Tue Aug 23 2005 Kristian Hogsberg <krh@redhat.com> 0.99.1-1
|
2005-08-29 06:47:27 +00:00
|
|
|
- Initial spec file for the modular X server.
|