commit: abiword-plugins: --spec option to nextgen.sh

From: F J Franklin (F.J.Franklin@sheffield.ac.uk)
Date: Sat Jun 08 2002 - 09:56:40 EDT

  • Next message: Tomas Frydrych: "commit HEAD: more hidden text stuff"

    Some (many!) plugins don't have a description. There are lots of gaps in
    the spec template, therefore, so please add one in the line in plugin.m4:

    dnl= abi_plugin_desc=""

    (The dnl= at the start of the line is ignored by the shell - and
    therefore nextgen.sh - but acts as a start-of-comment by autoconf.)

    In addition, some plugins have special dependencies, and two optional
    lines can be added to the plugin.m4 to specify these, e.g. for the html
    plugin:

    dnl= abi_plugin_requires="libxml2, abiword"
    dnl= abi_plugin_buildreq="libxml2-devel"

    These will be output by the spec template as:

    Requires: libxml2, abiword
    BuildRequires: libxml2-devel

    In it's current form, the spec template does no grouping of plugins, so
    we'd end up with 40-odd plugins...

    o new --spec option for nextgen.sh

    CVS:----------------------------------------------------------------------
    CVS: Enter Log. Lines beginning with `CVS:' are removed automatically
    CVS:
    CVS: Committing in .
    CVS:
    CVS: Modified Files:
    CVS: nextgen.sh
    CVS:----------------------------------------------------------------------

    Regards, Frank

    Francis James Franklin
    F.J.Franklin@shef.ac.uk

    "No, she really likes me. She told me I look like Britney Spears, and why
    would you say that to somebody you don't like?"
                                                               --- Elle Woods



    This archive was generated by hypermail 2.1.4 : Sat Jun 08 2002 - 09:58:24 EDT