hack up configure so that it looks for python 2.7
This commit is contained in:
parent
b0c59c37ed
commit
d3928f27e2
@ -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 <dmalcolm@redhat.com> - 0.6.47-4
|
||||
- hack up configure so that it looks for python 2.7
|
||||
|
||||
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 0.6.47-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user