[Fedora-r-devel-list] R2spec kibitzing.

José Matos jamatos at fc.up.pt
Fri Sep 18 16:38:49 UTC 2009


On Tuesday 15 September 2009 Allen S. Rout wrote:
> There, I ran (as root): 
> 
> # clear; R2spec  -n "Allen S. Rout" -e
>  "asr at ufl.edu"  -c   --force  --suggests  --verbose  --package  ggplot2

Don't run this script as root, use if necessary another account and set your 
own ~/.rpmmacros

Mine is like this:
%_topdir                /home/jamatos/grifo/
%_tmppath               /tmp/rpmbuild
%_builddir              %{_tmppath}

%_rpmtopdir             %{_topdir}/build/%{name}
%_sourcedir             %{_rpmtopdir}
%_specdir               %{_rpmtopdir}
%_rpmdir                %{_rpmtopdir}
%_srcrpmdir             %{_rpmtopdir}

%_rpmfilename           %%{name}-%%{version}-%%{release}.%%{arch}.rpm

%_smp_mflags            -j3
%debug_package          %{nil}

I like to have all the rpms in the same directory that is why all those dirs 
above are equal.
-- 
José Abílio




More information about the Fedora-r-devel-list mailing list