added rpmbuild options, but not enough to properly handle
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 24 Jan 2011 14:49:15 +0000 (15:49 +0100)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 24 Jan 2011 14:49:15 +0000 (15:49 +0100)
--with or --define or --target
note that --with is a popt option that relies on --define

spec2make.c

index 30af6d0..712ce68 100644 (file)
@@ -6,7 +6,6 @@
  * Mark Huang <mlhuang@cs.princeton.edu>
  * Copyright (C) 2006 The Trustees of Princeton University
  *
- * $Id$
  */
 
 #include <stdio.h>
@@ -33,6 +32,10 @@ extern size_t strnlen(const char *s, size_t maxlen);
 
 /* the structure describing the options we take and the defaults */
 static struct poptOption optionsTable[] = {
+  { NULL, '\0', POPT_ARG_INCLUDE_TABLE, rpmBuildPoptTable, 0,
+    "Build options with [ <specfile> | <tarball> | <source package> ]:",
+    NULL },
   { NULL, '\0', POPT_ARG_INCLUDE_TABLE, rpmcliAllPoptTable, 0,
     "Common options for all rpm modes and executables:",
     NULL },