components/pkgbuild/pkgbuild.p5m
changeset 5228 b457e3bd2acc
equal deleted inserted replaced
5227:97906d9e2ac2 5228:b457e3bd2acc
       
     1 #
       
     2 # CDDL HEADER START
       
     3 #
       
     4 # The contents of this file are subject to the terms of the
       
     5 # Common Development and Distribution License (the "License").
       
     6 # You may not use this file except in compliance with the License.
       
     7 #
       
     8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
     9 # or http://www.opensolaris.org/os/licensing.
       
    10 # See the License for the specific language governing permissions
       
    11 # and limitations under the License.
       
    12 #
       
    13 # When distributing Covered Code, include this CDDL HEADER in each
       
    14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    15 # If applicable, add the following below this CDDL HEADER, with the
       
    16 # fields enclosed by brackets "[]" replaced with your own identifying
       
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
       
    18 #
       
    19 # CDDL HEADER END
       
    20 #
       
    21 
       
    22 #
       
    23 # Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
       
    24 #
       
    25 
       
    26 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
       
    27 set name=pkg.fmri \
       
    28     value=pkg:/package/pkgbuild@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    29 set name=pkg.summary \
       
    30     value="pkgbuild - rpmbuild-like tool for building Solaris packages"
       
    31 set name=pkg.description \
       
    32     value="pkgbuild(1) is a tool for building Solaris SVr4 or IPS packages from RPM-like spec files. It is intended to be a plug-in replacement of the rpmbuild command. Most spec file elements are implemented plus a few more. The differences from real rpm spec files are summarized in the Manual. It's implemented as a set of perl scripts and modules."
       
    33 set name=com.oracle.info.description \
       
    34     value="A tool for building Solaris SVr4 or IPS packages from RPM-like spec files"
       
    35 set name=com.oracle.info.tpno value=$(TPNO)
       
    36 set name=info.classification \
       
    37     value=org.opensolaris.category.2008:Development/System
       
    38 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
       
    39 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
       
    40 set name=org.opensolaris.arc-caseid value=PSARC/2010/138
       
    41 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    42 file path=usr/bin/pkgbuild
       
    43 file path=usr/bin/pkgtool
       
    44 file path=usr/bin/spectool
       
    45 file path=usr/lib/pkgbuild-$(COMPONENT_VERSION)/config.pm
       
    46 file path=usr/lib/pkgbuild-$(COMPONENT_VERSION)/get_rpm_topdir
       
    47 file path=usr/lib/pkgbuild-$(COMPONENT_VERSION)/ips-dependency-generator \
       
    48     mode=0555
       
    49 file path=usr/lib/pkgbuild-$(COMPONENT_VERSION)/ips_package.pm
       
    50 file path=usr/lib/pkgbuild-$(COMPONENT_VERSION)/ips_utils.pm
       
    51 file path=usr/lib/pkgbuild-$(COMPONENT_VERSION)/macros
       
    52 file path=usr/lib/pkgbuild-$(COMPONENT_VERSION)/packagebase.pm
       
    53 file path=usr/lib/pkgbuild-$(COMPONENT_VERSION)/pkgbuild-postprocess mode=0555
       
    54 file path=usr/lib/pkgbuild-$(COMPONENT_VERSION)/pkgbuild.pl mode=0555
       
    55 file path=usr/lib/pkgbuild-$(COMPONENT_VERSION)/pkgdb.pm
       
    56 file path=usr/lib/pkgbuild-$(COMPONENT_VERSION)/pkgdbgrep mode=0555
       
    57 file path=usr/lib/pkgbuild-$(COMPONENT_VERSION)/pkgnames
       
    58 file path=usr/lib/pkgbuild-$(COMPONENT_VERSION)/pkgtool.pl mode=0555
       
    59 file path=usr/lib/pkgbuild-$(COMPONENT_VERSION)/rpm_file.pm
       
    60 file path=usr/lib/pkgbuild-$(COMPONENT_VERSION)/rpm_package.pm
       
    61 file path=usr/lib/pkgbuild-$(COMPONENT_VERSION)/rpm_spec.pm
       
    62 file path=usr/lib/pkgbuild-$(COMPONENT_VERSION)/spectool.pl mode=0555
       
    63 file path=usr/lib/pkgbuild-$(COMPONENT_VERSION)/version-file
       
    64 file path=usr/share/man/man1/pkgbuild.1
       
    65 file path=usr/share/man/man1/pkgtool.1
       
    66 file path=usr/share/man/man1/spectool.1
       
    67 file path=usr/share/pkgbuild/spec-files.txt
       
    68 license COPYING license=GPLv2
       
    69 
       
    70 # force a dependency on the gnu-patch package
       
    71 depend type=require \
       
    72     fmri=text/gnu-patch@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)