components/mysql-5-7/mysql-57test.p5m
changeset 5884 ef644c2bdc65
equal deleted inserted replaced
5881:a24bda958288 5884:ef644c2bdc65
       
     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 # Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
       
    22 #
       
    23 
       
    24 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
       
    25 #
       
    26 <include mysql-57test.p5m.include>
       
    27 set name=pkg.fmri \
       
    28     value=pkg:/database/mysql-57/tests@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    29 set name=pkg.summary value="MySQL 5.7 testsuite"
       
    30 
       
    31 # This package name has known conflicts with other packages in the userland
       
    32 set name=pkg.linted.pkglint.manifest004 value=true
       
    33 set name=com.oracle.info.description value="MySQL 5.7 testsuite"
       
    34 set name=info.classification \
       
    35     value=org.opensolaris.category.2008:Development/Databases
       
    36 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
       
    37 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
       
    38 set name=org.opensolaris.arc-caseid value=PSARC/2015/501
       
    39 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    40 file path=usr/mysql/5.7/bin/mysql_client_test
       
    41 file path=usr/mysql/5.7/bin/mysql_client_test_embedded
       
    42 file path=usr/mysql/5.7/bin/mysqltest
       
    43 file path=usr/mysql/5.7/bin/mysqltest_embedded
       
    44 file path=usr/mysql/5.7/man/man1/mysql-stress-test.pl.1
       
    45 file path=usr/mysql/5.7/man/man1/mysql-test-run.pl.1
       
    46 file path=usr/mysql/5.7/man/man1/mysql_client_test.1
       
    47 file path=usr/mysql/5.7/man/man1/mysql_client_test_embedded.1
       
    48 file path=usr/mysql/5.7/man/man1/mysqltest.1
       
    49 file path=usr/mysql/5.7/man/man1/mysqltest_embedded.1
       
    50 #
       
    51 license mysql-57.license license=GPLv2
       
    52 
       
    53 # added dependency on mysql-57
       
    54 depend type=require fmri=__TBD pkg.debug.depend.file=usr/mysql/5.7/bin/mysql
       
    55 depend type=require \
       
    56     fmri=database/mysql-57/library@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    57 depend type=require \
       
    58     fmri=database/mysql-57@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)