Guillaume Rousse <[EMAIL PROTECTED]> writes: > I'd like to avoid some "mdk-only" side effect of spec-helper: > - automatic requires of perl-base for any perl script, whereas perl-base is a > mdk-only package
This isn't done by spec-helper but by rpm itself and the only way to do it actually is to avoid the automatic find-requires. > - automatic replacement of "echo" commands by "gprint" in service script, > whereas i'm sure this if this function exist outside of mdk (especially for > Suse, which has no /etc/init.d/functions at all) At the end of your %install section, put: DONT_GPRINTIFY=1 export DONT_GPRINTIFY -- Fred - May the source be with you
