SPECS (AC-branch): wine.spec - use !{with ...} instead of %{withou...

shadzik shadzik at pld-linux.org
Thu Nov 16 18:11:45 CET 2006


Author: shadzik                      Date: Thu Nov 16 17:11:45 2006 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- use !{with ...} instead of %{without ...}

---- Files affected:
SPECS:
   wine.spec (1.220.2.8.2.10 -> 1.220.2.8.2.11) 

---- Diffs:

================================================================
Index: SPECS/wine.spec
diff -u SPECS/wine.spec:1.220.2.8.2.10 SPECS/wine.spec:1.220.2.8.2.11
--- SPECS/wine.spec:1.220.2.8.2.10	Sat Nov 11 21:08:48 2006
+++ SPECS/wine.spec	Thu Nov 16 18:11:39 2006
@@ -20,7 +20,7 @@
 # thus requires rebuild after change of any of the above.
 #
 # JACK requires ALSA
-%if %{without alsa}
+%if !%{with alsa}
 %undefine	with_jack
 %endif
 Summary:	Program that lets you launch Win applications
@@ -468,6 +468,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.220.2.8.2.11  2006/11/16 17:11:39  shadzik
+- use !{with ...} instead of %{without ...}
+
 Revision 1.220.2.8.2.10  2006/11/11 20:08:48  charles
 - updated to 0.9.25
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/wine.spec?r1=1.220.2.8.2.10&r2=1.220.2.8.2.11&f=u



More information about the pld-cvs-commit mailing list