reenabled with_python3

This commit is contained in:
smilner 2010-04-23 17:22:52 +00:00
parent 9faf8bd9dc
commit d30218c903

View File

@ -1,10 +1,10 @@
%global with_python3 0
%global with_python3 1
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name: python-pygments
Version: 1.3.1
Release: 3%{?dist}
Release: 4%{?dist}
Summary: A syntax highlighting engine written in Python
Group: Development/Libraries
@ -96,6 +96,9 @@ rm -rf $RPM_BUILD_ROOT
%endif # with_python3
%changelog
* Fri Apr 23 2010 Steve 'Ashcrow' Milner <me@stevemilner.org> - 1.3.1-4
- switched with_python3 back to 1
* Fri Apr 23 2010 David Malcolm <dmalcolm@redhat.com> - 1.3.1-3
- add python3 subpackage (BZ#537244), ignoring soft-dep on imaging for now