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=620385 --- Comment #5 from Martin Gieseking <martin.gieseking@xxxxxx> 2010-08-31 08:09:26 EDT --- (In reply to comment #4) > So far as I can see, it's > not actually referred to in any of the individual Makefiles. Yes, you're right. The BED tools don't seem to require any of the curl sources. Nonetheless, it's probably a good idea to remove them, just to ensure they're not linked. > BEDTools.src:32: W: rpm-buildroot-usage %prep rm -rf > %{buildroot}/src/utils/curl > $RPM_BUILD_ROOT should not be touched during %build or %prep stage, as it may > break short circuit builds. rpmlint is correct here. :) Simply replace "rm -rf %{buildroot}/src/utils/curl" with "rm -rf src/utils/curl" to remove the curl folder. Directory %{buildroot} only contains the installed folders and files that are going to be added to the final package(s), i.e. the files installed in %install. The remaining rpmlint warnings can be ignored as long as no manpages are available. -- 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