how do you disable rpm from fetching sources?
from build/parsePrep.c i see such macros, but defining them to %{nil} had no effect.

    if (sp->flags & RPMFILE_SOURCE) {
        Rmacro = "%{?_Rsourcedir}/";
    } else
    if (sp->flags & RPMFILE_PATCH) {
        Rmacro = "%{?_Rpatchdir}/";
    } else
    if (sp->flags & RPMFILE_ICON) {
        Rmacro = "%{?_Ricondir}/";
    } else
        continue;

--
glen

_______________________________________________
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en

Reply via email to