comparison libpst.spec.in @ 326:1e39dc490627 stable-0-6-59

add autoconf checking for libgsf
author Carl Byington <carl@five-ten-sg.com>
date Fri, 17 May 2013 14:09:35 -0700
parents 2474d01043cd
children c507af52515a
comparison
equal deleted inserted replaced
325:cb67b335afcc 326:1e39dc490627
7 Source: http://www.five-ten-sg.com/%{name}/packages/%{name}-%{version}.tar.gz 7 Source: http://www.five-ten-sg.com/%{name}/packages/%{name}-%{version}.tar.gz
8 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) 8 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
9 URL: http://www.five-ten-sg.com/%{name}/ 9 URL: http://www.five-ten-sg.com/%{name}/
10 Requires: ImageMagick libgsf 10 Requires: ImageMagick libgsf
11 Requires: %{name}-libs = %{version}-%{release} 11 Requires: %{name}-libs = %{version}-%{release}
12 BuildRequires: libtool
12 BuildRequires: ImageMagick gd-devel zlib-devel python-devel boost-devel libgsf-devel 13 BuildRequires: ImageMagick gd-devel zlib-devel python-devel boost-devel libgsf-devel
13 14
14 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} 15 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
15 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} 16 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
16 17
85 %prep 86 %prep
86 %setup -q 87 %setup -q
87 88
88 89
89 %build 90 %build
91 autoreconf -v -f -i
90 %configure --enable-libpst-shared 92 %configure --enable-libpst-shared
91 make %{?_smp_mflags} 93 make %{?_smp_mflags}
92 94
93 95
94 %install 96 %install
150 %{_datadir}/doc/%{name}-%{version}/NEWS 152 %{_datadir}/doc/%{name}-%{version}/NEWS
151 %{_datadir}/doc/%{name}-%{version}/README 153 %{_datadir}/doc/%{name}-%{version}/README
152 154
153 155
154 %changelog 156 %changelog
155 * Wed Dec 28 2012 Carl Byington <carl@five-ten-sg.com> - 0.6.58-1 157 * Fri May 17 2013 Carl Byington <carl@five-ten-sg.com> 0.6.59-1
158 - add autoconf checking for libgsf
159
160 * Fri Mar 29 2013 Carl Byington <carl@five-ten-sg.com> 0.6.58-4
161 - add autoreconf for aarch64
162
163 * Sun Feb 10 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 0.6.58-3
164 - Rebuild for Boost-1.53.0
165
166 * Sat Feb 09 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 0.6.58-2
167 - Rebuild for Boost-1.53.0
168
169 * Fri Dec 28 2012 Carl Byington <carl@five-ten-sg.com> - 0.6.58-1
156 - fix From quoting on embedded rfc/822 messages 170 - fix From quoting on embedded rfc/822 messages
157 171
158 * Wed Dec 26 2012 Carl Byington <carl@five-ten-sg.com> - 0.6.57-1 172 * Wed Dec 26 2012 Carl Byington <carl@five-ten-sg.com> - 0.6.57-1
159 - bugzilla 852414, remove unnecessary dependencies 173 - bugzilla 852414, remove unnecessary dependencies
160 174
161 * Mon Dec 24 2012 Carl Byington <carl@five-ten-sg.com> - 0.6.56-1 175 * Mon Dec 24 2012 Carl Byington <carl@five-ten-sg.com> - 0.6.56-1
162 - filter private provides from rpm 176 - filter private provides from rpm
163 - merge -m .msg files code into main branch 177 - merge -m .msg files code into main branch
164 178
165 * Tue Aug 09 2012 Carl Byington <carl@five-ten-sg.com> - 0.6.55-2 179 * Thu Aug 09 2012 Carl Byington <carl@five-ten-sg.com> - 0.6.55-2
166 - rebuild for python 180 - rebuild for python
167 181
168 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.54-6 182 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.54-6
169 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 183 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
170 184
183 - bump versions and prep for fedora build 197 - bump versions and prep for fedora build
184 198
185 * Wed Nov 30 2011 Petr Pisar <ppisar@redhat.com> - 0.6.53-3 199 * Wed Nov 30 2011 Petr Pisar <ppisar@redhat.com> - 0.6.53-3
186 - Rebuild against boost-1.48 200 - Rebuild against boost-1.48
187 201
188 * Wed Nov 14 2011 Carl Byington <carl@five-ten-sg.com> - 0.6.54-2 202 * Mon Nov 14 2011 Carl Byington <carl@five-ten-sg.com> - 0.6.54-2
189 - failed to bump version number 203 - failed to bump version number
190 204
191 * Fri Nov 04 2011 Carl Byington <carl@five-ten-sg.com> - 0.6.54-1 205 * Fri Nov 04 2011 Carl Byington <carl@five-ten-sg.com> - 0.6.54-1
192 - embedded rfc822 messages might contain rtf encoded bodies 206 - embedded rfc822 messages might contain rtf encoded bodies
193 207
262 276
263 * Sun Sep 20 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.44-1 277 * Sun Sep 20 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.44-1
264 - patch from Lee Ayres to add file name extensions in separate mode. 278 - patch from Lee Ayres to add file name extensions in separate mode.
265 - allow mixed items types in a folder in separate mode. 279 - allow mixed items types in a folder in separate mode.
266 280
267 * Thu Sep 12 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.43-1 281 * Sat Sep 12 2009 Carl Byington <carl@five-ten-sg.com> - 0.6.43-1
268 - decode more of the pst format, some minor bug fixes 282 - decode more of the pst format, some minor bug fixes
269 - add support for code pages 1200 and 1201. 283 - add support for code pages 1200 and 1201.
270 - add readpst -t option to select output item types, which can 284 - add readpst -t option to select output item types, which can
271 now be used to process folders containing mixed item types. 285 now be used to process folders containing mixed item types.
272 - fix segfault with embedded appointments 286 - fix segfault with embedded appointments