SPECS: pcmciautils.spec - %if %{without ...} works fine

glen glen at pld-linux.org
Thu Jan 25 13:44:42 CET 2007


Author: glen                         Date: Thu Jan 25 12:44:42 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- %if %{without ...} works fine

---- Files affected:
SPECS:
   pcmciautils.spec (1.11 -> 1.12) 

---- Diffs:

================================================================
Index: SPECS/pcmciautils.spec
diff -u SPECS/pcmciautils.spec:1.11 SPECS/pcmciautils.spec:1.12
--- SPECS/pcmciautils.spec:1.11	Thu Jan 25 13:02:21 2007
+++ SPECS/pcmciautils.spec	Thu Jan 25 13:44:37 2007
@@ -42,10 +42,10 @@
 %setup -q
 
 %build
-%if !%{with startup}
+%if %{without startup}
 sed -i -e "s#STARTUP =.*#STARTUP = false#g" Makefile
 %endif
-%if !%{with udev}
+%if %{without udev}
 sed -i -e "s#UDEV =.*#UDEV = false#g" Makefile
 %endif
 
@@ -94,6 +94,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12  2007/01/25 12:44:37  glen
+- %if %{without ...} works fine
+
 Revision 1.11  2007/01/25 12:02:21  qboosh
 - fixed lspcmcia(8) manual (.so pointer instead of symlink)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/pcmciautils.spec?r1=1.11&r2=1.12&f=u



More information about the pld-cvs-commit mailing list