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

emotion.spec

index 98bf252d59d51baec8b71f51c7b66102ea9df3e1..582934ff9b279924d3c5223ea861eae1ee417483 100644 (file)
@@ -4,7 +4,7 @@
 %bcond_without xine            # don't build xine decoder
 %bcond_without static_libs     # don't build static library
 #
-%if %{without gstreamer} && %{without xine}
+%if !%{with gstreamer} && !%{with xine}
 error at last one backend must be enabled
 %endif
 #
This page took 0.068447 seconds and 4 git commands to generate.