diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-02-18 10:35:21 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-02-18 10:35:21 +0200 |
commit | 11ed0f75feb790287fbf7013c80a526e38dbbfe4 (patch) | |
tree | 0994a956487b4235f2ad82e405b7d056ec8a4ab3 /macros.in | |
parent | d72cc38d3063343e5fb7306b473861e0f008032a (diff) | |
download | librpm-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.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} |