From d3928f27e2048db93d77595e0308aeaf62b1bc20 Mon Sep 17 00:00:00 2001 From: dmalcolm Date: Tue, 27 Jul 2010 00:14:47 +0000 Subject: [PATCH] hack up configure so that it looks for python 2.7 --- libpst.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libpst.spec b/libpst.spec index a947c5b..de60ce2 100644 --- a/libpst.spec +++ b/libpst.spec @@ -1,7 +1,7 @@ Summary: Utilities to convert Outlook .pst files to other formats Name: libpst Version: 0.6.47 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2+ Group: Applications/Productivity Source: http://www.five-ten-sg.com/%{name}/packages/%{name}-%{version}.tar.gz @@ -80,6 +80,8 @@ libpst utilities. %prep %setup -q +# Hack configure so that it looks for python 2.7: +sed -i -e "s|python2.6 python2.5|python2.7 python2.6 python2.5|" configure %build %configure --enable-libpst-shared @@ -147,6 +149,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Jul 26 2010 David Malcolm - 0.6.47-4 +- hack up configure so that it looks for python 2.7 + * Wed Jul 21 2010 David Malcolm - 0.6.47-3 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild