Hi,

I tried create Xerces-C RPM package on my SuSE 9.1 box, and get error: *Installed (but unpackaged) file(s) found* for libxerces-depdom.so.26.0

This problem can be solved by adding one line to SPEC file:

%files
%defattr(755,root,root)
%{prefix}/bin/*
%{prefix}/lib/libxerces-c.so*
%{prefix}/lib/libxerces-depdom.so*         # <= Add this line !


Bye, Lumir Vanek KXML Editor developer http://www.valachnet.cz/lvanek


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to