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=489233 --- Comment #12 from Michael Schwendt <[email protected]> 2009-03-29 06:56:20 EDT --- > I have tried to copy html files into $RPM_BUILD_ROOT%{_datadir}/%{mydocs} Yes, %doc implies a copy-operation only for relative paths. For absolute paths it's an attribute that marks files as being documentation files. To be used by rpm --query --docfiles ... and --install related --excludedocs/--includedocs options. -- 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. _______________________________________________ Fedora-package-review mailing list [email protected] http://www.redhat.com/mailman/listinfo/fedora-package-review
