Changeset 1086
- Timestamp:
- Apr 6, 2017, 11:39:35 AM (8 years ago)
- Location:
- spec/trunk/SPECS
- Files:
-
- 2 added
- 1 deleted
- 1 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/os2-rpm/brp-strip-os2
r1078 r1086 4 4 # Strip debug info and compress OS/2 binaries and DLLs using emxomfstrip and lxlite tools. 5 5 # 6 # Usage: brp-strip .os2 RPM_BUILD_SUBDIR [--[no-]compress] [--[no-]debuginfo]6 # Usage: brp-strip-os2 RPM_BUILD_SUBDIR [--[no-]compress] [--[no-]debuginfo] 7 7 # [-n|--names <wildcard1[,wildcard2...]>] 8 8 # [-i|--include <wildcard1[,wildcard2...]>] -
spec/trunk/SPECS/os2-rpm/find-legacy-runtime.sh
r1078 r1086 135 135 done < "$fileslist" 136 136 # Now, if there are debug files, copy them too and append to debugfiles.list 137 # (to be picked up by %debug_package magic in brp-strip .os2)137 # (to be picked up by %debug_package magic in brp-strip-os2) 138 138 dbgfilelist="${rpm_list%.list}.debugfiles.list" 139 139 if [ -f "$dbgfilelist" ] ; then
Note:
See TracChangeset
for help on using the changeset viewer.