revert proj workaround, postinstaller's google-earth packaging is fixed

This commit is contained in:
Rex Dieter 2014-06-07 08:45:26 -05:00
parent 05ca11bbb9
commit 83140cb545
1 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@
Name: qt-mobility
Summary: Qt Mobility Framework
Version: 1.2.2
Release: 0.14.%{snap}git%{git_short}%{?dist}
Release: 0.15.%{snap}git%{git_short}%{?dist}
License: LGPLv2 with exceptions
URL: http://qt.digia.com/Product/Qt-Add-Ons/
@ -160,9 +160,6 @@ Requires: %{name}-common%{?_isa} = %{version}-%{release}
%package location
Summary: QtLocation support
Requires: %{name}-common%{?_isa} = %{version}-%{release}
# workaround bug in postinstaller google-earth packaging
# https://sourceforge.net/p/postinstaller/discussion/general/thread/22ddc07f
Requires: proj%{?_isa}
%description location
%{summary}.
@ -441,6 +438,9 @@ cp -a doc/html/* %{buildroot}%{_qt4_docdir}/html/qtmobility/
%changelog
* Sat Jun 07 2014 Rex Dieter <rdieter@fedoraproject.org> 1.2.2-0.15.20140317git169da60c
- revert proj workaround, postinstaller's google-earth packaging is fixed
* Wed Jun 04 2014 Rex Dieter <rdieter@fedoraproject.org> 1.2.2-0.14.20140317git169da60c
- update no_rpath patch for -examples too (which isn't enabled by default yet)