- Be extra paranoid about textrels at the end of %build
This commit is contained in:
parent
53a8faf02e
commit
2b62ebde92
11
mesa.spec
11
mesa.spec
@ -18,7 +18,7 @@
|
|||||||
Summary: Mesa graphics libraries
|
Summary: Mesa graphics libraries
|
||||||
Name: mesa
|
Name: mesa
|
||||||
Version: 7.2
|
Version: 7.2
|
||||||
Release: 0.9%{?dist}
|
Release: 0.10%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.mesa3d.org
|
URL: http://www.mesa3d.org
|
||||||
@ -61,6 +61,7 @@ BuildRequires: libXfixes-devel
|
|||||||
BuildRequires: libXdamage-devel
|
BuildRequires: libXdamage-devel
|
||||||
BuildRequires: libXi-devel
|
BuildRequires: libXi-devel
|
||||||
BuildRequires: libXmu-devel
|
BuildRequires: libXmu-devel
|
||||||
|
BuildRequires: elfutils
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Mesa
|
Mesa
|
||||||
@ -233,6 +234,11 @@ make #{?_smp_mflags}
|
|||||||
make -C progs/xdemos glxgears glxinfo
|
make -C progs/xdemos glxgears glxinfo
|
||||||
make %{?_smp_mflags} -C progs/demos
|
make %{?_smp_mflags} -C progs/demos
|
||||||
|
|
||||||
|
# this keeps breaking, check it early. note that the exit from eu-ftr is odd.
|
||||||
|
for i in */*.so ; do
|
||||||
|
eu-findtextrel $i && exit 1
|
||||||
|
done
|
||||||
|
|
||||||
pushd ../%{xdriinfo}
|
pushd ../%{xdriinfo}
|
||||||
%configure
|
%configure
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
@ -422,6 +428,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/mesa-demos-data
|
%{_libdir}/mesa-demos-data
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 20 2008 Adam Jackson <ajax@redhat.com> 7.2-0.10
|
||||||
|
- Be extra paranoid about textrels at the end of %%build
|
||||||
|
|
||||||
* Sun Oct 19 2008 Dave Airlie <airlied@redhat.com> 7.2-0.9
|
* Sun Oct 19 2008 Dave Airlie <airlied@redhat.com> 7.2-0.9
|
||||||
- r300: re-enable zerocopy TFP for non-kms system
|
- r300: re-enable zerocopy TFP for non-kms system
|
||||||
- r300: fix sw fallbacks on !kms + fix debug
|
- r300: fix sw fallbacks on !kms + fix debug
|
||||||
|
Loading…
Reference in New Issue
Block a user