Explicitly require various rpm packages in order to build this vsys.
authorMarc Fiuczynski <mef@cs.princeton.edu>
Thu, 25 Oct 2007 03:43:41 +0000 (03:43 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Thu, 25 Oct 2007 03:43:41 +0000 (03:43 +0000)
This seems like the right thing to do, though I suppose one can
install these software packages from non-RPM sources.  If this turns
out to be more of a curse than a blessing then just get rid of the
BuildRequires statements.

vsys.spec

index 245dc29..549ea90 100644 (file)
--- a/vsys.spec
+++ b/vsys.spec
@@ -23,6 +23,9 @@ License: GPL
 Group: System Environment/Kernel
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 #Requires: 
+BuildRequires: inotify-tools-devel
+BuildRequires: ocaml
+BuildRequires: ocaml-ocamldocs
 
 Source0: vsys-%{version}.tar.gz