Go to file
DJ Delorie b3884b6199 Add support for LTS versioned sub-packages
This change allows you to use one common spec file for two purposes:

1. If the name is set to "make" you get the same make-X.Y packages
as before.

2. If the name is set to "make-latest" you get a make-latest
meta-package and a makeXY subpackage on which it depends.  The
subpackage installs in /opt (or elsewhere) to avoid conflict with an
installed make-X.Y.  In this case, the user should edit:

  %global make make43   <-- to match the version being installed
  %global _prefix /opt/rh/%{make}  <-- to where you want it
2022-06-29 15:51:14 -04:00
.fmf init FMF CI gating 2021-02-12 13:45:49 +00:00
plans init FMF CI gating 2021-02-12 13:45:49 +00:00
tests init FMF CI gating 2021-02-12 13:45:49 +00:00
.gitignore Update make-4.3 source tarball 2020-03-11 22:09:15 -04:00
STAGE1-make Adding STAGE1 bootstrap recipe 2015-06-16 21:37:51 +02:00
gating.yaml init FMF CI gating 2021-02-12 13:45:49 +00:00
make-4.0-noclock_gettime.patch Resolves: #1150488 2015-10-29 22:58:16 -04:00
make-4.3-cloexec.patch Disable inheritance of jobserver FDs for recursive make. BZ #1827850 2020-07-29 17:56:00 -04:00
make-4.3-filter-out.patch Avoid large stack usage, require perl core modules 2022-04-08 15:48:01 -04:00
make-4.3-getcwd.patch Update to 4.3 2020-03-11 21:59:43 -04:00
make-4.3-j8k.patch Update to 4.3 2020-03-11 21:59:43 -04:00
make.spec Add support for LTS versioned sub-packages 2022-06-29 15:51:14 -04:00
sources Update make-4.3 source tarball 2020-03-11 22:09:15 -04:00