rpms/xorg-x11/devel xorg-x11.spec,1.166,1.167

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sun Apr 3 22:57:06 UTC 2005


Update of /cvs/dist/rpms/xorg-x11/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv21595

Modified Files:
	xorg-x11.spec 
Log Message:
Clean up case/style of macro to match all others


Index: xorg-x11.spec
===================================================================
RCS file: /cvs/dist/rpms/xorg-x11/devel/xorg-x11.spec,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -r1.166 -r1.167
--- xorg-x11.spec	3 Apr 2005 22:07:23 -0000	1.166
+++ xorg-x11.spec	3 Apr 2005 22:57:04 -0000	1.167
@@ -95,7 +95,7 @@
 # requires patches to gdb to be completely useful.  I MEAN HUGE, ie 2-3 times
 # the size!  Don't complain - you've been warned!  gdb for X is
 # available for download from ftp://people.redhat.com/mharris/gdb-xfree86
-%define DebuggableBuild         0
+%define debug_build         0
 # If enabled, this makes the libraries contain debug info.  In the future I
 # would like to either have xorg-x11 debuginfoized or build both sets of libs.
 %define with_debuglibs		0
@@ -237,7 +237,7 @@
 %define __fccache	umask 133;which fc-cache &> /dev/null && fc-cache
 
 # Disable rpm from stripping xorg-x11's modules, or they explode
-#if %{DebuggableBuild}
+#if %{debug_build}
 %define __spec_install_post /usr/lib/rpm/redhat/brp-compress
 %define debug_package %{nil}
 #endif
@@ -1217,8 +1217,8 @@
 #define BuilderString "Build Host: %(hostname -f)\n"
 #define LinuxDistribution	LinuxRedHat
     
-#define BuildDebug		%{DebuggableBuild}
-/* #define XFree86Devel		%{DebuggableBuild} */
+#define BuildDebug		%{debug_build}
+/* #define XFree86Devel		%{debug_build} */
 
 %if %{with_debuglibs}
 #define DebuggableLibraries	YES
@@ -1506,7 +1506,7 @@
 # Make sure RPM_BUILD_DIR does not contain any CVS dirs prior to building
 find "$RPM_BUILD_DIR" -name CVS -type d | xargs rm -rf
 
-%if %{DebuggableBuild}
+%if %{debug_build}
 makeg World -C xc FAST=1
 %else
 make World -C xc FAST=1
@@ -1700,7 +1700,7 @@
 ######################################################################
 # STRIP SECTION - must come just before DELETE UNWANTED FILES section
 # strip the stuff that's safe to strip
-%if ! %{DebuggableBuild}
+%if ! %{debug_build}
 {
 #    set +x
     # Strip ELF binary executables of debug symbols and .comment section




More information about the fedora-cvs-commits mailing list