Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
Summary: Merge Review: xorg-x11-proto-devel https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=226641 ------- Additional Comments From [EMAIL PROTECTED] 2007-03-01 15:50 EST ------- %doc is a magic macro interpreted by RPM during the build process. If it is present, rpm, after the %install, %brp-compress, etc. processes, does: cd <build dir> mkdir -p $RPM_BUILD_ROOT/%{_datadir}/doc/%{name}-%{version} cp -p <all things listed in %doc> $RPM_BUILD_ROOT/%{_datadir}/doc/%{name}-%{version} It then marks all these files as 'documentation' in the package header. So, all paths in %doc are relative to the rpm build directory (exploded source tree). -- Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. _______________________________________________ Fedora-package-review mailing list [email protected] http://www.redhat.com/mailman/listinfo/fedora-package-review
