components/python/ldtp/ldtp.p5m
changeset 706 6e61f0012046
parent 629 daaab66f7276
child 1205 6c6c27bcf9ac
equal deleted inserted replaced
705:ea8fed4b5f65 706:6e61f0012046
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 set name=pkg.fmri value=pkg:/system/desktop/ldtp@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    24 set name=pkg.fmri value=pkg:/system/desktop/ldtp@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    25 set name=pkg.summary value="Linux Desktop Testing Project"
    25 set name=pkg.summary value="Linux Desktop Testing Project"
    26 set name=pkg.description value="LDTP is a test automation framework that can be used to test and improve desktops and desktop applications."
    26 set name=pkg.description value="LDTP is a test automation framework that can be used to test and improve desktops and desktop applications."
    27 set name=info.classification value="org.opensolaris.category.2008:Development/Distribution Tools"
    27 set name=info.classification value="org.opensolaris.category.2008:Development/Distribution Tools"
    28 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    28 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    29 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    29 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    30 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    30 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    31 
    31 
    32 depend fmri=system/desktop/ldtp-26 predicate=runtime/python-26 \
    32 depend fmri=system/desktop/ldtp-26@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) \
       
    33     predicate=runtime/python-26 \
    33     type=conditional
    34     type=conditional
       
    35 
       
    36 depend fmri=system/desktop/ldtp-27@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) \
       
    37     predicate=runtime/python-27 \
       
    38     type=conditional