From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:0.9.2) Gecko/20010726 Netscape6/6.1 Description of problem: The files - /usr/lib/kde2/libkdeprint_cups.so- /usr/lib/kde2/libkdeprint_cups.la are not included, but configured to be there, in kdelibs-2.2. This gives an error message every time, a kde print dialog is opened and if the printing system is cups, the printers are not listed (except the special "file" printers). Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. open konquerer 2. press the print button Actual Results: There will apear a MessageBox, saying, that libkdeprint could not be found and there are no diagnostics. Expected Results: The printer dialog comes up without MessageBoxes and the cups-provided printers are selectable. Additional info: THIS BUG IS FOR THE KDELIBS PACKAGE FROM KDE 2.2 AVAILABLE FROM ftp.kde.org
We don't ship cups, so we can't link to libcups, and therefore can't build the cups plugin. If/When we start shipping cups, it'll be added. In the mean time, simply download the source RPM, replace "%define cups %{nil}" with "%define cups cups", and rebuild. It's as simple as that.