Remove dependencies on Java 7 from metapackages
[unleashed-userland.git] / components / pgagent / pgagent.p5m
blob872987a2667f475f7620ec1902a1a7b773897b0d
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source.  A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2013 Alexander Pyhalov.  All rights reserved.
16 set name=pkg.fmri value=pkg:/database/postgres/pgagent@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
17 set name=pkg.summary value="$(COMPONENT_SUMMARY)"
18 set name=info.classification value=org.opensolaris.category.2008:System/Databases
19 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
20 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
21 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
23 license pgagent.license license="BSD"
25 file files/pgagent.1 path=usr/share/man/man1/pgagent.1
26 file files/pgagent.xml path=lib/svc/manifest/application/database/pgagent.xml restart_fmri=svc:/system/manifest-import:default
28 # We need postgres user
29 depend type=require fmri=database/postgres-common@8.4.18
31 # There is a conflict with earlier pgadmin package
32 depend type=optional fmri=database/postgres/pgadmin@1.18.1
34 <transform file path=usr.*/man/.+ -> default mangler.man.stability committed>
36 dir path=var/postgres/pgagent owner=postgres group=postgres
37 file path=usr/bin/pgagent mode=0555
38 file usr/README path=usr/share/doc/pgagent/README
39 file usr/share/pgagent.sql path=usr/share/pgagent/pgagent.sql
40 file usr/share/pgagent_upgrade.sql path=usr/share/pgagent/pgagent_upgrade.sql