]> git.pld-linux.org Git - packages/ocaml.git/commitdiff
- use db 4.x by default
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 23 Jan 2003 17:07:53 +0000 (17:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ocaml.spec -> 1.57

ocaml.spec

index 88e62b8651d9889ed5571924705523b5d6a0f432..fef56e9736fa8610f5a28f64c7636a649d3c10e5 100644 (file)
@@ -1,9 +1,10 @@
-
-# conditional build:
-# --without emacs
-# --without tk
-# --without x11  (implies --without tk)
-
+#
+# Conditional build:
+# _without_emacs       - without emacs subpackage
+# _without_tk          - without tk support
+# _without_x11         - without X11 support (implies --without tk)
+# _with_db3            - use db3 instead of db 4.x
+#
 %{?_without_x11:%define        _without_tk     1}
 
 Summary:       The Objective Caml compiler and programming environment
@@ -33,7 +34,8 @@ URL:          http://caml.inria.fr/
 Requires:      ocaml-runtime = %{version}-%{release}
 Obsoletes:     ocaml-ocamldoc
 Provides:      ocaml-ocamldoc
-BuildRequires: db3-devel
+%{?_with_db3:BuildRequires:    db3-devel}
+%{!?_with_db3:BuildRequires:   db-devel >= 4.1}
 %{!?_without_tk:BuildRequires:         tk-devel}
 %{!?_without_x11:BuildRequires:                XFree86-devel}
 %{!?_without_emacs:BuildRequires:      xemacs}
This page took 0.038551 seconds and 4 git commands to generate.