Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

building: makespec: add new command-line switches for hookutils functions #5391

Merged
merged 2 commits into from Apr 10, 2021

Commits on Dec 19, 2020

  1. building: makespec: add new command-line switches for hookutils funct…

    …ions
    
    Add new command-line options that map to the corresponding functions
    from the hookutils:
    * --collect-submodules: collect_submodules()
    * --collect-data: collect_data_files()
    * --collect-binaries: collect_dynamic_libs()
    * --collect-all: collect_all()
    * --copy-metadata: copy_metadata()
    
    The hookutils calls are added to the generated .spec files. They
    may be specified multiple times, and their results supplement
    the entries that are manually passed via existing --add-data,
    --add-binary, and --hidden-import switches.
    
    This allows hookutils calls to be added from command-line, without
    having to manually edit the .spec file.
    rokm committed Dec 19, 2020
    Copy the full SHA
    40c2ef0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    14d54eb View commit details
    Browse the repository at this point in the history