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



--- Comment #5 from Raphael Groner <projects...@smart.ms> ---
You can use a build conditional for doc:
   %bcond_without docs
   ...
   %if %{with docs}
   %package doc
   ...
   %endif
   ...
   %build
   %if %{with docs}
   ...
   make %{?_smp_mflags} docs
   %endif
   ...
   %if %{with docs}
   %files doc
   ...
   %endif

-- 
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
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org

Reply via email to