I'm not sure if there's some work around to get RPM to handle having a %doc section span multiple lines in a spec file, which is how the current spec file is written. I've included the patch I had to apply in order to build an RPM. Pat
? spec.patch Index: ethereal.spec.in =================================================================== RCS file: /cvsroot/ethereal/ethereal.spec.in,v retrieving revision 1.2 diff -u -r1.2 ethereal.spec.in --- ethereal.spec.in 2000/01/25 11:14:48 1.2 +++ ethereal.spec.in 2000/04/06 16:40:18 @@ -43,8 +43,8 @@ %files %defattr(-, root, root) %doc AUTHORS COPYING ChangeLog INSTALL NEWS README -README.hpux README.linux README.vmware -README.aix README.irix README.tru64 README.win32 +%doc README.hpux README.linux README.vmware +%doc README.aix README.irix README.tru64 README.win32 %config /etc/manuf /usr/X11R6/bin/ethereal /usr/X11R6/man/man1/ethereal.1
Powered by MHonArc 2.6.10