SPECS: Mesa.spec - up to 7.3rc2
arekm
arekm at pld-linux.org
Fri Jan 16 09:28:06 CET 2009
Author: arekm Date: Fri Jan 16 08:28:06 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- up to 7.3rc2
---- Files affected:
SPECS:
Mesa.spec (1.190 -> 1.191)
---- Diffs:
================================================================
Index: SPECS/Mesa.spec
diff -u SPECS/Mesa.spec:1.190 SPECS/Mesa.spec:1.191
--- SPECS/Mesa.spec:1.190 Mon Jan 12 22:49:45 2009
+++ SPECS/Mesa.spec Fri Jan 16 09:28:00 2009
@@ -14,7 +14,7 @@
# (until they start to be somehow versioned themselves)
%define glapi_ver 7.1.0
#
-%define snap rc1
+%define snap rc2
Summary: Free OpenGL implementation
Summary(pl.UTF-8): Wolnodostępna implementacja standardu OpenGL
Name: Mesa
@@ -24,10 +24,10 @@
Group: X11/Libraries
# Source0: http://dl.sourceforge.net/mesa3d/%{name}Lib-%{version}.tar.bz2
Source0: http://www.mesa3d.org/beta/MesaLib-%{version}-%{snap}.tar.gz
-# Source0-md5: 507af8dbb33306d7cfe2374630bac328
+# Source0-md5: 510fbb088d60cb08cd79314129b26c14
# Source1: http://dl.sourceforge.net/mesa3d/%{name}Demos-%{version}.tar.bz2
Source1: http://www.mesa3d.org/beta/MesaDemos-%{version}-%{snap}.tar.gz
-# Source1-md5: b86b3bc398e5cfe4eff9b2a6cec3d7a7
+# Source1-md5: 46ddb982e9d673b9852bb58a327388b9
Patch0: %{name}-realclean.patch
URL: http://www.mesa3d.org/
BuildRequires: expat-devel
@@ -675,9 +675,11 @@
mv -f ${lib} lib-dri
for d in mesa glu glw ; do
- %{__make} -C src/$d `basename src/$d/*.pc.in .in` \
- INSTALL_DIR=%{_prefix} \
- LIB_DIR=%{_lib}
+ for f in src/$d/*.pc.in; do
+ %{__make} -C src/$d `basename $f .in` \
+ INSTALL_DIR=%{_prefix} \
+ LIB_DIR=%{_lib}
+ done
done
%install
@@ -693,6 +695,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/mesa/osmesa.pc $RPM_BUILD_ROOT%{_pkgconfigdir}
install src/glu/glu.pc $RPM_BUILD_ROOT%{_pkgconfigdir}
install src/glw/glw.pc $RPM_BUILD_ROOT%{_pkgconfigdir}
@@ -816,6 +819,7 @@
%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/libOSMesa.so
%{_includedir}/GL/osmesa.h
+%{_pkgconfigdir}/osmesa.pc
%files libOSMesa-static
%defattr(644,root,root,755)
@@ -916,6 +920,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.191 2009/01/16 08:28:00 arekm
+- up to 7.3rc2
+
Revision 1.190 2009/01/12 21:49:45 arekm
- up to 7.3 rc1; drop ttm bcond
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/Mesa.spec?r1=1.190&r2=1.191&f=u
More information about the pld-cvs-commit
mailing list