On Thu, Oct 04, 2007 at 12:50:13PM +0200, pingou wrote: > >R CMD INSTALL %{packname} -l %{buildroot}%{_datadir}/R/library > to something like > >R CMD INSTALL --preclean %{packname} -l %{buildroot}%{_datadir}/R/library > > I have the feeling that it will not solve the problems of the two > libraries, but I might help to clean before updated... What is cleaned in that case? Things below 1. %{buildroot}%{_datadir}/R/library or 2. %{_datadir}/R/library Or 3. in source? In case 1. I can't see the interest of doing it, in case 2. it is very wrong, and in case 3. I also can't see what it would be needed for. Doing it in pre script may have more sense, but once again the user should do it by hand, it shouldn't be automatic. -- Pat