Mercurial > libpst
changeset 217:5d0358f94031
fedora > 10 moved to boost-python-devel
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sun, 21 Jun 2009 19:35:17 -0700 |
parents | f651085e33e0 |
children | a43d58f1d0dd |
files | ChangeLog NEWS configure.in libpst.spec.in |
diffstat | 4 files changed, 14 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Sun Jun 21 18:05:50 2009 -0700 +++ b/ChangeLog Sun Jun 21 19:35:17 2009 -0700 @@ -1,3 +1,7 @@ +LibPST 0.6.39 (2009-06-21) +=============================== + * fedora > 10 moved to boost-python-devel + LibPST 0.6.38 (2009-06-21) =============================== * add python module interface to the shared library for easy scripting.
--- a/NEWS Sun Jun 21 18:05:50 2009 -0700 +++ b/NEWS Sun Jun 21 19:35:17 2009 -0700 @@ -1,3 +1,4 @@ +0.6.398 2009-06-21 fedora > 10 moved to boost-python-devel 0.6.38 2009-06-21 many changes including shared library soname 0.6.37 2009-04-17 add pst_attach_to_mem() back into the shared library interface. 0.6.36 2009-04-14 build separate -doc and -devel-doc subpackages
--- a/configure.in Sun Jun 21 18:05:50 2009 -0700 +++ b/configure.in Sun Jun 21 19:35:17 2009 -0700 @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT(libpst,0.6.38,carl@five-ten-sg.com) +AC_INIT(libpst,0.6.39,carl@five-ten-sg.com) AC_CONFIG_SRCDIR([src/libpst.c]) AC_CONFIG_HEADER([config.h]) AM_INIT_AUTOMAKE
--- a/libpst.spec.in Sun Jun 21 18:05:50 2009 -0700 +++ b/libpst.spec.in Sun Jun 21 19:35:17 2009 -0700 @@ -9,7 +9,14 @@ 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()")}