SPECS: Mesa.spec - rel 2; glw.pc is back
arekm
arekm at pld-linux.org
Sat Apr 5 22:44:36 CEST 2008
Author: arekm Date: Sat Apr 5 20:44:36 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- rel 2; glw.pc is back
---- Files affected:
SPECS:
Mesa.spec (1.167 -> 1.168)
---- Diffs:
================================================================
Index: SPECS/Mesa.spec
diff -u SPECS/Mesa.spec:1.167 SPECS/Mesa.spec:1.168
--- SPECS/Mesa.spec:1.167 Sat Apr 5 22:34:30 2008
+++ SPECS/Mesa.spec Sat Apr 5 22:44:31 2008
@@ -13,7 +13,7 @@
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
@@ -671,8 +671,7 @@
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}
@@ -691,7 +690,7 @@
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
@@ -796,7 +795,7 @@
%{_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)
@@ -914,6 +913,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.168 2008-04-05 20:44:31 arekm
+- rel 2; glw.pc is back
+
Revision 1.167 2008-04-05 20:34:30 arekm
- up to 7.0.3
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/Mesa.spec?r1=1.167&r2=1.168&f=u
More information about the pld-cvs-commit
mailing list