[Rpm-maint] [rpm-software-management/rpm] Turn %prep into a normal build script (Issue #2205)
Panu Matilainen
notifications at github.com
Tue Sep 27 06:22:56 UTC 2022
There are some "interesting" gotchas in this direction. I have draft patches to turn %patch and %setup into actual macros so they get processed with the normal spec readLine() machinery but as long as the macro engine cannot handle multiple options of the same type, this is a no-go. The other, ahem, specialty is that `%patch1` style syntax will forever need pre-processing to turn it into `%patch 1` basically. Until those two are eliminated, %prep will require that very special processing.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/2205#issuecomment-1259033817
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/issues/2205/1259033817 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20220926/a580f800/attachment.html>
More information about the Rpm-maint
mailing list