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

nautilus.spec

index 175fe28f1098285f7400dfff206d7679a76fe58f..dc257a7a7fa22fdcf0874a412a902c1537096a99 100644 (file)
@@ -143,9 +143,9 @@ rm -f po/io.po
 %configure \
        --enable-static \
        --enable-packagekit \
-       %{?!with_beagle:--disable-beagle} \
+       %{!?with_beagle:--disable-beagle} \
        --%{?with_apidocs:en}%{!?with_apidocs:dis}able-gtk-doc \
-       %{?!with_tracker:--disable-tracker} \
+       %{!?with_tracker:--disable-tracker} \
        --with-html-dir=%{_gtkdocdir} \
        --disable-update-mimedb
 %{__make}
This page took 0.06281 seconds and 4 git commands to generate.