Changeset 1079
- Timestamp:
- Apr 5, 2017, 9:28:37 PM (8 years ago)
- Location:
- rpm/trunk
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
rpm/trunk/macros.in
r1029 r1079 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 214 203 %_defaultdocdir %{_datadir}/doc 215 204 %_defaultlicensedir %{_datadir}/licenses … … 748 737 %{__arch_install_post}\ 749 738 %{__os_install_post}\ 750 %{?__legacy_runtime_packages:%{__legacy_runtime_install_post}}\751 739 %{nil} 752 740 %__spec_install_template #!%{__spec_install_shell}\ -
rpm/trunk/platform.in
r954 r1079 70 70 %{_rpmconfigdir}/brp-compress \ 71 71 %{_rpmconfigdir}/brp-strip %{__strip} \ 72 %{_rpmconfigdir}/brp-strip.os2 "%{_builddir}/%{?buildsubdir}" %{?_strip_no_compress:--no-compress} %{!?__debug_package:--no-debuginfo} %{?_strip_opts} \73 72 %{_rpmconfigdir}/brp-strip-static-archive %{__strip} \ 74 73 %{_rpmconfigdir}/brp-strip-comment-note %{__strip} %{__objdump} \ 75 74 %{nil} 76 77 %__debug_install_post %{nil}78 75 79 76 @apple@#--------------------------------------------------------------------- -
rpm/trunk/scripts/Makefile.am
r1019 r1079 28 28 brp-strip brp-strip-comment-note brp-python-hardlink \ 29 29 brp-strip-shared brp-strip-static-archive \ 30 brp-strip.os2 wps-object.cmd warpin-conflicts.cmd os2deps.sh \ 31 find-legacy-runtime.sh \ 30 wps-object.cmd warpin-conflicts.cmd os2deps.sh \ 32 31 check-files check-prereqs \ 33 32 check-buildroot check-rpaths check-rpaths-worker \ -
rpm/trunk/scripts/brp-strip
r594 r1079 9 9 case `uname -a` in 10 10 Darwin*) exit 0 ;; 11 OS/2*) exit 0 ;; # YD use platform specific macro11 OS/2*) exit 0 ;; 12 12 *) ;; 13 13 esac -
rpm/trunk/scripts/brp-strip-comment-note
r594 r1079 10 10 case `uname -a` in 11 11 Darwin*) exit 0 ;; 12 OS/2*) exit 0 ;; 12 13 *) ;; 13 14 esac -
rpm/trunk/scripts/brp-strip-shared
r594 r1079 12 12 case `uname -a` in 13 13 Darwin*) exit 0 ;; 14 OS/2*) exit 0 ;; 14 15 *) ;; 15 16 esac
Note:
See TracChangeset
for help on using the changeset viewer.