Ticket #228: macros.diff
File macros.diff, 951 bytes (added by , 8 years ago) |
---|
-
C:\usr\lib\rpm\macros
old new 200 200 %endif\ 201 201 %{nil} 202 202 203 # Path to script that installs legacy runtime libraries. 204 %__legacy_runtime_install_post \ 205 %{_rpmconfigdir}/find-legacy-runtime.sh install "%{_target_cpu}" "%{_builddir}/%{?buildsubdir}"\ 206 %{nil} 207 208 # Template for legacy runtime sub-packages. 209 %legacy_runtime_packages \ 210 %global __legacy_runtime_packages 1\ 211 %{expand:%(%{_rpmconfigdir}/find-legacy-runtime.sh package "%{name}" "%{_sourcedir}" "%{_target_cpu}" "%{buildroot}")}\ 212 %{nil} 213 203 214 %_defaultdocdir %{_datadir}/doc 204 215 %_defaultlicensedir %{_datadir}/licenses 205 216 … … 724 735 %{?__debug_package:%{__debug_install_post}}\ 725 736 %{__arch_install_post}\ 726 737 %{__os_install_post}\ 738 %{?__legacy_runtime_packages:%{__legacy_runtime_install_post}}\ 727 739 %{nil} 728 740 %__spec_install_template #!%{__spec_install_shell}\ 729 741 %{__spec_install_pre}\