remove rhel logic from with_python3 conditional

This commit is contained in:
David Malcolm 2012-08-03 12:06:48 -04:00
parent b2adc5cbc5
commit a9aed37a00

View File

@ -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 <dmalcolm@redhat.com> - 0.10-0.2.20120730svn7490
- remove rhel logic from with_python3 conditional
* Mon Jul 30 2012 Toshio Kuratomi <toshio@fedoraproject.org> - 0.10-0.1.20120730svn7490
- Update to snapshot that's supposed to take care of the date directive unicode
problem in a different way