Vít Ondruch 42b0e43e5a Fix generators for RPM 4.20 compatibility
RPM 4.20 introduce per-build directory. However, this also brings some
issues where `%{_builddir}` might have different value in different
context, leading to issues such as:

~~~
Processing files: ruby-default-gems-3.3.1-8.fc41.noarch
make: *** /builddir/build/BUILD/ruby-3.3.1/redhat-linux-build: No such file or directory.  Stop.
~~~

Therefore the generators are not executed properly. Use `%define`
instead of `%global`, because those are laze evaluated and actually
suggested by RPM upstream:

https://github.com/rpm-software-management/rpm/issues/3151
2024-06-07 12:25:48 +02:00
2021-01-04 16:42:55 +01:00
2024-01-02 18:52:33 +01:00
2024-01-02 18:52:33 +01:00
2024-01-02 18:52:33 +01:00
2019-01-17 08:31:01 +01:00
2024-06-06 16:07:59 +02:00
Description
Languages
RPM Spec 60.1%
Diff 32.7%
Ruby 7.2%