macros   macros 
#/*! \page config_macros Default configuration: /usr/lib/rpm/macros #/*! \page config_macros Default configuration: /usr/lib/rpm/macros
# \verbatim # \verbatim
# #
# $Id: macros.in,v 1.39.2.15 2011/08/30 12:17:28 jbj Exp $ # $Id: macros.in,v 1.39.2.18 2011/09/13 01:12:51 jbj Exp $
# #
# This is a global RPM configuration file. All changes made here will # This is a global RPM configuration file. All changes made here will
# be lost when the rpm package is upgraded. Any per-system configuration # be lost when the rpm package is upgraded. Any per-system configuration
# should be added to %{_etcrpm}/macros, while per-user configuration should # should be added to %{_etcrpm}/macros, while per-user configuration should
# be added to ~/.rpmmacros. # be added to ~/.rpmmacros.
# #
#========================================================================== ==== #========================================================================== ====
# Macro naming conventions: # Macro naming conventions:
# #
# Macros that begin with an underscore are "local" in the sense that # Macros that begin with an underscore are "local" in the sense that
# they (if used) will not be exported in rpm headers. Some macros # they (if used) will not be exported in rpm headers. Some macros
# that don't start with an underscore (but look like they should) # that don't start with an underscore (but look like they should)
# are compatible with macros generated by rpm-2.5.x and will be made # are compatible with macros generated by rpm-2.5.x and will be made
# more consistent in a future release. # more consistent in a future release.
# #
%_rpmversion 5.4.2 %_rpmversion 5.4.3
#========================================================================== ==== #========================================================================== ====
# ---- A macro that expands to nothing. # ---- A macro that expands to nothing.
# #
%nil %{!?nil} %nil %{!?nil}
#========================================================================== ==== #========================================================================== ====
# ---- filesystem macros. # ---- filesystem macros.
# #
%_usr /usr %_usr /usr
skipping to change at line 70 skipping to change at line 70
%__awk gawk %__awk gawk
%__bash /bin/bash %__bash /bin/bash
%__bzip2 /usr/bin/bzip2 %__bzip2 /usr/bin/bzip2
%__cat /bin/cat %__cat /bin/cat
%__chgrp /bin/chgrp %__chgrp /bin/chgrp
%__chmod /bin/chmod %__chmod /bin/chmod
%__chown /bin/chown %__chown /bin/chown
%__cpio /bin/cpio %__cpio /bin/cpio
%__curl /usr/bin/curl %__curl /usr/bin/curl
%__cvs /usr/bin/cvs %__cvs /usr/bin/cvs
%__db_archive /usr/bin/db51_archive %__db_archive /usr/bin/db52_archive
%__db_checkpoint /usr/bin/db51_checkpoint %__db_checkpoint /usr/bin/db52_checkpoint
%__db_dump /usr/bin/db51_dump %__db_deadlock /usr/bin/db52_deadlock
%__db_load /usr/bin/db51_load %__db_dump /usr/bin/db52_dump
%__db_log_verify /usr/bin/db51_log_verify %__db_hotbackup /usr/bin/db52_hotbackup
%__db_printlog /usr/bin/db51_printlog %__db_load /usr/bin/db52_load
%__db_recover /usr/bin/db51_recover %__db_log_verify /usr/bin/db52_log_verify
%__db_stat /usr/bin/db51_stat %__db_printlog /usr/bin/db52_printlog
%__db_upgrade /usr/bin/db51_upgrade %__db_recover /usr/bin/db52_recover
%__db_verify /usr/bin/db51_verify %__db_replicate /usr/bin/db52_replicate
%__db_stat /usr/bin/db52_stat
%__dbsql /usr/bin/db52_stat
%__db_sql_codegen /usr/bin/db52_stat
%__db_tuner /usr/bin/db52_stat
%__db_upgrade /usr/bin/db52_upgrade
%__db_verify /usr/bin/db52_verify
%__diff /usr/bin/diff %__diff /usr/bin/diff
%__ditto %{_bindir}/ditto %__ditto %{_bindir}/ditto
%__file /usr/bin/file %__file /usr/bin/file
%__git /usr/bin/git %__git /usr/bin/git
%__gpg /usr/bin/gpg2 %__gpg /usr/bin/gpg2
%__gsr %{_bindir}/gsr %__gsr /usr/bin/gsr
%__gzip /bin/gzip %__gzip /bin/gzip
%__hg /usr/bin/hg %__hg /usr/bin/hg
%__id /usr/bin/id %__id /usr/bin/id
%__install /usr/bin/install %__install /usr/bin/install
%__install_info /sbin/install-info %__install_info /sbin/install-info
%__ldconfig /sbin/ldconfig %__ldconfig /sbin/ldconfig
%__ln /bin/ln %__ln /bin/ln
%__ln_s ln -s %__ln_s ln -s
%__lzip /usr/bin/lzip
%__lrzip /usr/bin/lrzip
%__lzma /usr/bin/lzma %__lzma /usr/bin/lzma
%__lzop /usr/bin/lzop %__lzop /usr/bin/lzop
%__make /usr/bin/make %__make /usr/bin/make
%make %{__make} %make %{__make}
%__mkdir /bin/mkdir %__mkdir /bin/mkdir
%__mkdir_p /bin/mkdir -p %__mkdir_p /bin/mkdir -p
%__mongo /usr/bin/mongo %__mongo /usr/bin/mongo
%__mv /bin/mv %__mv /bin/mv
%__patch /usr/bin/patch %__patch /usr/bin/patch
%__pax /usr/bin/pax %__pax /usr/bin/pax
skipping to change at line 912 skipping to change at line 920
%_target_cpu %{_host_cpu} %_target_cpu %{_host_cpu}
%_target_vendor %{_host_vendor} %_target_vendor %{_host_vendor}
%_target_os %{_host_os} %_target_os %{_host_os}
#------------------------------------------------------------------------ #------------------------------------------------------------------------
# lua macros # lua macros
# #
#%rpm_license_check %{expand:%%define rpm_license_check %{lua:\ #%rpm_license_check %{expand:%%define rpm_license_check %{lua:\
#f = io.open("/dev/tty", "w")\ #f = io.open("/dev/tty", "w")\
#if f then\ #if f then\
# f:write ("\\nJust checking to see who is using rpm-5.4.2.\\nThe RPM Pa ckage Manager license is LGPL, as always.\\nRelax ...\\n")\ # f:write ("\\nJust checking to see who is using rpm-5.4.3.\\nThe RPM Pa ckage Manager license is LGPL, as always.\\nRelax ...\\n")\
# f:close()\ # f:close()\
#end\ #end\
#}1}%{rpm_license_check} #}1}%{rpm_license_check}
#------------------------------------------------------------------------ #------------------------------------------------------------------------
# executable(...) configuration. # executable(...) configuration.
# #
# Path to scripts to autogenerate executable(foo) script dependencies, # Path to scripts to autogenerate executable(foo) script dependencies,
# #
# Note: Used iff _use_internal_dependency_generator is non-zero. The # Note: Used iff _use_internal_dependency_generator is non-zero. The
 End of changes. 6 change blocks. 
14 lines changed or deleted 22 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/