components/openstack/common/openstack-common.p5m
branchs11-update
changeset 4314 96c1b7e2e45c
child 4669 342ab6111bb5
equal deleted inserted replaced
4313:ab47f4c0c6fc 4314:96c1b7e2e45c
       
     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) 2015, Oracle and/or its affiliates. All rights reserved.
       
    24 #
       
    25 
       
    26 set name=pkg.fmri \
       
    27     value=pkg:/cloud/openstack/openstack-common@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    28 set name=pkg.summary value="OpenStack Common Package"
       
    29 set name=pkg.description \
       
    30     value="Library package for common data structures and functions used by other OpenStack projects within Solaris."
       
    31 set name=pkg.human-version value="Juno $(COMPONENT_VERSION)"
       
    32 set name=info.classification \
       
    33     value="org.opensolaris.category.2008:System/Administration and Configuration" \
       
    34     value="org.opensolaris.category.2008:System/Enterprise Management" \
       
    35     value=org.opensolaris.category.2008:System/Virtualization \
       
    36     value="org.opensolaris.category.2008:Web Services/Application and Web Servers"
       
    37 set name=info.upstream value="OpenStack <[email protected]>"
       
    38 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
       
    39 set name=org.opensolaris.arc-caseid value=PSARC/2013/350 value=PSARC/2015/110 \
       
    40     value=PSARC/2015/233
       
    41 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    42 #
       
    43 file path=usr/lib/python$(PYVER)/vendor-packages/openstack_common.py
       
    44 #
       
    45 # License Note:  This package contains no third-party code but is
       
    46 # licensed under Apache v2.0 like other OpenStack content developed
       
    47 # in-house.  No TPNO is required.
       
    48 #
       
    49 license common.license license="Apache v2.0"