rpms/mesa/devel mesa.spec,1.259,1.260

Dave Airlie airlied at fedoraproject.org
Sun Dec 20 23:53:09 UTC 2009


Author: airlied

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

Modified Files:
	mesa.spec 
Log Message:
* Mon Dec 21 2009 Dave Airlie <airlied at redhat.com> 7.8-0.4
- fix OSmesa builds hopefully



Index: mesa.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mesa/devel/mesa.spec,v
retrieving revision 1.259
retrieving revision 1.260
diff -u -p -r1.259 -r1.260
--- mesa.spec	20 Dec 2009 23:34:09 -0000	1.259
+++ mesa.spec	20 Dec 2009 23:53:09 -0000	1.260
@@ -21,7 +21,7 @@
 Summary: Mesa graphics libraries
 Name: mesa
 Version: 7.8
-Release: 0.3%{?dist}
+Release: 0.4%{?dist}
 License: MIT
 Group: System Environment/Libraries
 URL: http://www.mesa3d.org
@@ -198,24 +198,24 @@ export CXXFLAGS="$RPM_OPT_FLAGS -fvisibi
 %else
 %define common_flags --enable-selinux --enable-pic
 %endif
-%define osmesa_flags --with-driver=osmesa %{common_flags}
+%define osmesa_flags --with-driver=osmesa %{common_flags} --disable-gallium --with-dri-drivers="" --disable-glu --disable-egl
 
 # first, build the osmesa variants. XXX this is overkill.  osmesa32 is
 # sufficient to render to any of the channel sizes, according to the
 # docs.  should fix this someday.
 
 %configure %{osmesa_flags} --with-osmesa-bits=8
-make %{_smp_mflags} SRC_DIRS=mesa
+make %{_smp_mflags}
 mv %{_lib} osmesa8
 make clean
 
 %configure %{osmesa_flags} --with-osmesa-bits=16
-make %{_smp_mflags} SRC_DIRS=mesa
+make %{_smp_mflags}
 mv %{_lib} osmesa16
 make clean
 
 %configure %{osmesa_flags} --with-osmesa-bits=32
-make %{_smp_mflags} SRC_DIRS=mesa
+make %{_smp_mflags}
 mv %{_lib} osmesa32
 make clean
 
@@ -385,6 +385,9 @@ rm -rf $RPM_BUILD_ROOT
 %{demodir}
 
 %changelog
+* Mon Dec 21 2009 Dave Airlie <airlied at redhat.com> 7.8-0.4
+- fix OSmesa builds hopefully
+
 * Mon Dec 21 2009 Dave Airlie <airlied at redhat.com> 7.8-0.3
 - another attempt at GLSL build fix
 




More information about the scm-commits mailing list