SPECS: pike.spec - unified bcond name: GL -> opengl

qboosh qboosh at pld-linux.org
Wed Feb 6 21:13:30 CET 2008


Author: qboosh                       Date: Wed Feb  6 20:13:30 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- unified bcond name: GL -> opengl

---- Files affected:
SPECS:
   pike.spec (1.46 -> 1.47) 

---- Diffs:

================================================================
Index: SPECS/pike.spec
diff -u SPECS/pike.spec:1.46 SPECS/pike.spec:1.47
--- SPECS/pike.spec:1.46	Wed May  2 02:00:35 2007
+++ SPECS/pike.spec	Wed Feb  6 21:13:24 2008
@@ -1,7 +1,7 @@
 # $Revision$, $Date$
 #
 # Conditional build:
-%bcond_without	GL	# don't build GL and GLUT modules
+%bcond_without	opengl	# don't build GL and GLUT modules
 #
 # TODO:
 # - update DVB (not ready for version 3 API in Linux 2.6.x)
@@ -30,8 +30,8 @@
 Patch6:		%{name}-pkgconfig.patch
 URL:		http://pike.ida.liu.se/
 BuildRequires:	Mird-devel
-%{?with_GL:BuildRequires:	OpenGL-devel}
-%{?with_GL:BuildRequires:	OpenGL-glut-devel}
+%{?with_opengl:BuildRequires:	OpenGL-devel}
+%{?with_opengl:BuildRequires:	OpenGL-glut-devel}
 BuildRequires:	SDL-devel
 BuildRequires:	SDL_mixer-devel
 BuildRequires:	autoconf
@@ -341,8 +341,8 @@
 	--with-ttflib \
 	--with-x \
 	--with-zlib \
-	%{?with_GL:--with-lib-GL} \
-	%{!?with_GL:--without-GL --without-GLUT} \
+	%{?with_opengl:--with-lib-GL} \
+	%{!?with_opengl:--without-GL --without-GLUT} \
 	--without-perl \
 	--without-gnome
 
@@ -425,7 +425,7 @@
 
 %{_mandir}/man1/*
 
-%if %{with GL}
+%if %{with opengl}
 %files GL
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/pike/modules/GL.so
@@ -500,7 +500,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
-Revision 1.46  2007-05-02 00:00:35  qboosh
+Revision 1.47  2008-02-06 20:13:24  qboosh
+- unified bcond name: GL -> opengl
+
+Revision 1.46  2007/05/02 00:00:35  qboosh
 - doc build fail, so temporarily disabled
 - updated files - builds now
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/pike.spec?r1=1.46&r2=1.47&f=u



More information about the pld-cvs-commit mailing list