update to 0.6.56
This commit is contained in:
parent
19dc60c857
commit
231477019f
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ libpst-0.6.47.tar.gz
|
|||||||
/libpst-0.6.53.tar.gz
|
/libpst-0.6.53.tar.gz
|
||||||
/libpst-0.6.54.tar.gz
|
/libpst-0.6.54.tar.gz
|
||||||
/libpst-0.6.55.tar.gz
|
/libpst-0.6.55.tar.gz
|
||||||
|
/libpst-0.6.56.tar.gz
|
||||||
|
16
libpst.spec
16
libpst.spec
@ -1,15 +1,15 @@
|
|||||||
Summary: Utilities to convert Outlook .pst files to other formats
|
Summary: Utilities to convert Outlook .pst files to other formats
|
||||||
Name: libpst
|
Name: libpst
|
||||||
Version: 0.6.55
|
Version: 0.6.56
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/Productivity
|
Group: Applications/Productivity
|
||||||
Source: http://www.five-ten-sg.com/%{name}/packages/%{name}-%{version}.tar.gz
|
Source: http://www.five-ten-sg.com/%{name}/packages/%{name}-%{version}.tar.gz
|
||||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||||
URL: http://www.five-ten-sg.com/%{name}/
|
URL: http://www.five-ten-sg.com/%{name}/
|
||||||
Requires: ImageMagick
|
Requires: ImageMagick libgsf
|
||||||
Requires: %{name}-libs = %{version}-%{release}
|
Requires: %{name}-libs = %{version}-%{release}
|
||||||
BuildRequires: ImageMagick freetype-devel gd-devel libjpeg-devel zlib-devel python-devel boost-devel
|
BuildRequires: ImageMagick freetype-devel gd-devel libjpeg-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_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)")}
|
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||||
@ -38,6 +38,11 @@ Group: Development/Libraries
|
|||||||
Requires: python
|
Requires: python
|
||||||
Requires: %{name}-libs = %{version}-%{release}
|
Requires: %{name}-libs = %{version}-%{release}
|
||||||
|
|
||||||
|
%{?filter_setup:
|
||||||
|
%filter_provides_in %{python_sitearch}/_.*\.so$
|
||||||
|
%filter_setup
|
||||||
|
}
|
||||||
|
|
||||||
%description python
|
%description python
|
||||||
The libpst-python package allows you to use the libpst shared object
|
The libpst-python package allows you to use the libpst shared object
|
||||||
from python code.
|
from python code.
|
||||||
@ -147,6 +152,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 24 2012 Carl Byington <carl@five-ten-sg.com> - 0.6.56-1
|
||||||
|
- filter private provides from rpm
|
||||||
|
|
||||||
* Tue Aug 09 2012 Carl Byington <carl@five-ten-sg.com> - 0.6.55-2
|
* Tue Aug 09 2012 Carl Byington <carl@five-ten-sg.com> - 0.6.55-2
|
||||||
- rebuild for python
|
- rebuild for python
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user