grouping overrides

Peter Bonivart bonivart at opencsw.org
Thu Sep 24 21:41:29 CEST 2015


On Thu, Sep 24, 2015 at 9:12 PM, Riccardo Mottola <rmottola at opencsw.org> wrote:
> Hi,
>
> is there a way to specify overrides together? some kind of regex or by
> omitting some part?
>  e.g.
>
>  CHECKPKG_OVERRIDES_CSWgnustep-base +=
> soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/System/Tools/defaults
>  CHECKPKG_OVERRIDES_CSWgnustep-base +=
> soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/System/Tools/make_strings
>  CHECKPKG_OVERRIDES_CSWgnustep-base +=
> soname-not-found|libgnustep-base.so.1.24|is|needed|by|opt/csw/GNUstep/System/Tools/plser
>
> to become
>
>  CHECKPKG_OVERRIDES_CSWgnustep-base +=
> soname-not-found|libgnustepbase.so.1.24|is|needed|by|opt/csw/GNUstep/System/Tools/*
>
> or even
>
>
>  CHECKPKG_OVERRIDES_CSWgnustep-base +=
> soname-not-found|libgnustepbase.so.1.24|*
>
> would be very helpful.

If you have many of the same sort you can skip everything after the
type, in the case above:

CHECKPKG_OVERRIDES_CSWgnustep-base += soname-not-found

Ref: http://wiki.opencsw.org/checkpkg#toc6

/peter


More information about the devel mailing list