From: Prajwal Mohan Date: Tue, 10 Jul 2012 05:24:29 +0000 (-0700) Subject: Start packaging the bz2 python module as it is needed for building Qt5 X-Git-Tag: 1.0_branch^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3d40266cda239a64e849b91715e0bfa2def5392d;p=profile%2Fivi%2Fpython.git Start packaging the bz2 python module as it is needed for building Qt5 --- diff --git a/packaging/python.changes b/packaging/python.changes new file mode 100644 index 0000000..607eb4b --- /dev/null +++ b/packaging/python.changes @@ -0,0 +1,2 @@ +* Wed Jun 12 2012 - Rusty Lynch - 2.7.1 +- Start packaging the bz2 python module as it is needed for building Qt5 diff --git a/packaging/python.spec b/packaging/python.spec index 60fa7a3..865110b 100644 --- a/packaging/python.spec +++ b/packaging/python.spec @@ -6,7 +6,7 @@ Summary: Python Interpreter Url: http://www.python.org/ Group: Development/Languages/Python %define tarversion %{version} -%define tarname Python-%{tarversion} +%define tarname python-%{tarversion} Source0: %{tarname}.tar.bz2 Source2: pythonstart Source3: python.sh