rpms/mesa/devel mesa.spec,1.219,1.220

Adam Jackson ajax at fedoraproject.org
Mon Feb 23 20:25:37 UTC 2009


Author: ajax

Update of /cvs/pkgs/rpms/mesa/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7896

Modified Files:
	mesa.spec 
Log Message:
* Mon Feb 23 2009 Adam Jackson <ajax at redhat.com> 7.3-5
- libGL Requires: mesa-dri-drivers%{?_isa}.  Gets both 32 and 64 bit
  drivers installed on multilib systems, so 32-bit clients get DRI.



Index: mesa.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mesa/devel/mesa.spec,v
retrieving revision 1.219
retrieving revision 1.220
diff -u -r1.219 -r1.220
--- mesa.spec	23 Feb 2009 04:59:49 -0000	1.219
+++ mesa.spec	23 Feb 2009 20:25:07 -0000	1.220
@@ -20,7 +20,7 @@
 Summary: Mesa graphics libraries
 Name: mesa
 Version: 7.3
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: MIT
 Group: System Environment/Libraries
 URL: http://www.mesa3d.org
@@ -77,7 +77,7 @@
 Provides: libGL
 %if %{with_dri}
 Requires: libdrm >= 2.4.0-0.21
-Requires: mesa-dri-drivers = %{version}-%{release}
+Requires: mesa-dri-drivers%{?_isa} = %{version}-%{release}
 Conflicts: xorg-x11-server-Xorg < 1.4.99.901-14
 %endif
 
@@ -228,11 +228,6 @@
 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}
@@ -253,7 +248,7 @@
 %if %{with_dri}
 install -d $RPM_BUILD_ROOT%{_libdir}/dri
 install -m 0755 -t $RPM_BUILD_ROOT%{_libdir}/dri %{_lib}/libdricore.so >& /dev/null
-for f in i810 i915 i965 mga r128 r200 r300 radeon savage sis swrast tdfx unichrome; do
+for f in i810 i915 i965 mach64 mga r128 r200 r300 radeon savage sis swrast tdfx unichrome; do
     so=%{_lib}/${f}_dri.so
     test -e $so && echo $so
 done | xargs install -m 0755 -t $RPM_BUILD_ROOT%{_libdir}/dri >& /dev/null || :
@@ -288,6 +283,12 @@
 make %{?_smp_mflags} install DESTDIR=$RPM_BUILD_ROOT
 popd
 
+# this keeps breaking, check it early.  note that the exit from eu-ftr is odd.
+#pushd $RPM_BUILD_ROOT%{_libdir}
+#for i in *.so ; do
+#    eu-findtextrel $i && exit 1
+#done
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -420,6 +421,10 @@
 %{_libdir}/mesa-demos-data
 
 %changelog
+* Mon Feb 23 2009 Adam Jackson <ajax at redhat.com> 7.3-5
+- libGL Requires: mesa-dri-drivers%%{?_isa}.  Gets both 32 and 64 bit
+  drivers installed on multilib systems, so 32-bit clients get DRI.
+
 * Mon Feb 23 2009 Dave Airlie <airlied at redhat.com> 7.3-4
 - radeon: merge radeon-rewrite branch, drop old r300 bufmgr
 




More information about the fedora-extras-commits mailing list