comparison libpst.spec.in @ 118:0f1492b7fe8b

patch from Fridrich Strba for building on mingw and general cleanup of autoconf files add processing for pst files of type 0x0f start adding support for properly building and installing libpst.so and the header files required to use it. remove version.h since the version number is now in config.h more const correctness issues regarding getopt()
author Carl Byington <carl@five-ten-sg.com>
date Sat, 31 Jan 2009 12:12:36 -0800
parents ed2a260bbb98
children 8399ef94c11b
comparison
equal deleted inserted replaced
117:0a3d854b53f6 118:0f1492b7fe8b
45 %docdir %{_datadir}/doc/%{name}-%{version} 45 %docdir %{_datadir}/doc/%{name}-%{version}
46 %{_datadir}/doc/%{name}-%{version} 46 %{_datadir}/doc/%{name}-%{version}
47 47
48 48
49 %changelog 49 %changelog
50 * Sat Jan 31 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.26-1
51 - patch from Fridrich Strba for building on mingw and general
52 - cleanup of autoconf files.
53 - add processing for pst files of type 0x0f
54
50 * Fri Jan 16 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.25-1 55 * 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 56 - improve handling of content-type charset values in mime parts
52 57
53 * Thu Dec 11 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.24-1 58 * Thu Dec 11 2008 Carl Byington <carl@five-ten-sg.com> - 0.6.24-1
54 - patch from Chris Eagle to build on cygwin 59 - patch from Chris Eagle to build on cygwin