diff --git a/libreoffice.spec b/libreoffice.spec index 5f07d40..9508e92 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -47,7 +47,7 @@ Version: 4.3.1 %if "%{beta}" != "" Release: 0.%{beta}.1 %else -Release: 3 +Release: 4 %endif Source0: %{relurl}/%{ooname}-%{buildver}.tar.xz Source1: %{relurl}/%{ooname}-dictionaries-%{buildver}.tar.xz @@ -229,7 +229,7 @@ BuildRequires: ant BuildRequires: ant-apache-regexp BuildRequires: apache-commons-codec BuildRequires: apache-commons-lang -BuildRequires: hsqldb1.8.0 +# BuildRequires: hsqldb1.8.0 BuildRequires: jakarta-commons-httpclient BuildRequires: junit BuildRequires: java-1.7.0-openjdk-devel @@ -265,9 +265,9 @@ Summary: LibreOffice office suite - database Group: Office Requires: %{name}-common = %{EVRD} # Heavy java deps -%if !%{javaless} -Requires: hsqldb1.8.0 -%endif +# %if !%{javaless} +# Requires: hsqldb1.8.0 +# %endif %description base This package contains the database component for LibreOffice. @@ -3308,8 +3308,8 @@ touch autogen.lastrun --without-junit \ %if %{javaless} --with-ant-home="%{antpath}" \ -%else - --with-system-hsqldb \ +# %else +# --with-system-hsqldb \ %endif --with-lang="%{langs}" \ --without-myspell-dicts \