Changeset 1086


Ignore:
Timestamp:
Apr 6, 2017, 11:39:35 AM (8 years ago)
Author:
dmik
Message:

spec: os2-rpm: Release version 0-1.

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  
    44# Strip debug info and compress OS/2 binaries and DLLs using emxomfstrip and lxlite tools.
    55#
    6 # Usage: brp-strip.os2 RPM_BUILD_SUBDIR [--[no-]compress] [--[no-]debuginfo]
     6# Usage: brp-strip-os2 RPM_BUILD_SUBDIR [--[no-]compress] [--[no-]debuginfo]
    77#            [-n|--names <wildcard1[,wildcard2...]>]
    88#            [-i|--include <wildcard1[,wildcard2...]>]
  • spec/trunk/SPECS/os2-rpm/find-legacy-runtime.sh

    r1078 r1086  
    135135    done < "$fileslist"
    136136    # 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)
    138138    dbgfilelist="${rpm_list%.list}.debugfiles.list"
    139139    if [ -f "$dbgfilelist" ] ; then
Note: See TracChangeset for help on using the changeset viewer.