]> git.pld-linux.org Git - packages/db4.5.git/blobdiff - db4.5.spec
- release 2.
[packages/db4.5.git] / db4.5.spec
index f9686f5e3526e7c2b2c37855e36b9a472ad4c09a..546ac0e199ff07b56b105db65309f7ff146c0c9c 100644 (file)
@@ -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
This page took 0.144783 seconds and 4 git commands to generate.