In fact, it seems that the %__spec_clean_post needs to be set instead of %__spec_clean_body.
-----Message d'origine-----
On Jan 17, 2008 4:47 AM, <patrice.elasri@xxxxxxxxxxxx> wrote: In fact, I'm using the
%{buildroot}.tmp as a temporary working directory to store especially my own
find_requires script (including "%{__cat} >/dev/null") and a
env.sh shell script, used to pass some environment variables between the
building scriptlets. So my %clean section removes both %{buildroot} and
%{buildroot}.tmp directories.
The %clean section has been refactor'd to be part of build configuration rather than package recipe.
Override this macro in your specfile if you want to change what %clean does in rpm-4.4.7 and later (the default value, simplified, is included): %define __spec_clean_body rm -rf %{buildroot};
There are likelier better ways than %{buildroot}.tmp to carry custom dependency filters, but I'll leave the packaging style choices to you.
73 de Jeff |
_______________________________________________ Rpm-list mailing list Rpm-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/rpm-list