K. Richard Pixley wrote:
Howard Johnson wrote:Aha, gotcha. Try this: rpmbuild --define "_sourcedir $(SOURCEDIR)" \ --define "_builddir $(BUILDDIR)" \ --define "_srcrpmdir $(SRCRPMDIR)" \ --define "_rpmdir $(RPMDIR)" \ <other args> Fedora uses that set of defines in it's makefiles.Excellent! Thank you. Can I get rid of the superfluous i386/ also? --rich
You should be able to by redefining another macro or two. A quick grep suggests _build_name_fmt might be a good one to try. Look at the definition of it in /usr/lib/rpm/macros, cos it's the full rpm filename, not just the dir.
-- Howard Johnson