update to 0.6.41
This commit is contained in:
parent
2511def5ad
commit
600d4d36e8
@ -1 +1 @@
|
||||
libpst-0.6.40.tar.gz
|
||||
libpst-0.6.41.tar.gz
|
||||
|
16
libpst.spec
16
libpst.spec
@ -1,6 +1,6 @@
|
||||
Summary: Utilities to convert Outlook .pst files to other formats
|
||||
Name: libpst
|
||||
Version: 0.6.40
|
||||
Version: 0.6.41
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/Productivity
|
||||
@ -9,15 +9,7 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXX
|
||||
URL: http://www.five-ten-sg.com/%{name}/
|
||||
Requires: ImageMagick
|
||||
Requires: %{name}-libs = %{version}-%{release}
|
||||
|
||||
BuildRequires: ImageMagick freetype-devel gd-devel libjpeg-devel zlib-devel python-devel
|
||||
%if 0%{?fedora} > 10
|
||||
BuildRequires: boost-python-devel
|
||||
%else
|
||||
BuildRequires: boost-devel
|
||||
%endif
|
||||
|
||||
|
||||
BuildRequires: ImageMagick freetype-devel gd-devel libjpeg-devel zlib-devel python-devel boost-devel
|
||||
|
||||
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||
@ -154,6 +146,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jun 23 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.41-1
|
||||
- fix ax_python detection - should not use locate command
|
||||
- checking for fedora versions is not needed
|
||||
|
||||
* Tue Jun 23 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.40-1
|
||||
- fedora 11 has python2.6
|
||||
- remove pdf version of the man pages
|
||||
|
Loading…
Reference in New Issue
Block a user