From: Tony G. <Ton...@Su...> - 2005-03-09 15:26:25
|
Tim Waugh <tw...@re...> writes: > I just got a link error from rebuilding xmlroff 0.3.2, and it was due > to the pangoxsl RPM spec file missing this line in the file manifest > for the devel package: > > %{_libdir}/*.so I'm afraid that RPM spec files are just voodoo to me (and not my favourite form of voodoo at that). If it weren't for you, we wouldn't have them at all. Thank you for your interest in providing and using the RPM spec files. Can you now verify whether the patch below adds the incantation in the right place? Regards, Tony. Index: pangoxsl.spec.in =================================================================== RCS file: /cvsroot/pangopdf/pangoxsl/pangoxsl.spec.in,v retrieving revision 1.2 retrieving revision 1.3 diff -r1.2 -r1.3 58a59 > %{_libdir}/*.so 63a65,67 > * Wed Mar 09 2005 Tony Graham <ton...@us...> > - Added missing *.so to 'files devel' (Tim Waugh) > |