components/rpm2cpio/rpm2cpio.p5m
changeset 5044 0a2f1336469c
parent 4436 3a75dfb8c83b
child 7829 2de4f4ace09c
equal deleted inserted replaced
5043:d1a20b1582d7 5044:0a2f1336469c
    21 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 # Bypass the mangler for these files because they are pre-Solarified.
    24 # Bypass the mangler for these files because they are pre-Solarified.
    25 <transform file path=usr.*/man/.+ -> add mangler.bypass true >
    25 <transform file path=usr.*/man/.+ -> add mangler.bypass true >
       
    26 $(SOLARIS_12_ONLY)file man/ja/rpm2cpio.1 $(SOLARIS_12_ONLY)path=usr/share/man/ja_JP.UTF-8/man1/rpm2cpio.1
       
    27 $(SOLARIS_12_ONLY)file man/rpm2cpio.1 $(SOLARIS_12_ONLY)path=usr/share/man/man1/rpm2cpio.1
       
    28 $(SOLARIS_12_ONLY)file man/zh/rpm2cpio.1 $(SOLARIS_12_ONLY)path=usr/share/man/zh_CN.UTF-8/man1/rpm2cpio.1
    26 set name=pkg.fmri \
    29 set name=pkg.fmri \
    27     value=pkg:/package/rpm@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    30     value=pkg:/package/rpm@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    28 set name=pkg.summary value="Utilities for processing RPM archives"
    31 set name=pkg.summary value="Utilities for processing RPM archives"
    29 set name=com.oracle.info.description value="the rpm2cpio archive utility"
    32 set name=com.oracle.info.description value="the rpm2cpio archive utility"
    30 set name=com.oracle.info.tpno value=$(TPNO)
    33 set name=com.oracle.info.tpno value=$(TPNO)
    32     value=org.opensolaris.category.2008:System/Packaging
    35     value=org.opensolaris.category.2008:System/Packaging
    33 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    36 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    34 set name=org.opensolaris.arc-caseid value=PSARC/1999/555
    37 set name=org.opensolaris.arc-caseid value=PSARC/1999/555
    35 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    38 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    36 file rpm2cpio.pl path=usr/bin/rpm2cpio
    39 file rpm2cpio.pl path=usr/bin/rpm2cpio
    37 file man/ja/rpm2cpio.1 path=usr/share/man/ja_JP.UTF-8/man1/rpm2cpio.1
       
    38 file man/rpm2cpio.1 path=usr/share/man/man1/rpm2cpio.1
       
    39 file man/zh/rpm2cpio.1 path=usr/share/man/zh_CN.UTF-8/man1/rpm2cpio.1
       
    40 legacy pkg=SUNWrpm desc="Utilities for processing RPM archives" \
    40 legacy pkg=SUNWrpm desc="Utilities for processing RPM archives" \
    41     name="Utilities for processing RPM archives"
    41     name="Utilities for processing RPM archives"
    42 license rpm2cpio.license license=BSD-like
    42 license rpm2cpio.license license=BSD-like