comparison debian/libpst.spec @ 173:d9393349ab29

new debianization from hggdh
author Carl Byington <carl@five-ten-sg.com>
date Sat, 04 Apr 2009 19:23:33 -0700
parents
children
comparison
equal deleted inserted replaced
172:6954d315aaa8 173:d9393349ab29
1 Summary: Utilities to convert Outlook .pst files to other formats
2 Name: libpst
3 Version: 0.6.25
4 Release: 1%{?dist}
5 License: GPLv2+
6 Group: Applications/Productivity
7 Source: http://www.five-ten-sg.com/%{name}/packages/%{name}-%{version}.tar.gz
8 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
9 URL: http://www.five-ten-sg.com/%{name}/
10 Requires: ImageMagick
11 BuildRequires: ImageMagick freetype-devel gd-devel libjpeg-devel zlib-devel
12
13
14 %description
15 The Libpst utilities include readpst which can convert email messages
16 to both mbox and MH mailbox formats, pst2ldif which can convert the
17 contacts to .ldif format for import into ldap databases, and pst2dii
18 which can convert email messages to the DII load file format used by
19 Summation.
20
21
22 %prep
23 %setup -q
24
25
26 %build
27 %configure
28 make %{?_smp_mflags}
29
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 make DESTDIR=$RPM_BUILD_ROOT install
34
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39
40 %files
41 %defattr(-,root,root,-)
42 %{_bindir}/*
43 %{_mandir}/man1/*
44 %{_mandir}/man5/*
45 %docdir %{_datadir}/doc/%{name}-%{version}
46 %{_datadir}/doc/%{name}-%{version}
47
48
49 %changelog
50 * Fri Jan 16 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.25-1
51 - improve handling of content-type charset values in mime parts
52
53 * Thu Dec 11 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.24-1
54 - patch from Chris Eagle to build on cygwin
55
56 * Thu Dec 04 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.23-1
57 - bump version to avoid cvs tagging mistake in fedora
58
59 * Fri Nov 28 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.22-1
60 - patch from David Cuadrado to process emails with type PST_TYPE_OTHER
61 - base64_encode_multiple() may insert newline, needs larger malloc
62 - subject lines shorter than 2 bytes could segfault
63
64 * Tue Oct 21 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.21-1
65 - fix title bug with old schema in pst2ldif.
66 - also escape commas in distinguished names per rfc4514.
67
68 * Thu Oct 09 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.20-1
69 - add configure option --enable-dii=no to remove dependency on libgd.
70 - many fixes in pst2ldif by Robert Harris.
71 - add -D option to include deleted items, from Justin Greer
72 - fix from Justin Greer to add missing email headers
73 - fix from Justin Greer for my_stristr()
74 - fix for orphan children when building descriptor tree
75 - avoid writing uninitialized data to debug log file
76 - remove unreachable code
77 - create dummy top-of-folder descriptor if needed for corrupt pst files
78
79 * Sun Sep 14 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.19-1
80 - Fix base64 encoding that could create long lines.
81 - Initial work on a .so shared library from Bharath Acharya.
82
83 * Thu Aug 28 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.18-1
84 - Fixes for iconv on Mac from Justin Greer.
85
86 * Tue Aug 05 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.17-1
87 - More fixes for 32/64 bit portability on big endian ppc.
88
89 * Tue Aug 05 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.16-1
90 - Use inttypes.h for portable printing of 64 bit items.
91
92 * Wed Jul 30 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.15-1
93 - Patch from Robert Simpson for file handle leak in error case.
94 - Fix for missing length on lz decompression, bug found by Chris White.
95
96 * Sun Jun 15 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.14-1
97 - Fix my mistake in debian packaging.
98
99 * Fri Jun 13 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.13-1
100 - Patch from Robert Simpson for encryption type 2.
101
102 * Tue Jun 10 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.12-1
103 - Patch from Joachim Metz for debian packaging and
104 - fix for incorrect length on lz decompression
105
106 * Tue Jun 03 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.11-1
107 - Use ftello/fseeko to properly handle large files.
108 - Document and properly use datasize field in b5 blocks.
109 - Fix some MSVC compile issues and collect MSVC dependencies into one place.
110
111 * Thu May 29 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.10-1
112 - Patch from Robert Simpson for doubly-linked list code and arrays of unicode strings.
113
114 * Fri May 16 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.9
115 - Patch from Joachim Metz for 64 bit compile.
116 - Fix pst format documentation for 8 byte backpointers.
117
118 * Wed Mar 05 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.8
119 - Initial version of pst2dii to convert to Summation dii load file format
120 - changes for Fedora packaging guidelines (#434727)
121
122 * Tue Jul 10 2007 Carl Byington <carl@five-ten-sg.com> - 0.5.5
123 - merge changes from Joe Nahmias version
124
125 * Sun Feb 19 2006 Carl Byington <carl@five-ten-sg.com> - 0.5.3
126 - initial spec file using autoconf and http://www.fedora.us/docs/rpm-packaging-guidelines.html
127