On Fri, May 20, 2005 at 01:28:23PM -0400, Kolev, Nik wrote: >Can I tell rpmbuild (preferebly as a command line option) to look for >the .rpmmacros file in a different directory than my home directory. > >something like: > >rpmbuild --<option> <path to .rpmmaros file> I usually kludge this by just setting HOME= to the location of the .rpmmacros file. You also could specify an alternate location to look for rpmrc files via the --rcfile option and then include a "macrofiles:" clause in the new rpmrc file. cgf