Remove misleading leftover comments from ocaml-dep extractors
authorPanu Matilainen <pmatilai@redhat.com>
Mon, 1 Feb 2010 11:19:54 +0000 (13:19 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Mon, 1 Feb 2010 11:39:42 +0000 (13:39 +0200)
- ocaml dependency extraction is fully automated, no need to override
  anything (except perhaps options but that's different)

scripts/ocaml-find-provides.sh
scripts/ocaml-find-requires.sh

index 007b4ca..a4441cb 100644 (file)
@@ -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 -- "$@"`
index 6ab0fa9..bee3478 100644 (file)
@@ -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 -- "$@"`