From 6a507c526835e445062c63a3b716192eb2af50d7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sat, 3 Mar 2007 14:50:32 +0000 Subject: [PATCH] - configure args cosmetics Changed files: libreoffice.spec -> 1.704.2.8 --- libreoffice.spec | 23 +++++------------------ 1 file changed, 5 insertions(+), 18 deletions(-) diff --git a/libreoffice.spec b/libreoffice.spec index 3ffb79c..9b76b33 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -2121,9 +2121,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 \ @@ -2134,19 +2132,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 \ @@ -2160,11 +2151,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} \ -- 2.44.0