]> git.pld-linux.org Git - packages/ocaml.git/commitdiff
- fixed use of _without_x11
authorfilon <filon@sokrates.mimuw.edu.pl>
Mon, 18 Feb 2002 19:40:27 +0000 (19:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 3

Changed files:
    ocaml.spec -> 1.26

ocaml.spec

index 333768f7537ef7af82fbccf673e5429ee9ef09b9..0866f6e98a18ce48530a2bdff944939cb0ecf60f 100644 (file)
@@ -2,13 +2,15 @@
 # conditional build:
 # --without emacs
 # --without tk
-# --without x11  (use only with --without tk)
+# --without x11  (implies --without tk)
+
+%{?_without_x11:%define        _without_tk     1}
 
 Summary:       The Objective Caml compiler and programming environment
 Summary(pl):   Kompilator Objektowego Caml oraz ¶rodowisko programistyczne
 Name:          ocaml
 Version:       3.04
-Release:       2
+Release:       3
 License:       distributable
 Vendor:                Group of implementors <caml-light@inria.fr>
 Group:         Development/Languages
@@ -41,9 +43,8 @@ Patch2:               %{name}-manlinks.patch
 Patch3:                %{name}-db3.patch
 URL:           http://caml.inria.fr/
 BuildRequires: db3-devel
-%{!?_without_tk:BuildRequires: tcl-devel}
-%{!?_without_tk:BuildRequires: tk-devel}
-%{!?_without_x:BuildRequires:  XFree86-devel}
+%{!?_without_tk:BuildRequires:         tk-devel}
+%{!?_without_x11:BuildRequires:                XFree86-devel}
 %{!?_without_emacs:BuildRequires:      xemacs-common}
 %{!?_without_emacs:BuildRequires:      xemacs-fsf-compat-pkg}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
This page took 0.035723 seconds and 4 git commands to generate.