update to 0.6.71
This commit is contained in:
parent
e1b63478ec
commit
6f11e59f73
35
libpst.spec
35
libpst.spec
@ -1,7 +1,7 @@
|
|||||||
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.70
|
Version: 0.6.71
|
||||||
Release: 3%{?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
|
||||||
@ -10,7 +10,12 @@ URL: http://www.five-ten-sg.com/%{name}/
|
|||||||
Requires: ImageMagick libgsf
|
Requires: ImageMagick libgsf
|
||||||
Requires: %{name}-libs = %{version}-%{release}
|
Requires: %{name}-libs = %{version}-%{release}
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: ImageMagick gd-devel zlib-devel python-devel boost-devel libgsf-devel
|
BuildRequires: ImageMagick gd-devel zlib-devel boost-devel libgsf-devel
|
||||||
|
%if 0%{?fedora} > 25
|
||||||
|
BuildRequires: python2-devel
|
||||||
|
%else
|
||||||
|
BuildRequires: python-devel
|
||||||
|
%endif
|
||||||
|
|
||||||
%{!?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)")}
|
||||||
@ -33,10 +38,15 @@ The libpst-libs package contains the shared library used by the pst
|
|||||||
utilities.
|
utilities.
|
||||||
|
|
||||||
|
|
||||||
|
%if 0%{?fedora} > 25
|
||||||
|
%package python2
|
||||||
|
Requires: python2
|
||||||
|
%else
|
||||||
%package python
|
%package python
|
||||||
|
Requires: python
|
||||||
|
%endif
|
||||||
Summary: Python bindings for libpst
|
Summary: Python bindings for libpst
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: python
|
|
||||||
Requires: %{name}-libs = %{version}-%{release}
|
Requires: %{name}-libs = %{version}-%{release}
|
||||||
|
|
||||||
%if 0%{?fedora} >= 20
|
%if 0%{?fedora} >= 20
|
||||||
@ -49,7 +59,11 @@ Requires: %{name}-libs = %{version}-%{release}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
|
%if 0%{?fedora} > 25
|
||||||
|
%description python2
|
||||||
|
%else
|
||||||
%description python
|
%description python
|
||||||
|
%endif
|
||||||
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.
|
||||||
|
|
||||||
@ -129,11 +143,19 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
|
|
||||||
|
%if 0%{?fedora} > 25
|
||||||
|
%files python2
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%{python2_sitearch}/_*.so
|
||||||
|
%exclude %{python2_sitearch}/*.a
|
||||||
|
%exclude %{python2_sitearch}/*.la
|
||||||
|
%else
|
||||||
%files python
|
%files python
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{python_sitearch}/_*.so
|
%{python_sitearch}/_*.so
|
||||||
%exclude %{python_sitearch}/*.a
|
%exclude %{python_sitearch}/*.a
|
||||||
%exclude %{python_sitearch}/*.la
|
%exclude %{python_sitearch}/*.la
|
||||||
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -160,6 +182,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 21 2017 Carl Byington <carl@five-ten-sg.com> 0.6.71-1
|
||||||
|
- fedora python naming scheme changes
|
||||||
|
- Zachary Travis - Add support for the OST 2013 format, and
|
||||||
|
Content-Disposition filename key fix for outlook compatibility
|
||||||
|
|
||||||
* Thu Jul 20 2017 Kalev Lember <klember@redhat.com> - 0.6.70-3
|
* Thu Jul 20 2017 Kalev Lember <klember@redhat.com> - 0.6.70-3
|
||||||
- Rebuilt for Boost 1.64
|
- Rebuilt for Boost 1.64
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user