update to 0.6.39
This commit is contained in:
parent
f256ce218e
commit
dfe6df5b60
@ -1 +1 @@
|
||||
libpst-0.6.38.tar.gz
|
||||
libpst-0.6.39.tar.gz
|
||||
|
14
libpst.spec
14
libpst.spec
@ -1,6 +1,6 @@
|
||||
Summary: Utilities to convert Outlook .pst files to other formats
|
||||
Name: libpst
|
||||
Version: 0.6.38
|
||||
Version: 0.6.39
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/Productivity
|
||||
@ -9,7 +9,14 @@ 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 boost-devel
|
||||
|
||||
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
|
||||
|
||||
|
||||
|
||||
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
@ -148,6 +155,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jun 21 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.39-1
|
||||
- fedora > 10 moved to boost-python-devel
|
||||
|
||||
* Mon Jun 21 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.38-1
|
||||
- add python interface to the shared library.
|
||||
- bump soname to version 4 for many changes to the interface.
|
||||
|
Loading…
Reference in New Issue
Block a user