]> git.pld-linux.org Git - packages/libguestfs.git/commitdiff
update BR deps from cleanbuild
authorElan Ruusamäe <glen@delfi.ee>
Tue, 9 Apr 2013 18:26:39 +0000 (21:26 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 9 Apr 2013 18:28:48 +0000 (21:28 +0300)
ocaml-camlp4 -- Camlp4: Uncaught exception: DynLoader.Error ("Camlp4OCamlRevisedParser.cmo", "file not found in path")
ocaml-fileutils -- ocamlfind: Package `fileutils' not found - required by `gettext.base'
rpm-javaprov -- env: /usr/lib/rpm/java-find-requires: No such file or directory
rpm-perlprov -- error: Couldn't exec /usr/lib/rpm/perl.req: No such file or directory

libguestfs.spec

index c89c88b454de91afa35080651e8ff5c901cf92b1..c5fbd7ae80c3751c839d262fa80e43f6e282a7e0 100644 (file)
@@ -64,6 +64,7 @@ BuildRequires:        libtool
 BuildRequires: libvirt-devel >= 0.10.2
 BuildRequires: libxml2-devel >= 2.0
 BuildRequires: libxml2-progs
+%{?with_java:BuildRequires:    rpm-javaprov}
 %if %{with lua}
 # use 5.2 as 5.1 packaging in PLD was incompatible with what's expected by configure
 BuildRequires: lua52
@@ -72,6 +73,8 @@ BuildRequires:        lua52-devel
 BuildRequires: ncurses-devel
 %if %{with ocaml}
 BuildRequires: ocaml
+BuildRequires: ocaml-camlp4
+BuildRequires: ocaml-fileutils
 BuildRequires: ocaml-findlib
 BuildRequires: ocaml-gettext-devel
 BuildRequires: ocaml-pcre-devel
@@ -82,6 +85,7 @@ BuildRequires:        perl-tools-pod
 %if %{with perl}
 BuildRequires: perl-ExtUtils-MakeMaker
 BuildRequires: perl-Test-Simple
+BuildRequires: rpm-perlprov
 %endif
 %if %{with perltools}
 BuildRequires: perl(Data::Dumper)
This page took 0.035889 seconds and 4 git commands to generate.