]> git.pld-linux.org Git - packages/avahi.git/commitdiff
- don't use %{without ...}, it may not work after inverting bcond
authorsparky <sparky@pld-linux.org>
Mon, 13 Nov 2006 14:53:20 +0000 (14:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    avahi.spec -> 1.54

avahi.spec

index 70dc698c8038ac5468bc6b2b58fe6d7ae2ce3e89..7acab684fc68cbe2d2ed234820d0ec742ea4eda4 100644 (file)
@@ -9,7 +9,7 @@
 %bcond_without qt3             # build without qt3 bindings
 %bcond_without qt4             # build without qt4 bindings
 #
-%if %{without qt}
+%if !%{with qt}
 %undefine      with_qt3
 %undefine      with_qt4
 %endif
This page took 0.039437 seconds and 4 git commands to generate.