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



--- Comment #16 from Antonio Trande <anto.tra...@gmail.com> ---
(In reply to Andreas Schneider from comment #15)
> So I would prefer not to have them on EPEL.

You don't need BuildRoot and

%if 0%{?rhel} && 0%{?rhel} <= 5
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from
distutils.sysconfig import get_python_lib; print(get_python_lib())")}
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from
distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
%endif

anymore.
Not even of the '%if 0%{?fedora}' conditional line for fdupes and %{buildroot}
cleaning in %install section.

-- 
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