]> git.pld-linux.org Git - packages/brltty.git/commitdiff
- ocaml bcond (NFY)
authorSzymon Siwek <sls@pld-linux.org>
Sat, 5 Jan 2008 08:24:40 +0000 (08:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    brltty.spec -> 1.18

brltty.spec

index 093e616bc22e71b7509ce2865f0e98d36af63e90..66d903447253a62409133e77b124b764f6da2bcf 100644 (file)
@@ -1,9 +1,13 @@
 # TODO:
 #      - check BR
 #      - more packages (bindings)
+#      - ocaml bcond is useless now:
+#              Cannot find ocamlfind.
+#              BrlAPI Caml bindings will be compiled but not installed.
 #
 # Conditional build:
 %bcond_without apidocs         # documentation generated with doxygen
+%bcond_with    ocaml           # ocaml bindings (NFY)
 #
 Summary:       Braille display driver for Linux/Unix
 Summary(pl.UTF-8):     Sterownik do wyƛwietlaczy Braille'a
@@ -20,12 +24,11 @@ BuildRequires:      automake
 BuildRequires: bison
 #BuildRequires:        bluez-devel
 %{?with_apidocs:BuildRequires: doxygen}
-#BuildRequires:        libtool
 #BuildRequires:        gpm-devel
 #BuildRequires:        java-?
 #BuildRequires:        libusb-devel
 #BuildRequires:        ncurses-devel
-#BuildRequires:        ocaml-devel
+%{?with_ocaml:BuildRequires:   ocaml}
 #BuildRequires:        pkgconfig
 #BuildRequires:        python-devel
 #BuildRequires:        tcl-devel
This page took 0.24551 seconds and 4 git commands to generate.