update to 0.6.57
This commit is contained in:
parent
231477019f
commit
534b2573b8
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@ libpst-0.6.47.tar.gz
|
||||
/libpst-0.6.54.tar.gz
|
||||
/libpst-0.6.55.tar.gz
|
||||
/libpst-0.6.56.tar.gz
|
||||
/libpst-0.6.57.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: Utilities to convert Outlook .pst files to other formats
|
||||
Name: libpst
|
||||
Version: 0.6.56
|
||||
Version: 0.6.57
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/Productivity
|
||||
@ -9,7 +9,7 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXX
|
||||
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 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Dec 26 2012 Carl Byington <carl@five-ten-sg.com> - 0.6.57-1
|
||||
- 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
|
||||
|
Loading…
Reference in New Issue
Block a user