pkg/transforms/defaults
author Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
Fri, 28 Oct 2011 14:17:15 -0700
changeset 1222 173311eab39b
parent 1172 4597acbe535f
child 1261 3b92d1254188
permissions -rw-r--r--
7105831 s11u1 builds should be more reliable

#
# Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice (including the next
# paragraph) shall be included in all copies or substantial portions of the
# Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
# DEALINGS IN THE SOFTWARE.
#

#
# programs & shared objects should generally have mode 0555
#
<transform file path=.*lib/.*\.so.* -> default mode 0555>
<transform file path=.*bin/.* -> default mode 0555>
<transform file path=lib/svc/method/.* -> default mode 0555>

#
# a few special directories are owned by specific groups
#
<transform dir path=etc/hal.* -> default group bin>
<transform dir path=etc.* -> default group sys>
<transform dir file path=lib/svc/manifest -> default group sys>
<transform dir path=usr/share/(aclocal|doc|locale|pixmaps)$ -> \
	default group other>
<transform dir path=usr/share/icons -> default group other>

#
# For what's left, go with root:bin 0444 for files, 0755 for directories
#
<transform file dir -> default owner root>
<transform file dir -> default group bin>
<transform file -> default mode 0444>
<transform dir -> default mode 0755>

#
# Defaults for legacy metadata for SVR4 package information
#
<transform legacy -> default vendor "OpenSolaris">
<transform legacy -> default hotline \
	"Please contact your local service provider">
<transform legacy -> default arch $(ARCH)>
<transform legacy -> default category "system">
# This is set to the final version number delivered as SVR4 format
<transform legacy -> default version "6.9.0.5.11.14300,REV=0.2010.06.21">

# Ensure we don't accidentally list dependencies on gcc-4 runtime libraries
# if they're installed on build systems, since we always build with gcc-3
# Also works around https://defect.opensolaris.org/bz/show_bug.cgi?id=19009
<transform file -> add pkg.depend.bypass-generate usr/gcc/4.*>
<transform file -> add pkg.depend.bypass-generate usr/lib(.*)/libgcc_s.so.1>
<transform file -> add pkg.depend.bypass-generate usr/lib(.*)/libstdc\\+\\+\\.so.*>

#
# These aren't really transforms, but are valid defaults for
# current packages, but not the renamed/obsolete ones, which is
# why they're in this file instead of common_actions
#

license cr_Oracle license="Oracle Copyright Notice"