[Rpm-maint] [rpm-software-management/rpm] Add separate build configuration (%conf) section to spec (PR #1932)

Panu Matilainen notifications at github.com
Wed Feb 23 08:31:54 UTC 2022


Configuring the sources (eg ./configure, cmake and whatnot) is really a distinct step which is very unlike the actual build, in that the actual build steps are generally equal for all projects using a given build system, but configuration differs greatly once you go beyond the default paths and the like.

This is essentially a pre-requisite for implementing build system templating  in spec files.

Fixes: #1086

Couple of preceding commits to establish tests and fixup + comment the build-letter switch-case ordering which caught me too :sweat_smile: 
You can view, comment on, or merge this pull request online at:

  https://github.com/rpm-software-management/rpm/pull/1932

-- Commit Summary --

  * Add tests for various rpmbuild build stage options
  * Fix --short-circuit for (dynamic) buildrequires checking
  * Add separate build configuration (%conf) section to spec

-- File Changes --

    M build/build.c (14)
    M build/parseSpec.c (4)
    M build/rpmbuild.h (1)
    M build/rpmbuild_internal.h (4)
    M build/spec.c (3)
    M docs/man/rpmbuild.8.md (11)
    M docs/manual/spec.md (15)
    M macros.in (9)
    M rpmbuild.c (62)
    M tests/Makefile.am (1)
    A tests/data/SPECS/specstep.spec (21)
    M tests/rpmbuild.at (98)

-- Patch Links --

https://github.com/rpm-software-management/rpm/pull/1932.patch
https://github.com/rpm-software-management/rpm/pull/1932.diff

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1932
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/pull/1932 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20220223/f867cac4/attachment.html>


More information about the Rpm-maint mailing list