I am currently following a guide to install Java 1.4 on the CentOS site and was wondering if anyone could help me understand some of the terminology.
It states:
For this example, it will be assumed that the contents of ~/.rpmmacros includes:
%_topdir /home//rpmbuild
%_tmppath %{_topdir}/tmp
Remember to create the ~/rpmbuild/ tree if it has not been created yet, but be aware that your directory is not required to be named "rpmbuild" as in this example (consult your ~/.rpmmacros to know):
Where would ~/.rpmmacros
be located and how would I ensure it contained the two lines beginning %
?
Additionally how would I create the ~/.rpmbuild/ tree?