Re: Minor change to with_python3 conditions in specfiles

2012-07-31 Thread Toshio Kuratomi
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

Minor change to with_python3 conditions in specfiles

2012-07-31 Thread David Malcolm
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