Product: Fedora https://bugzilla.redhat.com/show_bug.cgi?id=871216 --- Comment #27 from Gustav Gonzalez <xtingray@xxxxxxxxx> --- Please! I need some help with this issue... When I run the rpmlint command for the RPM file, I got many messages like this: tupi-debuginfo.x86_64: W: hidden-file-or-dir /usr/src/debug/tupi-0.2/src/shell/.moc But if I add this line to the SPEC file: find ./ -type d \( -name ".obj" -o -name ".moc" \) -print0 | xargs -0 /bin/rm -rf The rpmlint command prints "0" errors (which is good), but I got a lot of messages like this while the rpmbuild command is running: cpio: tupi-0.2/src/components/animation/.moc/moc_tupanimationarea.cpp: Cannot stat: No such file or directory I have been trying to put the "find" line in several places of the SPEC file with no luck. How do I deal with the .moc directories created by the Qt compilation process? Any hint? Thanks! -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review