[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: RE : %clean section not processed





On Jan 17, 2008 4:47 AM, <patrice elasri sofrecom com> 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.
Is there really no way at all to enable the %clean section ?

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

[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]