]> git.pld-linux.org Git - packages/Mesa.git/commitdiff
- rel 2; glw.pc is back auto/th/Mesa-7_0_3-2 auto/ti/Mesa-7_0_3-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 5 Apr 2008 20:44:31 +0000 (20:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Mesa.spec -> 1.168

Mesa.spec

index eb4ca73bdbab1ed07f721c8af875ec1ef161fdf5..0a2876c5414a68cf4c5f00b8596928389d187c73 100644 (file)
--- a/Mesa.spec
+++ b/Mesa.spec
@@ -12,7 +12,7 @@ Summary:      Free OpenGL implementation
 Summary(pl.UTF-8):     Wolnodostępna implementacja standardu OpenGL
 Name:          Mesa
 Version:       7.0.3
-Release:       1%{?with_multigl:.mgl}
+Release:       2%{?with_multigl:.mgl}
 License:       MIT (core), SGI (GLU,libGLw) and others - see license.html file
 Group:         X11/Libraries
 Source0:       http://dl.sourceforge.net/mesa3d/%{name}Lib-%{version}.tar.bz2
@@ -670,8 +670,7 @@ mv -f lib lib-osmesa
 
 mv -f ${lib} lib-dri
 
-# TODO: glw.pc (missing in 7.0.2 tarball)
-for d in mesa glu ; do
+for d in mesa glu glw ; do
        %{__make} -C src/$d `basename src/$d/*.pc.in .in` \
                INSTALL_DIR=%{_prefix} \
                LIB_DIR=%{_lib}
@@ -690,7 +689,7 @@ cp -df lib-dri/*_dri.so $RPM_BUILD_ROOT%{_libdir}/xorg/modules/dri
 
 install src/mesa/gl.pc $RPM_BUILD_ROOT%{_pkgconfigdir}
 install src/glu/glu.pc $RPM_BUILD_ROOT%{_pkgconfigdir}
-#install src/glw/glw.pc $RPM_BUILD_ROOT%{_pkgconfigdir}
+install src/glw/glw.pc $RPM_BUILD_ROOT%{_pkgconfigdir}
 
 install progs/xdemos/{glxgears,glxinfo} $RPM_BUILD_ROOT%{_bindir}
 # work on copy to keep -bi --short-circuit working
@@ -795,7 +794,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/GL/GLwDrawAP.h
 %{_includedir}/GL/GLwMDrawA.h
 %{_includedir}/GL/GLwMDrawAP.h
-#%{_pkgconfigdir}/glw.pc
+%{_pkgconfigdir}/glw.pc
 
 %files libGLw-static
 %defattr(644,root,root,755)
This page took 0.062901 seconds and 4 git commands to generate.