Custom gradle task for rpmbuild

后端 未结 3 1392
南笙
南笙 2021-01-22 11:18

We\'re currently in the process of moving away from scons to gradle to build the java portions of our software. One thing we need is to build rpm from the spec file. So we tried

3条回答
  •  温柔的废话
    2021-01-22 11:50

    in spec file, have you tried to replace BuildArchitectures with BuildArch, maybe a typo? ref. https://fedoraproject.org/wiki/How_to_create_an_RPM_package#SPEC_file_overview

    rpmbuild -vv gives debug.

    kind regards

提交回复
热议问题