[Rpm-maint] [rpm-software-management/rpm] Turn %prep into a normal build script (Issue #2205)
Jan Engelhardt
notifications at github.com
Wed Sep 20 13:03:44 UTC 2023
> Hey, wait... those numbers don't add up. If there are 6300 `PatchN`-packages, and 3525 use `%patchN` or `%patch N`, then at most 2775 are using `%autosetup`.
It is possible to utilize both %autosetup and %patch (admittedly somewhat unusual):
```
%autosetup
%if 0%{?somecond}
%patch93 -R
%endif
```
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/2205#issuecomment-1727686956
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/issues/2205/1727686956 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20230920/67ad9616/attachment.html>
More information about the Rpm-maint
mailing list