rebuild with python3.2

http://lists.fedoraproject.org/pipermail/devel/2010-August/141368.html
This commit is contained in:
Thomas Spura 2010-08-25 17:39:32 +02:00
parent fd8e61f456
commit 74037c590c

View File

@ -1,11 +1,13 @@
%if 0%{?fedora} > 12 || 0%{?rhel} > 6
%global with_python3 1
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print (get_python_lib())")}
%endif
Name: python-ply
Summary: Python Lex-Yacc
Version: 3.3
Release: 3%{?dist}
Release: 4%{?dist}
License: BSD
Group: System Environment/Libraries
URL: http://www.dabeaz.com/ply/
@ -113,6 +115,11 @@ rm -rf $RPM_BUILD_ROOT
%endif # with_python3
%changelog
* Wed Aug 25 2010 Thomas Spura <tomspur@fedoraproject.org> - 3.3-4
- update to most recent python packaging guidelines
- rebuild with python3.2
http://lists.fedoraproject.org/pipermail/devel/2010-August/141368.html
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 3.3-3
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild