diff --git a/python-docutils.spec b/python-docutils.spec index 9139cb9..f2be447 100644 --- a/python-docutils.spec +++ b/python-docutils.spec @@ -3,7 +3,7 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %endif -%if 0%{?fedora} || 0%{?rhel} > 6 +%if 0%{?fedora} %global with_python3 1 %endif @@ -11,7 +11,7 @@ Name: python-%{srcname} Version: 0.10 -Release: 0.1.20120730svn7490%{?dist} +Release: 0.2.20120730svn7490%{?dist} Summary: System for processing plaintext documentation Group: Development/Languages @@ -160,6 +160,9 @@ rm -rf %{buildroot} %{python3_sitelib}/* %changelog +* Fri Aug 3 2012 David Malcolm - 0.10-0.2.20120730svn7490 +- remove rhel logic from with_python3 conditional + * Mon Jul 30 2012 Toshio Kuratomi - 0.10-0.1.20120730svn7490 - Update to snapshot that's supposed to take care of the date directive unicode problem in a different way