packages: Mesa/Mesa.spec - libGL-devel requires: libdrm-devel, xorg-lib-lib...

sparky sparky at pld-linux.org
Sat Feb 20 18:30:07 CET 2010


Author: sparky                       Date: Sat Feb 20 17:30:07 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- libGL-devel requires: libdrm-devel, xorg-lib-libXxf86vm-devel,
  xorg-proto-dri2proto-devel
- macroized libdrm and dri2proto versions

---- Files affected:
packages/Mesa:
   Mesa.spec (1.235 -> 1.236) 

---- Diffs:

================================================================
Index: packages/Mesa/Mesa.spec
diff -u packages/Mesa/Mesa.spec:1.235 packages/Mesa/Mesa.spec:1.236
--- packages/Mesa/Mesa.spec:1.235	Wed Feb 17 15:56:37 2010
+++ packages/Mesa/Mesa.spec	Sat Feb 20 18:30:02 2010
@@ -22,6 +22,9 @@
 # (until they start to be somehow versioned themselves)
 %define		glapi_ver	7.1.0
 #
+%define		libdrm_ver	2.4.18
+%define		dri2proto_ver	1.99.3
+#
 Summary:	Free OpenGL implementation
 Summary(pl.UTF-8):	Wolnodostępna implementacja standardu OpenGL
 Name:		Mesa
@@ -41,7 +44,7 @@
 BuildRequires:	automake
 BuildRequires:	expat-devel
 %{?with_demos:BuildRequires:	glew-devel}
-BuildRequires:	libdrm-devel >= 2.4.18
+BuildRequires:	libdrm-devel >= %{libdrm_ver}
 BuildRequires:	libselinux-devel
 BuildRequires:	libstdc++-devel
 BuildRequires:	libtool >= 2:1.4d
@@ -54,7 +57,7 @@
 BuildRequires:	xorg-lib-libXext-devel >= 1.0.5
 BuildRequires:	xorg-lib-libXt-devel
 BuildRequires:	xorg-lib-libXxf86vm-devel
-BuildRequires:	xorg-proto-dri2proto-devel >= 1.99.3
+BuildRequires:	xorg-proto-dri2proto-devel >= %{dri2proto_ver}
 BuildRequires:	xorg-proto-glproto-devel
 BuildRequires:	xorg-proto-printproto-devel
 BuildRequires:	xorg-util-makedepend
@@ -121,7 +124,10 @@
 Group:		X11/Development/Libraries
 # loose dependency on libGL to use with other libGL binaries
 Requires:	OpenGL >= 1.5
+Requires:	libdrm-devel >= %{libdrm_ver}
 Requires:	xorg-lib-libX11-devel
+Requires:	xorg-lib-libXxf86vm-devel
+Requires:	xorg-proto-dri2proto-devel >= %{dri2proto_ver}
 Suggests:	OpenGL-doc-man
 Provides:	OpenGL-GLX-devel = 1.4
 Provides:	OpenGL-devel = 2.1
@@ -960,6 +966,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.236  2010/02/20 17:30:02  sparky
+- libGL-devel requires: libdrm-devel, xorg-lib-libXxf86vm-devel,
+  xorg-proto-dri2proto-devel
+- macroized libdrm and dri2proto versions
+
 Revision 1.235  2010/02/17 14:56:37  baggins
 - BR recent libdrm due to some nouveau defines
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/Mesa/Mesa.spec?r1=1.235&r2=1.236&f=u



More information about the pld-cvs-commit mailing list