SPECS: vnc.spec - the macros aren't provided so don't define and c...

glen glen at pld-linux.org
Wed Jan 23 16:00:52 CET 2008


Author: glen                         Date: Wed Jan 23 15:00:52 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- the macros aren't provided so don't define and check them

---- Files affected:
SPECS:
   vnc.spec (1.83 -> 1.84) 

---- Diffs:

================================================================
Index: SPECS/vnc.spec
diff -u SPECS/vnc.spec:1.83 SPECS/vnc.spec:1.84
--- SPECS/vnc.spec:1.83	Fri Jan 18 09:19:48 2008
+++ SPECS/vnc.spec	Wed Jan 23 16:00:47 2008
@@ -1,12 +1,5 @@
 # $Revision$, $Date$
 
-# ABI versions, see hw/xfree86/common/xf86Module.h
-%define	xorg_xserver_server_ansic_abi		0.3
-%define	xorg_xserver_server_extension_abi	0.3
-%define	xorg_xserver_server_font_abi		0.5
-%define	xorg_xserver_server_videodrv_abi	2.0
-%define	xorg_xserver_server_xinput_abi		2.0
-
 %define		docver		4.0
 %define		java_vncver	4_1
 %define		mesa_version    6.5.3
@@ -327,34 +320,6 @@
 %{__make} -C common
 
 cd unix/xorg-server
-API=$(awk '/#define ABI_ANSIC_VERSION/ { split($0,A,/[(,)]/); printf("%d.%d",A[2], A[3]); }' hw/xfree86/common/xf86Module.h)
-if [ $API != %{xorg_xserver_server_ansic_abi} ]; then
-	echo "Set %%define xorg_xserver_server_ansic_abi to $API and rerun."
-	exit 1
-fi
-
-API=$(awk '/#define ABI_EXTENSION_VERSION/ { split($0,A,/[(,)]/); printf("%d.%d",A[2], A[3]); }' hw/xfree86/common/xf86Module.h)
-if [ $API != %{xorg_xserver_server_extension_abi} ]; then
-	echo "Set %%define xorg_xserver_server_extension_abi to $API and rerun."
-	exit 1
-fi
-
-API=$(awk '/#define ABI_FONT_VERSION/ { split($0,A,/[(,)]/); printf("%d.%d",A[2], A[3]); }' hw/xfree86/common/xf86Module.h)
-if [ $API != %{xorg_xserver_server_font_abi} ]; then
-	echo "Set %%define xorg_xserver_server_font_abi to $API and rerun."
-	exit 1
-fi
-API=$(awk '/#define ABI_VIDEODRV_VERSION/ { split($0,A,/[(,)]/); printf("%d.%d",A[2], A[3]); }' hw/xfree86/common/xf86Module.h)
-if [ $API != %{xorg_xserver_server_videodrv_abi} ]; then
-	echo "Set %%define xorg_xserver_server_videodrv_abi to $API and rerun."
-	exit 1
-fi
-API=$(awk '/#define ABI_XINPUT_VERSION/ { split($0,A,/[(,)]/); printf("%d.%d",A[2], A[3]); }' hw/xfree86/common/xf86Module.h)
-if [ $API != %{xorg_xserver_server_xinput_abi} ]; then
-	echo "Set %%define xorg_xserver_server_xinput_abi to $API and rerun."
-	exit 1
-fi
-
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
@@ -469,6 +434,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.84  2008-01-23 15:00:47  glen
+- the macros aren't provided so don't define and check them
+
 Revision 1.83  2008-01-18 08:19:48  pascalek
 - Rel: 4, fixes xserver CVE-2007-5760, CVE-2007-5958, CVE-2007-6427, CVE-2007-6428, CVE-2007-6429, CVE-2008-0006
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/vnc.spec?r1=1.83&r2=1.84&f=u



More information about the pld-cvs-commit mailing list