Mercurial > libpst
diff libpst.spec.in @ 319:6fc49b69b1dc stable-0-6-56
remove unnecessary dependencies
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Thu, 27 Dec 2012 11:51:55 -0800 |
parents | b08fd8813ffe |
children | cd8dc65b9895 |
line wrap: on
line diff
--- a/libpst.spec.in Mon Dec 24 18:49:59 2012 -0800 +++ b/libpst.spec.in Thu Dec 27 11:51:55 2012 -0800 @@ -1,7 +1,7 @@ Summary: Utilities to convert Outlook .pst files to other formats Name: @PACKAGE@ Version: @VERSION@ -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Group: Applications/Productivity Source: http://www.five-ten-sg.com/%{name}/packages/%{name}-%{version}.tar.gz @@ -9,7 +9,7 @@ URL: http://www.five-ten-sg.com/%{name}/ Requires: ImageMagick libgsf Requires: %{name}-libs = %{version}-%{release} -BuildRequires: ImageMagick freetype-devel gd-devel libjpeg-devel zlib-devel python-devel boost-devel libgsf-devel +BuildRequires: ImageMagick gd-devel zlib-devel python-devel boost-devel libgsf-devel %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} @@ -152,8 +152,12 @@ %changelog +* Wed Dec 26 2012 Carl Byington <carl@five-ten-sg.com> - 0.6.56-2 +- bugzilla 852414, remove unnecessary dependencies + * Mon Dec 24 2012 Carl Byington <carl@five-ten-sg.com> - 0.6.56-1 - filter private provides from rpm +- merge -m .msg files code into main branch * Tue Aug 09 2012 Carl Byington <carl@five-ten-sg.com> - 0.6.55-2 - rebuild for python