update to 0.6.38
This commit is contained in:
parent
4d9514233b
commit
f256ce218e
@ -1 +1 @@
|
|||||||
libpst-0.6.37.tar.gz
|
libpst-0.6.38.tar.gz
|
||||||
|
41
libpst.spec
41
libpst.spec
@ -1,6 +1,6 @@
|
|||||||
Summary: Utilities to convert Outlook .pst files to other formats
|
Summary: Utilities to convert Outlook .pst files to other formats
|
||||||
Name: libpst
|
Name: libpst
|
||||||
Version: 0.6.37
|
Version: 0.6.38
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/Productivity
|
Group: Applications/Productivity
|
||||||
@ -9,7 +9,12 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXX
|
|||||||
URL: http://www.five-ten-sg.com/%{name}/
|
URL: http://www.five-ten-sg.com/%{name}/
|
||||||
Requires: ImageMagick
|
Requires: ImageMagick
|
||||||
Requires: %{name}-libs = %{version}-%{release}
|
Requires: %{name}-libs = %{version}-%{release}
|
||||||
BuildRequires: ImageMagick freetype-devel gd-devel libjpeg-devel zlib-devel
|
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)")}
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The Libpst utilities include readpst which can convert email messages
|
The Libpst utilities include readpst which can convert email messages
|
||||||
@ -28,6 +33,17 @@ The libpst-libs package contains the shared library used by the pst
|
|||||||
utilities.
|
utilities.
|
||||||
|
|
||||||
|
|
||||||
|
%package python
|
||||||
|
Summary: Python bindings for libpst
|
||||||
|
Group: Development/Libraries
|
||||||
|
Requires: python
|
||||||
|
Requires: %{name}-libs = %{version}-%{release}
|
||||||
|
|
||||||
|
%description python
|
||||||
|
The libpst-python package allows you to use the libpst shared object
|
||||||
|
from python code.
|
||||||
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Library links and header files for libpst application development
|
Summary: Library links and header files for libpst application development
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -100,18 +116,25 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/libpst.so.*
|
%{_libdir}/libpst.so.*
|
||||||
|
|
||||||
|
|
||||||
%files devel-doc
|
%files python
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_datadir}/doc/%{name}-%{version}/devel/
|
%{python_sitearch}/_*.so
|
||||||
|
%exclude %{python_sitearch}/*.a
|
||||||
|
%exclude %{python_sitearch}/*.la
|
||||||
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_libdir}/libpst.so
|
%{_libdir}/libpst.so
|
||||||
%{_includedir}/%{name}-2/
|
%{_includedir}/%{name}-4/
|
||||||
%{_libdir}/pkgconfig/libpst.pc
|
%{_libdir}/pkgconfig/libpst.pc
|
||||||
|
|
||||||
|
|
||||||
|
%files devel-doc
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%{_datadir}/doc/%{name}-%{version}/devel/
|
||||||
|
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%dir %{_datadir}/doc/%{name}-%{version}/
|
%dir %{_datadir}/doc/%{name}-%{version}/
|
||||||
@ -125,6 +148,14 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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.
|
||||||
|
- better decoding of recurrence data in appointments.
|
||||||
|
- remove readpstlog since debug log files are now plain text.
|
||||||
|
- add readpst -j option for parallel jobs for each folder.
|
||||||
|
- make nested mime multipart/alternative to hold the text/html parts.
|
||||||
|
|
||||||
* Fri Apr 17 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.37-1
|
* Fri Apr 17 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.37-1
|
||||||
- add pst_attach_to_mem() back into the shared library interface.
|
- add pst_attach_to_mem() back into the shared library interface.
|
||||||
- fix memory leak caught by valgrind.
|
- fix memory leak caught by valgrind.
|
||||||
|
Loading…
Reference in New Issue
Block a user