Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=549366 --- Comment #15 from Andrea Musuruane <musuruan@xxxxxxxxx> 2010-03-27 15:10:45 EDT --- (In reply to comment #14) > I have to solve difficult issue # 3 on comment # 11 > I stopped at this point, i need help. I'll try to explain it better. In the %install section, remove the INSTALL file: rm %{_docdir}/%{name}-%{version}/INSTALL Replace this line in the %files section: %doc COPYING AUTHORS ChangeLog README With the following line: %doc %{_docdir}/%{name}-%{version} You can check what files are marked as documentation in the RPM with: rpm -qpd <package_name> That's it :-) -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- 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