summaryrefslogtreecommitdiff
path: root/macros.in
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-02-18 10:35:21 +0200
committerPanu Matilainen <pmatilai@redhat.com>2010-02-18 10:35:21 +0200
commit11ed0f75feb790287fbf7013c80a526e38dbbfe4 (patch)
tree0994a956487b4235f2ad82e405b7d056ec8a4ab3 /macros.in
parentd72cc38d3063343e5fb7306b473861e0f008032a (diff)
downloadlibrpm-tizen-11ed0f75feb790287fbf7013c80a526e38dbbfe4.tar.gz
librpm-tizen-11ed0f75feb790287fbf7013c80a526e38dbbfe4.tar.bz2
librpm-tizen-11ed0f75feb790287fbf7013c80a526e38dbbfe4.zip
Script/interpreter terminology renaming
- No functional changes, just making more obvious mapping between attributes and the dependency extractor names. This also leaves the term "interpreter" free for use for the actual interpreters, such as interpreter(python) provides if we go that way (ticket #136).
Diffstat (limited to 'macros.in')
-rw-r--r--macros.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros.in b/macros.in
index 063b1d952..6f4af7ff1 100644
--- a/macros.in
+++ b/macros.in
@@ -486,7 +486,7 @@ print (t)\
#%__perl_provides %{_rpmconfigdir}/perldeps.pl --provides
#%__perl_requires %{_rpmconfigdir}/perldeps.pl --requires
-%__interpreter_requires %{_rpmconfigdir}/interpreter.req
+%__script_requires %{_rpmconfigdir}/script.req
%__elf_provides %{_rpmconfigdir}/elfdeps --provides %{?__filter_GLIBC_PRIVATE:--filter-private}
%__elf_requires %{_rpmconfigdir}/elfdeps --requires %{?__filter_GLIBC_PRIVATE:--filter-private}