[Bug 1669793] Review Request: python-vpoller - Distributed vSphere API Proxy

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



--- Comment #11 from Robert-André Mauchin <zebob.m@xxxxxxxxx> ---
 - All right, this fixes it:

%build
%py3_build
PYTHONPATH=../src SPHINXBUILD=sphinx-build-3 SPHINXOPTS=%{_smp_mflags}
%make_build -C docs html
rm -rf docs/_build/html/.{doctrees,buildinfo}

# wrong-script-interpreter
grep -rl "/usr/bin/env" | xargs chmod 0644
grep -rl "/usr/bin/env" | xargs sed -i "s|#!/usr/bin/env |/usr/bin/|"

%install
%py3_install

# manpages
install -d %{buildroot}%{_mandir}/man1
for suffix in client proxy worker ; do
PYTHONPATH=%{buildroot}%{python3_sitelib} help2man --no-discard-stderr \
           -o %{buildroot}%{_mandir}/man1/%{modname}-${suffix}.1 \
           %{buildroot}%{_bindir}/%{modname}-${suffix}
done

-- 
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@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx




[Index of Archives]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite Conditions]     [KDE Users]

  Powered by Linux