summaryrefslogtreecommitdiff
path: root/macros.in
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2009-10-07 12:09:00 +0300
committerPanu Matilainen <pmatilai@redhat.com>2009-10-07 12:09:00 +0300
commit0a2f3e12d25f0f71496cd2888b91b3399e23ca64 (patch)
tree94647b0ed184a3eb23722d128595845ccb7a2ee9 /macros.in
parent468d5ab6cc1bd83bdef08d34e34d0cafc0c1d33b (diff)
downloadlibrpm-tizen-0a2f3e12d25f0f71496cd2888b91b3399e23ca64.tar.gz
librpm-tizen-0a2f3e12d25f0f71496cd2888b91b3399e23ca64.tar.bz2
librpm-tizen-0a2f3e12d25f0f71496cd2888b91b3399e23ca64.zip
Support passing extra options to dep generator scripts
Diffstat (limited to 'macros.in')
-rw-r--r--macros.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/macros.in b/macros.in
index 6b6469014..da3903278 100644
--- a/macros.in
+++ b/macros.in
@@ -475,7 +475,10 @@ print (t)\
#%__find_obsoletes ???
#
-# Path to scripts to autogenerate per-interpreter package dependencies,
+# Path to scripts to autogenerate per-interpreter package dependencies.
+# If the script supports extra options they can be passed by defining
+# <helper_macro>_opts macro(s), eg in spec:
+# %define __ocaml_requires_opts -i Warnings
#
# Note: Used iff _use_internal_dependency_generator is non-zero. The
# helpers are also used by %{_rpmconfigdir}/rpmdeps {--provides|--requires}.