Today's git snapshot

Disable hardware drivers on ppc* in RHEL
This commit is contained in:
Adam Jackson 2011-12-14 13:14:28 -05:00
parent 5b97e5058c
commit 45f1c9cd92
3 changed files with 15 additions and 5 deletions

1
.gitignore vendored
View File

@ -28,3 +28,4 @@ mesa-20100720.tar.bz2
/mesa-20111103.tar.xz
/mesa-20111114.tar.xz
/mesa-20111129.tar.xz
/mesa-20111214.tar.xz

View File

@ -1,5 +1,9 @@
%if 0%{?rhel}
%define rhel_no_hw_arches ppc ppc64
%endif
# S390 doesn't have video cards, but we need swrast for xserver's GLX
%ifarch s390 s390x
%ifarch s390 s390x %{?rhel_no_hw_arches}
%define with_hardware 0
%define dri_drivers --with-dri-drivers=swrast
%else
@ -20,13 +24,13 @@
%define _default_patch_fuzz 2
%define manpages gl-manpages-1.0.1
%define gitdate 20111129
%define gitdate 20111214
#% define snapshot
Summary: Mesa graphics libraries
Name: mesa
Version: 7.12
Release: 0.5%{?dist}
Release: 0.6%{?dist}
License: MIT
Group: System Environment/Libraries
URL: http://www.mesa3d.org
@ -59,7 +63,9 @@ BuildRequires: libXi-devel
BuildRequires: libXmu-devel
BuildRequires: elfutils
BuildRequires: python
%if %{with_hardware}
BuildRequires: llvm-devel >= 3.0
%endif
BuildRequires: libxml2-python
BuildRequires: libudev-devel
BuildRequires: libtalloc-devel
@ -414,6 +420,10 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/osmesa.pc
%changelog
* Wed Dec 14 2011 Adam Jackson <ajax@redhat.com> 7.12-0.6
- Today's git snapshot
- Disable hardware drivers on ppc* in RHEL
* Fri Dec 02 2011 Dan Horák <dan[at]danny.cz> 7.12-0.5
- fix build on s390(x)

View File

@ -1,3 +1,2 @@
6ae05158e678f4594343f32c2ca50515 gl-manpages-1.0.1.tar.bz2
fdf17b0823514116454371e4967d62ab mesa-20111114.tar.xz
b57f38f88ba615abf9a2049ce5b20e6e mesa-20111129.tar.xz
7dd221f4edf3c1836d135b8c14ed4995 mesa-20111214.tar.xz