Name: libpst Version: 0.6.49 Release: 2mamba Summary: A library for the conversion of Outlook and Outlook Express data files to Linux MBOX format Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://www.five-ten-sg.com/libpst/ Source: http://www.five-ten-sg.com/libpst/packages/libpst-%{version}.tar.gz License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libexpat-devel BuildRequires: libfontconfig-devel BuildRequires: libfreetype-devel BuildRequires: libgcc BuildRequires: libgd-devel BuildRequires: libjpeg-devel BuildRequires: libpng-devel BuildRequires: libpython-devel BuildRequires: libstdc++6-devel BuildRequires: libX11-devel BuildRequires: libXau-devel BuildRequires: libxcb-devel BuildRequires: libXdmcp-devel BuildRequires: libXpm-devel BuildRequires: libz-devel BuildRequires: python-boost BuildRequires: libboost-devel ## AUTOBUILDREQ-END BuildRoot: %{_tmppath}/%{name}-%{version}-root %description This project provides libraries and applications for the conversion of Outlook and Outlook Express data files to Linux MBOX format. The flagship of this project is LibPST which converts Outlook files. %package devel Summary: Devel package for %{name} Group: Development/Libraries Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description devel This project provides libraries and applications for the conversion of Outlook and Outlook Express data files to Linux MBOX format. The flagship of this project is LibPST which converts Outlook files. This package contains static libraries and header files need for development. %package -n readpst Summary: Converts Outlook PST files to mbox and others ta files Group: Applications/File Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description -n readpst This package provides applications for the conversion of Outlook and Outlook Express data files to Linux MBOX format. The flagship of this project is LibPST which converts Outlook files. %prep %setup -q %build %configure \ --enable-libpst-shared \ --enable-static %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root) %{_libdir}/libpst.so.* %{python_sitearch}/_libpst.a %{python_sitearch}/_libpst.la %{python_sitearch}/_libpst.so %doc AUTHORS COPYING %files devel %defattr(-,root,root) %dir %{_includedir}/libpst-4 %{_includedir}/libpst-4/libpst/* %{_libdir}/libpst.a %{_libdir}/libpst.la %{_libdir}/libpst.so %{_libdir}/pkgconfig/*.pc %doc ChangeLog NEWS README TODO %files -n readpst %defattr(-,root,root) %{_bindir}/lspst %{_bindir}/pst2dii %{_bindir}/pst2ldif %{_bindir}/readpst %{_mandir}/man1/lspst.1.gz %{_mandir}/man1/pst2dii.1.gz %{_mandir}/man1/pst2ldif.1.gz %{_mandir}/man1/readpst.1.gz %{_mandir}/man5/outlook.pst.5.gz %changelog * Tue Dec 14 2010 Automatic Build System 0.6.49-2mamba - automatic rebuild by autodist * Tue Sep 28 2010 Automatic Build System 0.6.49-1mamba - automatic update by autodist * Fri Jul 16 2010 Automatic Build System 0.6.47-1mamba - automatic update by autodist * Sun Jun 13 2010 Automatic Build System 0.6.45-2mamba - automatic rebuild by autodist * Thu May 13 2010 Silvan Calarco 0.6.45-1mamba - based on rewritten readpst specfile with shared libpst * Tue Apr 28 2009 Silvan Calarco 0.5.3-1mamba - update to 0.5.3 * Fri Feb 03 2006 Davide Madrisan 0.5.1-2qilnx - rebuilt * Fri Feb 04 2005 Silvan Calarco 0.5.1-1qilnx - update to version 0.5.1 by autospec * Fri Oct 24 2003 Silvan Calarco - first build