# # RPM macro for pkg-buildrequires. # # (c) 2007 SUSE LINUX # Author: Stanislav Brabec # # Usage: # # Preamble: # %pkg_buildrequires_configure instead of %configure %pkg_buildrequires_configure() \ export PKG_BUILDREQUIRES_CHECKSUM=%{pkg_buildrequires_checksum}\ CONFIGURE='%configure'\ # FIXME: expands arguments:\ eval "${CONFIGURE/\\.\\/configure/pkg-buildrequires-wrap .\/configure}"