Le Vendredi 13 D�cembre 2002 17:44, Frederic Crozat a �crit :
> > BTW, the razor package has some provisions for rebuilding on older
> > distribution (condiftional build for mdk80). However, they are
> > unsufficient as the export PERL5LIB line in 0nstall stage, as well as the
> > files list still use the %{perl_vendordir} macro, which should be
> > {perl_sitedir} for older distributions. Moreover, the man pages locations
> > also change from %{_mandir}/man3pm to %{_libdir}/perl5/man.
> >
> > And more generally, why does this package support conditional build,
> > while 95% of other mdk packages do not ?
>
> Because it is used on our ISTeam on Mandrake mail server which is still
> running 8.0 :))
Build does it only work (see the previous explanations) ?
I had to correct the file list this way on a 8.2:
%files
%defattr (-, root, root)
%doc INSTALL FAQ README Changes CREDITS
%{_bindir}/*
%{perl_archlib}/perllocal.pod
%{perl_sitearch}/Razor2
%{perl_sitearch}/auto/*
%{_libdir}/perl5/site_perl/5.6.1/Razor2
%{_libdir}/perl5/site_perl/5.6.1/auto/Razor2
%{_libdir}/perl5/man/*/*
%{_datadir}/man/*/*
--
Any cool program always requires more memory than you have.
-- Murphy's Computer Laws n�2