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



--- Comment #11 from Igor Gnatenko <[email protected]> ---
(In reply to Michael Schwendt from comment #9)
> > 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/
> 
>   …

Thank you! Fixed.

New SPEC: http://ignatenkobrain.fedorapeople.org/for-review/luajit.spec
New SRPM:
http://ignatenkobrain.fedorapeople.org/for-review/luajit-2.0.2-5.fc20.src.rpm

-- 
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
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to