2005-09-13 21:19:53 +00:00
|
|
|
#!/bin/bash
|
|
|
|
# NOTE: /bin/bash shebang on first line to get shell script syntax
|
|
|
|
# highlighting in mcedit. (temporary hack)
|
|
|
|
|
2005-09-12 18:32:57 +00:00
|
|
|
# NOTE: Build target macros: For now, we will just use build_fc and
|
|
|
|
# build_rhel to simplify things, until there is a reason to break it
|
|
|
|
# into per-release macros. Only 1 of these macros should be enabled.
|
|
|
|
%define build_fc 1
|
|
|
|
%define build_rhel 0
|
|
|
|
|
|
|
|
#-- DRI Build Configuration ------------------------------------------
|
|
|
|
# NOTE: Enable DRI on PPC for Fedora Core Mac users, but disable on
|
|
|
|
# RHEL for improved stability, as DRI isn't really that important
|
|
|
|
# on server platforms.
|
|
|
|
%if %{build_fc}
|
2005-11-01 21:49:43 +00:00
|
|
|
%define with_dri_ppc 1
|
2005-09-12 18:32:57 +00:00
|
|
|
%endif
|
|
|
|
%if %{build_rhel}
|
|
|
|
%define with_dri_ppc 0
|
|
|
|
%endif
|
|
|
|
# Define arches to make with_dri enabled by default
|
|
|
|
%ifarch %{ix86} x86_64 ia64 alpha
|
2005-09-12 18:27:33 +00:00
|
|
|
%define with_dri 1
|
2005-09-12 18:32:57 +00:00
|
|
|
%endif
|
|
|
|
# Define PPC OS variant override.
|
|
|
|
%ifarch ppc
|
|
|
|
%define with_dri %{with_dri_ppc}
|
|
|
|
%endif
|
|
|
|
# Define arches to make with_dri disabled by default
|
|
|
|
%ifarch ppc64 s390 s390x
|
2005-09-12 18:27:33 +00:00
|
|
|
%define with_dri 0
|
|
|
|
%endif
|
2005-09-12 18:26:20 +00:00
|
|
|
|
2005-09-12 18:32:57 +00:00
|
|
|
#-- END DRI Build Configuration ------------------------------------------
|
|
|
|
|
2005-09-12 18:38:19 +00:00
|
|
|
Summary: Mesa graphics libraries
|
2005-09-12 18:27:33 +00:00
|
|
|
Name: mesa
|
2005-12-19 06:55:42 +00:00
|
|
|
Version: 6.4.1
|
|
|
|
Release: 1
|
2005-09-12 18:27:33 +00:00
|
|
|
License: MIT/X11
|
2005-09-12 18:26:20 +00:00
|
|
|
Group: System Environment/Libraries
|
2005-09-12 18:27:33 +00:00
|
|
|
URL: http://www.mesa3d.org
|
2005-12-19 08:44:59 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
2005-09-12 18:26:20 +00:00
|
|
|
Source0: MesaLib-%{version}.tar.bz2
|
2005-09-12 18:32:57 +00:00
|
|
|
Source1: redhat-mesa-target
|
|
|
|
Source2: redhat-mesa-driver-install
|
2005-11-04 00:36:21 +00:00
|
|
|
Source3: redhat-mesa-source-filelist-generator
|
2005-09-12 18:27:33 +00:00
|
|
|
#Patch0: mesa-6.3.2-makedepend.patch
|
|
|
|
Patch0: mesa-6.3.2-build-configuration-v4.patch
|
2005-11-01 21:49:43 +00:00
|
|
|
Patch1: mesa-6.3.2-fix-installmesa.patch
|
2005-11-02 09:35:05 +00:00
|
|
|
Patch2: mesa-6.4-multilib-fix.patch
|
2005-11-20 20:49:23 +00:00
|
|
|
Patch3: mesa-modular-dri-dir.patch
|
2005-12-19 08:44:59 +00:00
|
|
|
# General patches from upstream go here:
|
2005-12-19 09:00:37 +00:00
|
|
|
# FIXME: mesa-6.4.1-amd64-assyntax-fix.patch is backported from Mesa 6.4
|
|
|
|
# branch and can be dropped when we update to 6.4.2.
|
|
|
|
Patch100: mesa-6.4.1-amd64-assyntax-fix.patch
|
2005-09-12 18:26:20 +00:00
|
|
|
|
2005-12-19 06:55:42 +00:00
|
|
|
BuildRequires: pkgconfig
|
|
|
|
BuildRequires: libdrm-devel >= 2.0-1
|
2005-09-12 18:27:33 +00:00
|
|
|
BuildRequires: libXxf86vm-devel
|
2005-09-12 18:26:20 +00:00
|
|
|
|
|
|
|
%description
|
2005-09-12 18:27:33 +00:00
|
|
|
Mesa
|
2005-09-12 18:26:20 +00:00
|
|
|
|
2005-09-12 18:36:48 +00:00
|
|
|
#-- libGL ------------------------------------------------------------
|
2005-09-12 18:27:33 +00:00
|
|
|
%package libGL
|
|
|
|
Summary: Mesa libGL runtime libraries and DRI drivers.
|
|
|
|
Group: System Environment/Libraries
|
2005-09-12 18:26:20 +00:00
|
|
|
|
2005-09-12 18:38:40 +00:00
|
|
|
Provides: libGL
|
|
|
|
|
2005-09-12 18:36:48 +00:00
|
|
|
# libGL used to be in Mesa package in RHL 6.x, 7.[0-2], RHEL 2.1
|
|
|
|
Conflicts: Mesa
|
|
|
|
Obsoletes: Mesa
|
|
|
|
# libGL moved to XFree86-libs for RHL 7.3
|
|
|
|
Conflicts: XFree86-libs
|
2005-12-19 06:55:42 +00:00
|
|
|
Obsoletes: XFree86-libs
|
2005-09-12 18:36:48 +00:00
|
|
|
# libGL moved to XFree86-Mesa-libGL for RHL 8.0, 9, FC1, RHEL 3
|
|
|
|
Conflicts: XFree86-Mesa-libGL
|
|
|
|
Obsoletes: XFree86-Mesa-libGL
|
|
|
|
# libGL moved to xorg-x11-Mesa-libGL for FC[2-4], RHEL4
|
|
|
|
Conflicts: xorg-x11-Mesa-libGL
|
|
|
|
Obsoletes: xorg-x11-Mesa-libGL
|
|
|
|
# Conflict with the xorg-x11-libs too, just to be safe for file conflicts
|
|
|
|
Conflicts: xorg-x11-libs
|
2005-12-19 06:55:42 +00:00
|
|
|
Obsoletes: xorg-x11-libs
|
2005-09-12 18:26:20 +00:00
|
|
|
|
2005-09-12 18:27:33 +00:00
|
|
|
%description libGL
|
|
|
|
Mesa libGL runtime libraries and DRI drivers.
|
2005-09-12 18:36:48 +00:00
|
|
|
#-- libGLw -----------------------------------------------------------
|
2005-09-12 18:27:33 +00:00
|
|
|
%package libGL-devel
|
|
|
|
Summary: Mesa libGL development package
|
|
|
|
Group: Development/Libraries
|
2005-12-19 06:55:42 +00:00
|
|
|
Requires: mesa-libGL = %{version}-%{release}
|
2005-09-12 18:38:40 +00:00
|
|
|
|
|
|
|
Provides: libGL-devel
|
2005-09-12 18:26:20 +00:00
|
|
|
|
2005-09-12 18:36:48 +00:00
|
|
|
# libGL devel files were in Mesa-devel package in RHL 6.x, 7.[0-2], RHEL 2.1
|
|
|
|
Conflicts: Mesa-devel
|
|
|
|
Obsoletes: Mesa-devel
|
|
|
|
# libGL devel files moved to XFree86-devel for RHL 7.3, 8.0, 9, FC1, RHEL 3
|
|
|
|
Conflicts: XFree86-devel
|
|
|
|
# libGL devel files moved to xorg-x11-devel for FC2, FC3, FC4
|
|
|
|
Conflicts: xorg-x11-devel
|
2005-09-12 18:26:20 +00:00
|
|
|
|
2005-09-12 18:27:33 +00:00
|
|
|
%description libGL-devel
|
|
|
|
Mesa libGL development package
|
2005-09-12 18:36:48 +00:00
|
|
|
#-- libGLw -----------------------------------------------------------
|
2005-09-12 18:27:33 +00:00
|
|
|
%package libGLU
|
|
|
|
Summary: Mesa libGLU runtime library
|
|
|
|
Group: System Environment/Libraries
|
2005-09-12 18:26:20 +00:00
|
|
|
|
2005-09-12 18:38:40 +00:00
|
|
|
Provides: libGLU
|
|
|
|
|
2005-09-12 18:36:48 +00:00
|
|
|
# libGLU used to be in Mesa package in RHL 6.x, 7.[0-2], RHEL 2.1
|
|
|
|
Conflicts: Mesa
|
|
|
|
Obsoletes: Mesa
|
|
|
|
# libGLU moved to XFree86-libs for RHL 7.3
|
|
|
|
Conflicts: XFree86-libs
|
|
|
|
# libGLU moved to XFree86-Mesa-libGLU for RHL 8.0, 9, FC1, RHEL 3
|
|
|
|
Conflicts: XFree86-Mesa-libGLU
|
|
|
|
Obsoletes: XFree86-Mesa-libGLU
|
|
|
|
# libGLU moved to xorg-x11-Mesa-libGLU for FC[2-4], RHEL4
|
|
|
|
Conflicts: xorg-x11-Mesa-libGLU
|
|
|
|
Obsoletes: xorg-x11-Mesa-libGLU
|
|
|
|
# Conflict with the xorg-x11-libs too, just to be safe for file conflicts
|
|
|
|
Conflicts: xorg-x11-libs
|
2005-09-12 18:26:20 +00:00
|
|
|
|
2005-09-12 18:27:33 +00:00
|
|
|
%description libGLU
|
|
|
|
Mesa libGLU runtime library
|
2005-09-12 18:36:48 +00:00
|
|
|
#-- libGLw -----------------------------------------------------------
|
2005-09-12 18:27:33 +00:00
|
|
|
%package libGLU-devel
|
|
|
|
Summary: Mesa libGLU development package
|
|
|
|
Group: Development/Libraries
|
2005-12-19 06:55:42 +00:00
|
|
|
Requires: mesa-libGLU = %{version}-%{release}
|
2005-09-12 18:26:20 +00:00
|
|
|
|
2005-09-12 18:38:40 +00:00
|
|
|
Provides: libGLU-devel
|
|
|
|
|
2005-09-12 18:36:48 +00:00
|
|
|
# libGLU devel files were in Mesa-devel package in RHL 6.x, 7.[0-2], RHEL 2.1
|
|
|
|
Conflicts: Mesa-devel
|
|
|
|
Obsoletes: Mesa-devel
|
|
|
|
# libGLU devel files moved to XFree86-devel for RHL 7.3, 8.0, 9, FC1, RHEL 3
|
|
|
|
Conflicts: XFree86-devel
|
2005-12-19 06:55:42 +00:00
|
|
|
Obsoletes: XFree86-devel
|
2005-09-12 18:36:48 +00:00
|
|
|
# libGLU devel files moved to xorg-x11-devel for FC2, FC3, FC4
|
|
|
|
Conflicts: xorg-x11-devel
|
2005-12-19 06:55:42 +00:00
|
|
|
Obsoletes: xorg-x11-devel
|
2005-09-12 18:26:20 +00:00
|
|
|
|
2005-09-12 18:27:33 +00:00
|
|
|
%description libGLU-devel
|
|
|
|
Mesa libGLU development package
|
2005-09-12 18:36:48 +00:00
|
|
|
#-- libGLw -----------------------------------------------------------
|
2005-09-12 18:27:33 +00:00
|
|
|
%package libGLw
|
|
|
|
Summary: Mesa libGLw runtime library
|
|
|
|
Group: System Environment/Libraries
|
2005-09-12 18:26:20 +00:00
|
|
|
|
2005-09-12 18:38:40 +00:00
|
|
|
Provides: libGLw
|
2005-09-12 18:36:48 +00:00
|
|
|
|
|
|
|
# libGLw used to be in Mesa package in RHL 6.x, 7.[0-2], RHEL 2.1
|
|
|
|
Conflicts: Mesa
|
|
|
|
Obsoletes: Mesa
|
|
|
|
# libGLw moved to XFree86-libs for RHL 7.3, 8, 9, FC1, RHEL 3
|
|
|
|
Conflicts: XFree86-libs
|
2005-12-19 06:55:42 +00:00
|
|
|
Obsoletes: XFree86-libs
|
2005-09-12 18:36:48 +00:00
|
|
|
# libGLw moved to xorg-x11-libs FC[2-4], RHEL4
|
|
|
|
Conflicts: xorg-x11-libs
|
2005-12-19 06:55:42 +00:00
|
|
|
Obsoletes: xorg-x11-libs
|
2005-09-12 18:26:20 +00:00
|
|
|
|
2005-09-12 18:27:33 +00:00
|
|
|
%description libGLw
|
|
|
|
Mesa libGLw runtime library
|
2005-09-12 18:36:48 +00:00
|
|
|
#-- libGLw-devel -----------------------------------------------------
|
2005-09-12 18:27:33 +00:00
|
|
|
%package libGLw-devel
|
|
|
|
Summary: Mesa libGLw development package
|
|
|
|
Group: Development/Libraries
|
2005-09-12 18:36:48 +00:00
|
|
|
Requires: libGLw = %{version}-%{release}
|
2005-09-12 18:26:20 +00:00
|
|
|
|
2005-09-12 18:38:40 +00:00
|
|
|
Provides: libGLw-devel
|
|
|
|
|
2005-09-12 18:36:48 +00:00
|
|
|
# libGLw devel files were in Mesa-devel package in RHL 6.x, 7.[0-2], RHEL 2.1
|
|
|
|
Conflicts: Mesa-devel
|
|
|
|
Obsoletes: Mesa-devel
|
|
|
|
# libGLw devel files moved to XFree86-devel for RHL 7.3, 8.0, 9, FC1, RHEL 3
|
|
|
|
Conflicts: XFree86-devel
|
2005-12-19 06:55:42 +00:00
|
|
|
Obsoletes: XFree86-devel
|
2005-09-12 18:36:48 +00:00
|
|
|
# libGLw devel files moved to xorg-x11-devel for FC2, FC3, FC4
|
|
|
|
Conflicts: xorg-x11-devel
|
2005-12-19 06:55:42 +00:00
|
|
|
Obsoletes: xorg-x11-devel
|
2005-09-12 18:26:20 +00:00
|
|
|
|
2005-09-12 18:27:33 +00:00
|
|
|
%description libGLw-devel
|
|
|
|
Mesa libGLw development package
|
2005-09-12 18:38:19 +00:00
|
|
|
#-- source -----------------------------------------------------------
|
|
|
|
%package source
|
|
|
|
Summary: Mesa source code required to build X server
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
|
|
|
%description source
|
|
|
|
The mesa-source package provides the minimal source code needed to
|
|
|
|
build DRI enabled X servers, etc.
|
|
|
|
|
2005-09-12 18:26:20 +00:00
|
|
|
|
2005-09-12 18:36:48 +00:00
|
|
|
#-- Prep -------------------------------------------------------------
|
2005-09-12 18:27:33 +00:00
|
|
|
%prep
|
|
|
|
%setup -q -n Mesa-%{version}
|
2005-09-12 18:32:57 +00:00
|
|
|
# Copy Red Hat Mesa build/install simplification scripts into build dir.
|
|
|
|
install -m 755 %{SOURCE1} ./
|
|
|
|
install -m 755 %{SOURCE2} ./
|
2005-11-04 00:36:21 +00:00
|
|
|
install -m 755 %{SOURCE3} ./
|
2005-09-12 18:27:33 +00:00
|
|
|
|
|
|
|
#%patch0 -p0 -b .makedepend
|
2005-11-01 21:49:43 +00:00
|
|
|
%patch1 -p0 -b .fix-installmesa
|
2005-11-02 09:35:05 +00:00
|
|
|
%patch2 -p0 -b .multilib-fix
|
2005-11-20 20:49:23 +00:00
|
|
|
%patch3 -p1 -b .modular
|
2005-12-19 09:00:37 +00:00
|
|
|
%patch100 -p1 -b .amd64-assyntax-fix
|
2005-09-12 18:26:20 +00:00
|
|
|
|
2005-12-19 08:44:59 +00:00
|
|
|
# FIXME: Builds fail on AMD64 arch without this, however it is fixed in
|
|
|
|
# upstream CVS, but in a way that we can't use against 6.4.1. This can
|
|
|
|
# probably be dropped however when we move to 6.4.2.
|
|
|
|
ln -s src/mesa/x86/assyntax.h src/mesa/x86-64/assyntax.h
|
|
|
|
|
2005-11-02 12:13:26 +00:00
|
|
|
# WARNING: The following files are copyright "Mark J. Kilgard" under the GLUT
|
|
|
|
# license and are not open source software, so we must remove them.
|
|
|
|
rm include/GL/uglglutshapes.h
|
2005-09-12 18:38:19 +00:00
|
|
|
|
2005-09-12 18:36:48 +00:00
|
|
|
#-- Build ------------------------------------------------------------
|
2005-09-12 18:27:33 +00:00
|
|
|
%build
|
2005-09-12 18:32:57 +00:00
|
|
|
# Macroize this to simplify things
|
|
|
|
%define makeopts MKDEP="gcc -M" MKDEP_OPTIONS="-MF depend"
|
2005-11-01 21:49:43 +00:00
|
|
|
export CFLAGS="$RPM_OPT_FLAGS"
|
2005-11-02 12:13:26 +00:00
|
|
|
export LIB_DIR=$RPM_BUILD_ROOT%{_libdir}
|
|
|
|
export INCLUDE_DIR=$RPM_BUILD_ROOT%{_includedir}
|
2005-11-20 20:49:23 +00:00
|
|
|
export DRI_DRIVER_DIR="%{_libdir}/dri"
|
2005-11-02 12:13:26 +00:00
|
|
|
echo "****************************************"
|
|
|
|
echo "rpm specfile defined LIB_DIR=$LIB_DIR"
|
|
|
|
echo "rpm specfile defined INCLUDE_DIR=$INCLUDE_DIR"
|
|
|
|
echo "****************************************"
|
2005-09-12 18:32:57 +00:00
|
|
|
# NOTE: We use a custom script to determine which Mesa build target should
|
|
|
|
# be used, and reduce spec file clutter.
|
|
|
|
MESATARGET="$(./redhat-mesa-target %{with_dri} %{_arch})"
|
2005-11-01 21:49:43 +00:00
|
|
|
echo -e "********************\nMESATARGET=$MESATARGET\n********************\n"
|
2005-09-12 18:32:57 +00:00
|
|
|
make ${MESATARGET} %{makeopts}
|
|
|
|
|
2005-09-12 18:38:19 +00:00
|
|
|
|
2005-09-12 18:36:48 +00:00
|
|
|
#-- Install ----------------------------------------------------------
|
2005-09-12 18:27:33 +00:00
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2005-11-02 12:13:26 +00:00
|
|
|
# NOTE: the rpm makeinstall macro does not work for mesa
|
2005-09-12 18:27:33 +00:00
|
|
|
#%%makeinstall DESTDIR=$RPM_BUILD_ROOT
|
2005-11-02 12:13:26 +00:00
|
|
|
# NOTE: "make install" calls mesa's installmesa script, passing DESTDIR
|
|
|
|
# to it as a commandline arg, but LIB_DIR and INCLUDE_DIR get hard coded in
|
|
|
|
# that script, meaning multilib breaks.
|
|
|
|
#make install DESTDIR=$RPM_BUILD_ROOT/usr
|
|
|
|
|
|
|
|
# NOTE: Since Mesa's install procedure doesn't work on multilib properly,
|
|
|
|
# we fix it here, as I have patched the installmesa script to remove the
|
|
|
|
# hard coding, and we set the variables ourself right here, and it should
|
|
|
|
# hopefully pick them up.
|
|
|
|
# -- Mike A. Harris <mharris@redhat.com>
|
|
|
|
export LIB_DIR=$RPM_BUILD_ROOT%{_libdir}
|
|
|
|
export INCLUDE_DIR=$RPM_BUILD_ROOT%{_includedir}
|
|
|
|
bin/installmesa $RPM_BUILD_ROOT/usr
|
2005-09-12 18:27:33 +00:00
|
|
|
|
|
|
|
%if %{with_dri}
|
2005-11-02 12:13:26 +00:00
|
|
|
# NOTE: Since Mesa's install target does not seem to properly install the
|
|
|
|
# DRI modules, we install them by hand here. -- mharris
|
2005-09-13 21:15:08 +00:00
|
|
|
export DRIMODULE_SRCDIR="%{_lib}"
|
|
|
|
export DRIMODULE_DESTDIR="$RPM_BUILD_ROOT%{_libdir}/dri"
|
2005-09-12 18:32:57 +00:00
|
|
|
./redhat-mesa-driver-install %{_arch}
|
2005-09-12 18:27:33 +00:00
|
|
|
%endif
|
|
|
|
|
2005-11-04 00:36:21 +00:00
|
|
|
# Run custom source filelist generator script, passing it a prefix
|
|
|
|
%define mesa_source_filelist mesa-source-rpm-filelist.lst
|
2005-09-12 18:38:19 +00:00
|
|
|
%define mesasourcedir %{_datadir}/mesa/source
|
|
|
|
|
2005-11-04 00:36:21 +00:00
|
|
|
./redhat-mesa-source-filelist-generator $RPM_BUILD_ROOT %{mesasourcedir}
|
2005-09-12 18:38:19 +00:00
|
|
|
|
2005-11-02 13:54:49 +00:00
|
|
|
# NOTE: We rename the swrast-only libGL to be the same .so version, as it
|
|
|
|
# seems risky to have libGL.so be 2 different .so versions depending on
|
|
|
|
# wether DRI was enabled, and it never was that way in Xorg 6.8.2.
|
|
|
|
{
|
2005-11-04 00:36:21 +00:00
|
|
|
SWRAST_LIBGL="$(ls $RPM_BUILD_ROOT%{_libdir}/libGL.so.1.5.* 2> /dev/null || :)"
|
2005-11-02 13:54:49 +00:00
|
|
|
if [ -n "$SWRAST_LIBGL" -a -e "$SWRAST_LIBGL" ] ; then
|
|
|
|
mv "$SWRAST_LIBGL" "${SWRAST_LIBGL//1.5*/1.2}"
|
2005-11-04 00:53:39 +00:00
|
|
|
ln -sf libGL.so.1.2 $RPM_BUILD_ROOT%{_libdir}/libGL.so.1
|
2005-11-02 13:54:49 +00:00
|
|
|
fi
|
|
|
|
}
|
|
|
|
|
2005-09-12 18:36:48 +00:00
|
|
|
#-- Clean ------------------------------------------------------------
|
2005-09-12 18:27:33 +00:00
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
2005-09-12 18:36:48 +00:00
|
|
|
#-- Check ------------------------------------------------------------
|
|
|
|
%check
|
|
|
|
|
2005-09-12 18:32:57 +00:00
|
|
|
%post libGL -p /sbin/ldconfig
|
|
|
|
%postun libGL -p /sbin/ldconfig
|
|
|
|
%post libGLU -p /sbin/ldconfig
|
|
|
|
%postun libGLU -p /sbin/ldconfig
|
|
|
|
%post libGLw -p /sbin/ldconfig
|
|
|
|
%postun libGLw -p /sbin/ldconfig
|
2005-09-12 18:27:33 +00:00
|
|
|
|
|
|
|
%files libGL
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%dir %{_libdir}
|
|
|
|
%{_libdir}/libGL.so.1
|
2005-11-02 13:54:49 +00:00
|
|
|
%{_libdir}/libGL.so.1.2
|
2005-09-12 18:27:33 +00:00
|
|
|
# x86 DRI modules
|
|
|
|
%if %{with_dri}
|
2005-11-02 13:09:23 +00:00
|
|
|
# NOTE: It is libGL.so.1.2 in DRI builds, and libGL.so.1.5.060400 in non-DRI
|
|
|
|
# builds, although it isn't clear what the rationale for this is to me yet,
|
|
|
|
# nonetheless, I'm conditionalizing it to get it to build.
|
2005-11-02 13:54:49 +00:00
|
|
|
#%{_libdir}/libGL.so.1.2
|
2005-09-12 18:36:48 +00:00
|
|
|
%dir %{_libdir}/dri
|
|
|
|
# NOTE: This is a glob for now, as we explicitly determine and limit the DRI
|
|
|
|
# drivers that are installed on a given OS/arch combo in our custom DRI
|
|
|
|
# driver install script. If the upstream install script improves enough to
|
|
|
|
# make our script unnecessary, we might want to change to an explicit file
|
|
|
|
# manifest here in the future.
|
|
|
|
%{_libdir}/dri/*_dri.so
|
|
|
|
# NOTE: Documentive list of all DRI drivers built by default in Mesa 6.3.2
|
2005-09-12 18:27:33 +00:00
|
|
|
#%{_libdir}/dri/ffb_dri.so
|
2005-09-12 18:36:48 +00:00
|
|
|
#%{_libdir}/dri/i810_dri.so
|
|
|
|
#%{_libdir}/dri/i830_dri.so
|
|
|
|
#%{_libdir}/dri/i915_dri.so
|
2005-09-12 18:27:33 +00:00
|
|
|
#%{_libdir}/dri/mach64_dri.so
|
2005-09-12 18:36:48 +00:00
|
|
|
#%{_libdir}/dri/mga_dri.so
|
|
|
|
#%{_libdir}/dri/r128_dri.so
|
|
|
|
#%{_libdir}/dri/r200_dri.so
|
2005-09-12 18:27:33 +00:00
|
|
|
#%{_libdir}/dri/r300_dri.so
|
2005-09-12 18:36:48 +00:00
|
|
|
#%{_libdir}/dri/radeon_dri.so
|
2005-09-12 18:27:33 +00:00
|
|
|
#%{_libdir}/dri/s3v_dri.so
|
2005-09-12 18:36:48 +00:00
|
|
|
#%{_libdir}/dri/savage_dri.so
|
|
|
|
#%{_libdir}/dri/sis_dri.so
|
2005-09-12 18:27:33 +00:00
|
|
|
#%{_libdir}/dri/tdfx_dri.so
|
|
|
|
#%{_libdir}/dri/trident_dri.so
|
2005-09-12 18:36:48 +00:00
|
|
|
#%{_libdir}/dri/unichrome_dri.so
|
2005-11-02 13:09:23 +00:00
|
|
|
%else
|
|
|
|
# NOTE: This is the software rasterizer only. Why it is 1.5.* is not clear
|
|
|
|
# to me currently, but it is a change from Xorg 6.8.2's Mesa.
|
2005-11-02 13:54:49 +00:00
|
|
|
#%{_libdir}/libGL.so.1.5.060400
|
2005-11-02 13:24:16 +00:00
|
|
|
%{_libdir}/libOSMesa.so.6
|
|
|
|
%{_libdir}/libOSMesa.so.6.4.060400
|
2005-09-12 18:27:33 +00:00
|
|
|
%endif
|
|
|
|
|
|
|
|
%files libGL-devel
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_includedir}/GL/amesa.h
|
|
|
|
%{_includedir}/GL/directfbgl.h
|
|
|
|
%{_includedir}/GL/dmesa.h
|
|
|
|
%{_includedir}/GL/fxmesa.h
|
|
|
|
%{_includedir}/GL/ggimesa.h
|
|
|
|
%{_includedir}/GL/gl.h
|
|
|
|
%{_includedir}/GL/gl_mangle.h
|
|
|
|
%{_includedir}/GL/glext.h
|
|
|
|
%{_includedir}/GL/glx.h
|
|
|
|
%{_includedir}/GL/glx_mangle.h
|
|
|
|
%{_includedir}/GL/glxext.h
|
|
|
|
%{_includedir}/GL/mesa_wgl.h
|
|
|
|
%{_includedir}/GL/mglmesa.h
|
|
|
|
%{_includedir}/GL/osmesa.h
|
|
|
|
%{_includedir}/GL/svgamesa.h
|
|
|
|
#%{_includedir}/GL/uglglutshapes.h
|
2005-09-12 18:32:57 +00:00
|
|
|
%{_includedir}/GL/uglmesa.h
|
2005-09-12 18:27:33 +00:00
|
|
|
%{_includedir}/GL/vms_x_fix.h
|
|
|
|
%{_includedir}/GL/wmesa.h
|
|
|
|
%{_includedir}/GL/xmesa.h
|
|
|
|
%{_includedir}/GL/xmesa_x.h
|
|
|
|
%{_includedir}/GL/xmesa_xf86.h
|
|
|
|
%{_libdir}/libGL.so
|
2005-11-02 13:24:16 +00:00
|
|
|
%if ! %{with_dri}
|
|
|
|
%{_libdir}/libOSMesa.so
|
|
|
|
%endif
|
2005-09-12 18:27:33 +00:00
|
|
|
|
|
|
|
%files libGLU
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_libdir}/libGLU.so.1
|
2005-12-19 06:55:42 +00:00
|
|
|
%{_libdir}/libGLU.so.1.3.060401
|
2005-09-12 18:27:33 +00:00
|
|
|
|
|
|
|
%files libGLU-devel
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_libdir}/libGLU.so
|
|
|
|
%{_includedir}/GL/glu.h
|
|
|
|
%{_includedir}/GL/glu_mangle.h
|
|
|
|
|
|
|
|
%files libGLw
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_libdir}/libGLw.so.1
|
|
|
|
%{_libdir}/libGLw.so.1.0.0
|
|
|
|
|
|
|
|
%files libGLw-devel
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_libdir}/libGLw.so
|
2005-09-12 18:26:20 +00:00
|
|
|
|
2005-11-04 00:36:21 +00:00
|
|
|
%files source -f mesa-source-rpm-filelist.lst
|
2005-09-12 18:38:19 +00:00
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
2005-09-12 18:26:20 +00:00
|
|
|
%changelog
|
2005-12-19 06:55:42 +00:00
|
|
|
* Sat Dec 17 2005 Mike A. Harris <mharris@redhat.com> 6.4.1-1
|
|
|
|
- Updated MesaLib tarball to version 6.4.1 from Mesa project for X11R7 RC4.
|
2005-12-19 06:58:00 +00:00
|
|
|
- Added pkgconfig dependency.
|
|
|
|
- Updated "BuildRequires: libdrm-devel >= 2.0-1"
|
|
|
|
- Added Obsoletes lines to all the subpackages to have cleaner upgrades.
|
2005-12-19 09:00:37 +00:00
|
|
|
- Added mesa-6.4.1-amd64-assyntax-fix.patch to work around a build problem on
|
|
|
|
AMD64, which is fixed in the 6.4 branch of Mesa CVS.
|
2005-12-19 06:55:42 +00:00
|
|
|
|
2005-12-19 06:58:00 +00:00
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> 6.4-5.1
|
2005-12-19 06:55:42 +00:00
|
|
|
- rebuilt
|
2005-12-18 06:34:18 +00:00
|
|
|
|
2005-12-19 06:58:00 +00:00
|
|
|
* Sun Nov 20 2005 Jeremy Katz <katzj@redhat.com> 6.4-5
|
2005-11-20 20:49:23 +00:00
|
|
|
- fix directory used for loading dri modules (#173679)
|
|
|
|
- install dri drivers as executable so they get stripped (#173292)
|
|
|
|
|
2005-11-04 00:36:21 +00:00
|
|
|
* Thu Nov 3 2005 Mike A. Harris <mharris@redhat.com> 6.4-4
|
|
|
|
- Wrote redhat-mesa-source-filelist-generator to dynamically generate the
|
|
|
|
files to be included in the mesa-source subpackage, to minimize future
|
|
|
|
maintenance.
|
|
|
|
- Fixed detection and renaming of software mesa .so version.
|
|
|
|
|
2005-11-02 13:54:49 +00:00
|
|
|
* Wed Nov 2 2005 Mike A. Harris <mharris@redhat.com> 6.4-3
|
|
|
|
- Hack: autodetect if libGL was given .so.1.5* and rename it to 1.2 for
|
|
|
|
consistency on all architectures, and to avoid upgrade problems if we
|
|
|
|
ever disable DRI on an arch and then re-enable it later.
|
|
|
|
|
|
|
|
* Wed Nov 2 2005 Mike A. Harris <mharris@redhat.com> 6.4-2
|
2005-11-02 09:35:05 +00:00
|
|
|
- Added mesa-6.4-multilib-fix.patch to instrument and attempt to fix Mesa
|
2005-11-02 12:13:26 +00:00
|
|
|
bin/installmesa script to work properly with multilib lib64 architectures.
|
|
|
|
- Set and export LIB_DIR and INCLUDE_DIR in spec file 'install' section,
|
|
|
|
and invoke our modified bin/installmesa directly instead of using
|
|
|
|
"make install".
|
|
|
|
- Remove "include/GL/uglglutshapes.h", as it uses the GLUT license, and seems
|
|
|
|
like an extraneous file anyway.
|
2005-11-02 13:09:23 +00:00
|
|
|
- Conditionalize the file manifest to include libGL.so.1.2 on DRI enabled
|
|
|
|
builds, but use libGL.so.1.5.060400 instead on DRI disabled builds, as
|
|
|
|
this is how upstream builds the library, although it is not clear to me
|
|
|
|
why this difference exists yet (which was not in Xorg 6.8.2 Mesa).
|
2005-11-02 09:35:05 +00:00
|
|
|
|
2005-11-01 21:49:43 +00:00
|
|
|
* Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 6.4-1
|
|
|
|
- Updated to new upstream MesaLib-6.4
|
|
|
|
- Updated libGLU.so.1.3.060400 entry in file manifest
|
|
|
|
- Updated "BuildRequires: libdrm-devel >= 1.0.5" to pick up fixes for the
|
|
|
|
unichrome driver.
|
2005-09-15 17:48:23 +00:00
|
|
|
|
2005-09-13 21:19:53 +00:00
|
|
|
* Tue Sep 13 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-6
|
|
|
|
- Fix redhat-mesa-driver-install and spec file to work right on multilib
|
|
|
|
systems.
|
|
|
|
|
2005-09-12 18:38:40 +00:00
|
|
|
* Mon Sep 5 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-5
|
|
|
|
- Fix mesa-libGL-devel to depend on mesa-libGL instead of mesa-libGLU.
|
|
|
|
- Added virtual "Provides: libGL..." entries for each subpackage as relevant.
|
|
|
|
|
2005-09-12 18:38:19 +00:00
|
|
|
* Mon Sep 5 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-4
|
|
|
|
- Added the mesa-source subpackage, which contains part of the Mesa source
|
|
|
|
code needed by other packages such as the X server to build stuff.
|
|
|
|
|
2005-09-12 18:36:48 +00:00
|
|
|
* Mon Sep 5 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-3
|
|
|
|
- Added Conflicts/Obsoletes lines to all of the subpackages to make upgrades
|
|
|
|
from previous OS releases, and piecemeal upgrades work as nicely as
|
|
|
|
possible.
|
|
|
|
|
|
|
|
* Mon Sep 5 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-2
|
|
|
|
- Wrote redhat-mesa-target script to simplify mesa build target selection.
|
|
|
|
- Wrote redhat-mesa-driver-install to install the DRI drivers and simplify
|
|
|
|
per-arch conditionalization, etc.
|
|
|
|
|
2005-09-12 18:27:33 +00:00
|
|
|
* Sun Sep 4 2005 Mike A. Harris <mharris@redhat.com> 6.3.2-1
|
|
|
|
- Initial build.
|