gcc-6: don't ship info pages
[unleashed-userland.git] / components / python / ldtp / ldtp-PYVER.p5m
blob8c3974ac9b1cd821152a43c31cc032d412c19737
2 # CDDL HEADER START
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.
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.
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]
19 # CDDL HEADER END
21 # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
24 set name=pkg.fmri \
25     value=pkg:/system/desktop/ldtp-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
26 set name=pkg.summary value="Linux Desktop Testing Project"
27 set name=pkg.description \
28     value="LDTP is a test automation framework that can be used to test and improve desktops and desktop applications."
29 set name=com.oracle.info.description \
30     value="ldtp, the Linux Desktop Testing Project for Python"
31 set name=com.oracle.info.tpno value=10015
32 set name=info.classification \
33     value="org.opensolaris.category.2008:Development/Distribution Tools"
34 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
35 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
36 set name=org.opensolaris.arc-caseid value=PSARC/2011/261
37 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
39 link path=usr/bin/ldtp target=ldtp$(PYVER) mediator=python \
40     mediator-version=$(PYVER)
41 file path=usr/bin/ldtp$(PYVER)
42 file path=usr/lib/python$(PYVER)/vendor-packages/ldtp-$(COMPONENT_VERSION)-py$(PYVER).egg-info
43 file path=usr/lib/python$(PYVER)/vendor-packages/ldtp/__init__.py
44 file path=usr/lib/python$(PYVER)/vendor-packages/ldtp/client.py
45 file path=usr/lib/python$(PYVER)/vendor-packages/ldtp/client_exception.py
46 file path=usr/lib/python$(PYVER)/vendor-packages/ldtp/log.py
47 file path=usr/lib/python$(PYVER)/vendor-packages/ldtp/state.py
48 file path=usr/lib/python$(PYVER)/vendor-packages/ldtpd/__init__.py
49 file path=usr/lib/python$(PYVER)/vendor-packages/ldtpd/combo_box.py
50 file path=usr/lib/python$(PYVER)/vendor-packages/ldtpd/constants.py
51 file path=usr/lib/python$(PYVER)/vendor-packages/ldtpd/core.py
52 file path=usr/lib/python$(PYVER)/vendor-packages/ldtpd/generic.py
53 file path=usr/lib/python$(PYVER)/vendor-packages/ldtpd/keypress_actions.py
54 file path=usr/lib/python$(PYVER)/vendor-packages/ldtpd/log.py
55 file path=usr/lib/python$(PYVER)/vendor-packages/ldtpd/menu.py
56 file path=usr/lib/python$(PYVER)/vendor-packages/ldtpd/mouse.py
57 file path=usr/lib/python$(PYVER)/vendor-packages/ldtpd/page_tab_list.py
58 file path=usr/lib/python$(PYVER)/vendor-packages/ldtpd/sequence_step.py
59 file path=usr/lib/python$(PYVER)/vendor-packages/ldtpd/server_exception.py
60 file path=usr/lib/python$(PYVER)/vendor-packages/ldtpd/table.py
61 file path=usr/lib/python$(PYVER)/vendor-packages/ldtpd/text.py
62 file path=usr/lib/python$(PYVER)/vendor-packages/ldtpd/utils.py
63 file path=usr/lib/python$(PYVER)/vendor-packages/ldtpd/value.py
64 file path=usr/lib/python$(PYVER)/vendor-packages/ldtpd/waiters.py
65 file path=usr/lib/python$(PYVER)/vendor-packages/ldtpd/xmlrpc_daemon.py
66 file path=usr/lib/python$(PYVER)/vendor-packages/ldtputils/__init__.py
67 file path=usr/lib/python$(PYVER)/vendor-packages/ooldtp/__init__.py
68 file path=usr/lib/python$(PYVER)/vendor-packages/ooldtp/_context.py
70 license COPYING license=LGPLv2.1
72 # force a dependency on the ldtp package
73 depend type=require \
74     fmri=system/desktop/ldtp@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)