components/gzip/gzip.p5m
branchs11u1-sru
changeset 2844 25fca853cb6d
parent 2842 2168e180aa83
--- a/components/gzip/gzip.p5m	Thu Oct 24 13:41:59 2013 +0200
+++ b/components/gzip/gzip.p5m	Thu Oct 24 13:43:51 2013 +0200
@@ -24,23 +24,22 @@
 <transform file path=usr.*/man/.+ -> default mangler.man.stability committed>
 set name=pkg.fmri \
     value=pkg:/compress/gzip@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.summary value="GNU Zip (gzip)"
 set name=pkg.description value="The GNU Zip (gzip) compression utility"
-set name=pkg.summary value="GNU Zip (gzip)"
 set name=com.oracle.info.description value="GNU zip"
 set name=com.oracle.info.tpno value=7913
 set name=info.classification \
     value="org.opensolaris.category.2008:Applications/System Utilities"
 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
-set name=org.opensolaris.arc-caseid \
-    value=PSARC/1999/555
+set name=org.opensolaris.arc-caseid value=PSARC/1999/555
 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
 file path=usr/bin/gunzip
 file path=usr/bin/gzcat
 file path=usr/bin/gzcmp
 file path=usr/bin/gzdiff
+file path=usr/bin/gzegrep
 file path=usr/bin/gzexe
-file path=usr/bin/gzegrep
 file path=usr/bin/gzfgrep
 file path=usr/bin/gzforce
 file path=usr/bin/gzgrep
@@ -62,10 +61,11 @@
 file path=usr/share/man/man1/gzless.1
 file path=usr/share/man/man1/gzmore.1
 file path=usr/share/man/man1/gznew.1
-legacy pkg=SUNWgzip \
-    desc="The GNU Zip (gzip) compression utility" \
+legacy pkg=SUNWgzip desc="The GNU Zip (gzip) compression utility" \
     name="The GNU Zip (gzip) compression utility"
+license gzip.license license="GPLv3, FDLv1.3"
 
-license gzip.license license="GPLv3, FDLv1.3"
+# znew needs GNU chmod.
+depend type=require fmri=__TBD pkg.debug.depend.file=usr/gnu/bin/chmod
 # zgrep needs a version of grep that has the -f command line option.
-depend fmri=system/xopen/xcu4 type=require
+depend type=require fmri=__TBD pkg.debug.depend.file=usr/xpg4/bin/grep