]> git.pld-linux.org Git - packages/mkvtoolnix.git/commitdiff
- use preferred %{!?...} instead of %{?!...}
authorsparky <sparky@pld-linux.org>
Fri, 15 Jan 2010 20:18:41 +0000 (20:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mkvtoolnix.spec -> 1.32

mkvtoolnix.spec

index d772e8aa802ce97b1dbfa8215451c9ee24afa294..2487711dd825c343e6b50b278746c7941de73758 100644 (file)
@@ -53,8 +53,8 @@ Narzędzia do filmów w formacie Matroska.
 %build
 %configure \
        --enable-gui \
-       --%{?with_wx:en}%{?!with_wx:dis}able-wxwidgets \
-       --%{?with_qt:en}%{?!with_qt:dis}able-qt \
+       --%{?with_wx:en}%{!?with_wx:dis}able-wxwidgets \
+       --%{?with_qt:en}%{!?with_qt:dis}able-qt \
        %{?with_qt:--with-moc=/usr/bin/moc-qt4} \
        %{?with_qt:--with-uic=/usr/bin/uic-qt4} \
        %{?with_wx:--with-wx-config=/usr/bin/wx-gtk2-unicode-config}
This page took 0.079344 seconds and 4 git commands to generate.