X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=db4.5.spec;h=546ac0e199ff07b56b105db65309f7ff146c0c9c;hb=9160731cab77c29c08c5bb875ca2414a10a330e3;hp=f9686f5e3526e7c2b2c37855e36b9a472ad4c09a;hpb=46524cf32c2a07483366493f9b96dac3fccdd7fc;p=packages%2Fdb4.5.git diff --git a/db4.5.spec b/db4.5.spec index f9686f5..546ac0e 100644 --- a/db4.5.spec +++ b/db4.5.spec @@ -1,6 +1,6 @@ # # Conditional build: -%bcond_without java # build db-java +%bcond_with java # build db-java %bcond_without tcl # don't build Tcl bindings %bcond_with pmutex # use POSIX mutexes (only process-private with linuxthreads) %bcond_without nptl # don't use process-shared POSIX mutexes (NPTL provides full interface) @@ -12,7 +12,7 @@ Summary: Berkeley DB database library for C Summary(pl): Biblioteka C do obsĀ³ugi baz Berkeley DB Name: db%{mver} Version: %{mver}.20 -Release: 1 +Release: 2 Epoch: 0 License: Sleepycat public license (GPL-like, see LICENSE) Group: Libraries @@ -32,8 +32,8 @@ Provides: db = %{version}-%{release} Obsoletes: db4 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -%ifnarch %{ix86} %{x8664} -%undefine with_java +%ifarch i586 i686 athlon pentium3 pentium4 %{x8664} +%define with_java 1 %endif %description