]> git.pld-linux.org Git - packages/xen.git/commitdiff
- fix --without ocaml building
authorMariusz Mazur <mmazur@pld-linux.org>
Tue, 5 Jun 2012 13:52:11 +0000 (13:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xen.spec -> 1.119

xen.spec

index 2d4b5f9d29d4e016d0e1ee6e305f9bda2d273804..464bc42b924959d0735759e2ea85eedcea00c22c 100644 (file)
--- a/xen.spec
+++ b/xen.spec
@@ -203,8 +203,10 @@ Summary(pl.UTF-8): Wiązania OCamla dla Xena
 License:       LGPL v2.1 with linking exception
 Group:         Libraries
 Requires:      %{name}-libs = %{version}-%{release}
+%if %{with ocaml}
 %requires_eq   ocaml-runtime
 
+%endif
 %description -n ocaml-xen
 OCaml bindings for Xen.
 
@@ -217,7 +219,9 @@ Summary(pl.UTF-8):  Wiązania OCamla dla Xena - pliki programistyczne
 License:       LGPL v2.1 with linking exception
 Group:         Development/Libraries
 Requires:      ocaml-xen = %{version}-%{release}
+%if %{with ocaml}
 %requires_eq   ocaml
+%endif
 
 %description -n ocaml-xen-devel
 OCaml bindings for Xen - development files.
This page took 0.13208 seconds and 4 git commands to generate.