summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Jackson <ajax@fedoraproject.org>2008-10-20 16:04:54 +0000
committerAdam Jackson <ajax@fedoraproject.org>2008-10-20 16:04:54 +0000
commit2b62ebde9269142da9992298d3ee61a2cb0e286f (patch)
tree3c81a20fc23386e501e9b2456327118ec4073c0f
parent53a8faf02e78fbfa000114b90980b267ee4ace28 (diff)
downloadmesa-2b62ebde9269142da9992298d3ee61a2cb0e286f.tar.gz
mesa-2b62ebde9269142da9992298d3ee61a2cb0e286f.tar.xz
mesa-2b62ebde9269142da9992298d3ee61a2cb0e286f.zip
- Be extra paranoid about textrels at the end of %buildmesa-7_2-0_10_fc10
-rw-r--r--mesa.spec11
1 files changed, 10 insertions, 1 deletions
diff --git a/mesa.spec b/mesa.spec
index 229b3bf..9268361 100644
--- a/mesa.spec
+++ b/mesa.spec
@@ -18,7 +18,7 @@
Summary: Mesa graphics libraries
Name: mesa
Version: 7.2
-Release: 0.9%{?dist}
+Release: 0.10%{?dist}
License: MIT
Group: System Environment/Libraries
URL: http://www.mesa3d.org
@@ -61,6 +61,7 @@ BuildRequires: libXfixes-devel
BuildRequires: libXdamage-devel
BuildRequires: libXi-devel
BuildRequires: libXmu-devel
+BuildRequires: elfutils
%description
Mesa
@@ -233,6 +234,11 @@ make #{?_smp_mflags}
make -C progs/xdemos glxgears glxinfo
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}
%configure
make %{?_smp_mflags}
@@ -422,6 +428,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/mesa-demos-data
%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
- r300: re-enable zerocopy TFP for non-kms system
- r300: fix sw fallbacks on !kms + fix debug