From: Panu Matilainen Date: Mon, 1 Feb 2010 11:19:54 +0000 (+0200) Subject: Remove misleading leftover comments from ocaml-dep extractors X-Git-Tag: tznext/4.11.0.1.tizen20130304~2347 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c18d9f962dc4e581a2d1b624ab9c16fa8fd6a2cd;p=tools%2Flibrpm-tizen.git Remove misleading leftover comments from ocaml-dep extractors - ocaml dependency extraction is fully automated, no need to override anything (except perhaps options but that's different) --- diff --git a/scripts/ocaml-find-provides.sh b/scripts/ocaml-find-provides.sh index 007b4ca..a4441cb 100644 --- a/scripts/ocaml-find-provides.sh +++ b/scripts/ocaml-find-provides.sh @@ -6,16 +6,11 @@ #set -x # Usage: -# (1) Add the following to the spec file: -# %define _use_internal_dependency_generator 0 -# %define __find_requires /usr/lib/rpm/ocaml-find-requires.sh -# %define __find_provides /usr/lib/rpm/ocaml-find-provides.sh -# -# (2) If you don't want the module to depend on the exact compiler +# (1) If you don't want the module to depend on the exact compiler # version then use ocaml-find-requires.sh -c, but this is not something # you should do normally. # -# (3) For any modules which you want to ignore, use '-i Modulename'. +# (2) For any modules which you want to ignore, use '-i Modulename'. OCAMLOBJINFO=ocamlobjinfo TEMP=`getopt -o i:f: -n ocaml-find-provides.sh -- "$@"` diff --git a/scripts/ocaml-find-requires.sh b/scripts/ocaml-find-requires.sh index 6ab0fa9..bee3478 100644 --- a/scripts/ocaml-find-requires.sh +++ b/scripts/ocaml-find-requires.sh @@ -6,16 +6,11 @@ #set -x # Usage: -# (1) Add the following to the spec file: -# %define _use_internal_dependency_generator 0 -# %define __find_requires /usr/lib/rpm/ocaml-find-requires.sh -# %define __find_provides /usr/lib/rpm/ocaml-find-provides.sh -# -# (2) If you don't want the module to depend on the exact compiler +# (1) If you don't want the module to depend on the exact compiler # version then use ocaml-find-requires.sh -c, but this is not something # you should do normally. # -# (3) For any modules which you want to ignore, use '-i Modulename'. +# (2) For any modules which you want to ignore, use '-i Modulename'. OCAMLOBJINFO=ocamlobjinfo TEMP=`getopt -o ci:f: -n ocaml-find-requires.sh -- "$@"`