https://bugzilla.redhat.com/show_bug.cgi?id=1035661



--- Comment #9 from Michael Schwendt <bugs.mich...@gmx.net> ---
> mv doc/ html/

Please don't do that. It modifies the build dir contents and breaks
short-circuit builds. Here repeated calls of "rpmbuild --short-circuit -bi
luajit.spec". Even if you don't use any short-circuit builds, other packages
do, so please don't break them.

Solution: Create a temporary copy of the dir.

  …

  rm -rf _tmp_html ; mkdir _tmp_html
  cp -a doc _tmp_html/html

  …

  %files devel
  %doc _tmp_html/html/

  …

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to