rpms/mesa/devel mesa.spec,1.161,1.162

Adam Jackson (ajax) fedora-extras-commits at redhat.com
Fri Feb 15 23:57:41 UTC 2008


Author: ajax

Update of /cvs/pkgs/rpms/mesa/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25325

Modified Files:
	mesa.spec 
Log Message:
* Fri Feb 15 2008 Adam Jackson <ajax at redhat.com> 7.1-0.14
- Fix build on lib64 machines.



Index: mesa.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mesa/devel/mesa.spec,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -r1.161 -r1.162
--- mesa.spec	15 Feb 2008 23:44:57 -0000	1.161
+++ mesa.spec	15 Feb 2008 23:56:54 -0000	1.162
@@ -15,7 +15,7 @@
 Summary: Mesa graphics libraries
 Name: mesa
 Version: 7.1
-Release: 0.13%{?dist}
+Release: 0.14%{?dist}
 License: MIT
 Group: System Environment/Libraries
 URL: http://www.mesa3d.org
@@ -169,17 +169,17 @@
 # first, build the osmesa variants
 %configure --with-driver=osmesa --with-osmesa-bits=8
 make %{_smp_mflags} SRC_DIRS=mesa
-mv lib osmesa8
+mv %{_lib} osmesa8
 make clean
 
 %configure --with-driver=osmesa --with-osmesa-bits=16
 make %{_smp_mflags} SRC_DIRS=mesa
-mv lib osmesa16
+mv %{_lib} osmesa16
 make clean
 
 %configure --with-driver=osmesa --with-osmesa-bits=32
 make %{_smp_mflags} SRC_DIRS=mesa
-mv lib osmesa32
+mv %{_lib} osmesa32
 make clean
 
 # just to be sure...
@@ -391,6 +391,9 @@
 %{_libdir}/mesa-demos-data
 
 %changelog
+* Fri Feb 15 2008 Adam Jackson <ajax at redhat.com> 7.1-0.14
+- Fix build on lib64 machines.
+
 * Fri Feb 15 2008 Adam Jackson <ajax at redhat.com> 7.1-0.13
 - Restore -fvisibility=hidden.
 - Fix autotooling.




More information about the fedora-extras-commits mailing list