packages: grub2/grub2.spec, mcl/mcl.spec - don't use %{!?without_...} - it'...

sparky sparky at pld-linux.org
Fri Jan 15 21:27:31 CET 2010


Author: sparky                       Date: Fri Jan 15 20:27:31 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- don't use %{!?without_...} - it's a double negation !

---- Files affected:
packages/grub2:
   grub2.spec (1.72 -> 1.73) 
packages/mcl:
   mcl.spec (1.15 -> 1.16) 

---- Diffs:

================================================================
Index: packages/grub2/grub2.spec
diff -u packages/grub2/grub2.spec:1.72 packages/grub2/grub2.spec:1.73
--- packages/grub2/grub2.spec:1.72	Tue Jan 12 11:56:33 2010
+++ packages/grub2/grub2.spec	Fri Jan 15 21:27:26 2010
@@ -156,7 +156,7 @@
 # mawk stalls at ./genmoddep.awk, so force gawk
 AWK=gawk \
 %configure \
-%{!?without_grubemu:--enable-grub-emu} \
+%{?with_grubemu:--enable-grub-emu} \
 	BUILD_CFLAGS="$CFLAGS"
 %{__make} -j1 \
 	BUILD_CFLAGS="$CFLAGS" \
@@ -289,6 +289,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.73  2010/01/15 20:27:26  sparky
+- don't use %{!?without_...} - it's a double negation !
+
 Revision 1.72  2010/01/12 10:56:33  glen
 - move probe scripts to /lib/grub.d, /etc/grub.d now contains true configs; rel 7
 

================================================================
Index: packages/mcl/mcl.spec
diff -u packages/mcl/mcl.spec:1.15 packages/mcl/mcl.spec:1.16
--- packages/mcl/mcl.spec:1.15	Tue Feb 13 07:46:53 2007
+++ packages/mcl/mcl.spec	Fri Jan 15 21:27:26 2010
@@ -49,8 +49,8 @@
 %build
 cp -f /usr/share/automake/config.sub admin
 %configure \
-	%{!?without_python:--enable-python} \
-	%{!?without_perl:--enable-perl}
+	%{?with_python:--enable-python} \
+	%{?with_perl:--enable-perl}
 
 %{__make}
 
@@ -81,6 +81,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.16  2010/01/15 20:27:26  sparky
+- don't use %{!?without_...} - it's a double negation !
+
 Revision 1.15  2007/02/13 06:46:53  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/grub2/grub2.spec?r1=1.72&r2=1.73&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mcl/mcl.spec?r1=1.15&r2=1.16&f=u



More information about the pld-cvs-commit mailing list