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



--- Comment #10 from Igor Gnatenko <ignate...@redhat.com> ---
> %{?!_pkgdocdir:%global _pkgdocdir %{_docdir}/%{name}}
could be removed

> mkdir -p %{_target_platform}
better to move into %prep

> cp -ap examples %{buildroot}%{_pkgdocdir}
just mark as %doc in -doc subpkg

> pushd %{_target_platform}/tests
> ctest %{?_smp_mflags}
don't pushd to tests, just to _target_platform
add -VV to ctest invocation to easy identify bugs if there
also do popd after

> %{_pkgdocdir}/
mark as %doc

-- 
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://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org

Reply via email to