From: Elan Ruusamäe Date: Fri, 8 Aug 2014 08:14:37 +0000 (+0300) Subject: rename javahl->java bcond X-Git-Tag: auto/th/subversion-1.8.9-2~1 X-Git-Url: https://git.pld-linux.org/?p=packages%2Fsubversion.git;a=commitdiff_plain;h=15e0d8245ee55172ac282a5e7f26a74e92a0df31 rename javahl->java bcond it's more common bcond name --- diff --git a/subversion.spec b/subversion.spec index d4b6e70..5da0599 100644 --- a/subversion.spec +++ b/subversion.spec @@ -6,7 +6,7 @@ %bcond_without perl # build without Perl bindings %bcond_without ruby # build without Ruby bindings %bcond_without apache # build without Apache support (webdav, etc) -%bcond_without javahl # build without javahl support (Java high-level bindings) +%bcond_without java # build without javahl support (Java high-level bindings) %bcond_without tests # don't perform "make check" %bcond_without kwallet # build without kde4 wallet support %bcond_without kde # build without kde4 support (alias for kwallet) @@ -14,13 +14,13 @@ %bcond_without db # disable Subversion Berkeley DB based filesystem library %bcond_with db6 # allow BDB6 (not tested by upstream, released on AGPL) -# for AC: --without csvn,gnome,javahl,kde,ruby +# for AC: --without csvn,gnome,java,kde,ruby %if %{with net_client_only} %undefine with_apache %undefine with_db %undefine with_swig -%undefine with_javahl +%undefine with_java %undefine with_csvn %undefine with_gnome %undefine with_kde @@ -94,7 +94,7 @@ BuildRequires: serf-devel >= 1.2.1 BuildRequires: sqlite3-devel >= 3.6.18 BuildRequires: texinfo BuildRequires: which -%if %{with javahl} +%if %{with java} BuildRequires: jdk >= 1.5 BuildRequires: libstdc++-devel %endif