From 3d40266cda239a64e849b91715e0bfa2def5392d Mon Sep 17 00:00:00 2001 From: Prajwal Mohan Date: Mon, 9 Jul 2012 22:24:29 -0700 Subject: [PATCH] Start packaging the bz2 python module as it is needed for building Qt5 --- packaging/python.changes | 2 ++ packaging/python.spec | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 packaging/python.changes 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 -- 2.7.4