]> git.pld-linux.org Git - packages/libreoffice.git/commitdiff
- configure args cosmetics
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 3 Mar 2007 14:51:22 +0000 (14:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libreoffice.spec -> 1.709

libreoffice.spec

index 8a41dfb9deb93ceb8f41210108e8e2b246142123..8a391916b364c3e12ffb4e6f67d4cea1c76428a9 100644 (file)
@@ -2128,9 +2128,7 @@ CONFOPTS="\
        --with-system-x11-extensions-headers \
        --with-system-odbc-headers \
        --with-system-stdlibs \
-%if %{with system_db}
-       --with-system-db \
-%endif
+       %{?with_system_db:--with-system-db} \
        --with-system-curl \
        --with-system-freetype \
        --with-system-nas \
@@ -2141,19 +2139,12 @@ CONFOPTS="\
        --with-system-boost \
        --with-system-icu \
        --with-system-libwpd \
-%if %{with system_mdbtools}
-       --with-system-mdbtools \
-%endif
+       %{?with_system_mdbtools:--with-system-mdbtools} \
        --with-system-neon \
        --with-system-portaudio \
        --with-system-sndfile \
-%if %{with system_xt}
-       --with-system-xt \
-       --with-xt-jar=%{_javadir}/classes/ \
-%endif
-%if %{with system_beanshell}
-       --with-system-beanshell \
-%endif
+       %{?with_system_xt:--with-system-xt --with-xt-jar=%{_javadir}/classes} \
+       %{?with_system_beanshell:--with-system-beanshell} \
        --with-system-xmlsec \
 %if %{with mozilla}
        --with-system-mozilla \
@@ -2167,11 +2158,7 @@ CONFOPTS="\
        --with-about-bitmaps="\$SRCDIR/openabout_pld.png" \
        --with-distro="${DISTRO}" \
        --enable-gtk \
-%if %{with kde}
-       --enable-kde \
-%else
-       --disable-kde \
-%endif
+       --%{!?with_kde:dis}%{?with_kde:en}able-kde \
        --without-binsuffix \
        --with-installed-ooo-dirname=%{name} \
        --with-lang=%{?with_i18n:ALL} \
This page took 0.126824 seconds and 4 git commands to generate.