comparison libpst.spec.in @ 198:7c60d6d1c681

decode more recurrence mapi elements
author Carl Byington <carl@five-ten-sg.com>
date Tue, 12 May 2009 19:34:49 -0700
parents ffd1503a7530
children e3a46f66332b
comparison
equal deleted inserted replaced
197:07ceebd115ce 198:7c60d6d1c681
81 %prep 81 %prep
82 %setup -q 82 %setup -q
83 83
84 84
85 %build 85 %build
86 %configure --enable-libpst-shared 86 %configure --enable-libpst-shared --enable-python
87 make %{?_smp_mflags} 87 make %{?_smp_mflags}
88 88
89 89
90 %install 90 %install
91 rm -rf $RPM_BUILD_ROOT 91 rm -rf $RPM_BUILD_ROOT
147 %{_datadir}/doc/%{name}-%{version}/README 147 %{_datadir}/doc/%{name}-%{version}/README
148 148
149 149
150 %changelog 150 %changelog
151 * Mon Apr 20 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.38-1 151 * Mon Apr 20 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.38-1
152 - add python interface to the shared library 152 - add python interface to the shared library.
153 - bump soname to version 4.
153 154
154 * Fri Apr 17 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.37-1 155 * Fri Apr 17 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.37-1
155 - add pst_attach_to_mem() back into the shared library interface. 156 - add pst_attach_to_mem() back into the shared library interface.
156 - fix memory leak caught by valgrind. 157 - fix memory leak caught by valgrind.
157 158