https://bugzilla.redhat.com/show_bug.cgi?id=1015162
Peter Lemenkov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |[email protected] Assignee|[email protected] |[email protected] --- Comment #2 from Peter Lemenkov <[email protected]> --- Few remarks: * Remove %clean section, and "rm -rf $RPM_BUILD_ROOT" in the %install section - I doubt we're targeting pre-F12/pre-RHEL7 systems. * Remove "%defattr(-,root,root,-)" in the %files section - no longer needed (since RHEL5/Fedora Core 6). * You may use "autoreconf -ivf" instead of "autoreconf -v --install || exit 1" * The following files should be marked as %doc in the %file section - COPYING, README. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ package-review mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/package-review
