rpms/mesa/devel mesa.spec,1.97,1.98

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Aug 30 20:19:58 UTC 2006


Author: krh

Update of /cvs/dist/rpms/mesa/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv23354

Modified Files:
	mesa.spec 
Log Message:
More mesa build system hand holding.


Index: mesa.spec
===================================================================
RCS file: /cvs/dist/rpms/mesa/devel/mesa.spec,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- mesa.spec	30 Aug 2006 19:53:29 -0000	1.97
+++ mesa.spec	30 Aug 2006 20:19:56 -0000	1.98
@@ -348,8 +348,8 @@
 # The mesa build system is broken beyond repair.  The lines below just
 # handpick and manually install the parts we want.
 
-make -C src/glw install INSTALL_DIR=$RPM_BUILD_ROOT%{_prefix}
-make -C src/glu install INSTALL_DIR=$RPM_BUILD_ROOT%{_prefix}
+make -C src/glw install INSTALL_DIR=$RPM_BUILD_ROOT%{_prefix} LIB_DIR=%{_lib}
+make -C src/glu install INSTALL_DIR=$RPM_BUILD_ROOT%{_prefix} LIB_DIR=%{_lib}
 install -m 644 include/GL/*.h $RPM_BUILD_ROOT%{_includedir}/GL
 cp -d -f %{_lib}/lib* $RPM_BUILD_ROOT%{_libdir}
 install -d $RPM_BUILD_ROOT%{_bindir}




More information about the fedora-cvs-commits mailing list