On Tue, Jul 31, 2012 at 11:29:02AM -0400, David Malcolm wrote:
> For python packages that build python 2 and 3 subpackages from one
> shared src.rpm, the current example on
> http://fedoraproject.org/wiki/Packaging:Python#Example_spec_file
> has this fragment:
> %if 0%{?fedora} > 12 || 0%{?rhel
For python packages that build python 2 and 3 subpackages from one
shared src.rpm, the current example on
http://fedoraproject.org/wiki/Packaging:Python#Example_spec_file
has this fragment:
%if 0%{?fedora} > 12 || 0%{?rhel} > 6
%global with_python3 1
...snip...
which was written with the as