location: add explicit 'Requires: proj' to workaround google-earth packaging bug (kde#335751)
This commit is contained in:
parent
1c5cf851fa
commit
4cf8bd2b60
@ -9,7 +9,7 @@
|
|||||||
Name: qt-mobility
|
Name: qt-mobility
|
||||||
Summary: Qt Mobility Framework
|
Summary: Qt Mobility Framework
|
||||||
Version: 1.2.2
|
Version: 1.2.2
|
||||||
Release: 0.12.%{snap}git%{git_short}%{?dist}
|
Release: 0.13.%{snap}git%{git_short}%{?dist}
|
||||||
|
|
||||||
License: LGPLv2 with exceptions
|
License: LGPLv2 with exceptions
|
||||||
URL: http://qt.digia.com/Product/Qt-Add-Ons/
|
URL: http://qt.digia.com/Product/Qt-Add-Ons/
|
||||||
@ -160,6 +160,8 @@ Requires: %{name}-common%{?_isa} = %{version}-%{release}
|
|||||||
%package location
|
%package location
|
||||||
Summary: QtLocation support
|
Summary: QtLocation support
|
||||||
Requires: %{name}-common%{?_isa} = %{version}-%{release}
|
Requires: %{name}-common%{?_isa} = %{version}-%{release}
|
||||||
|
# workaround google-earth bug, https://bugs.kde.org/335751
|
||||||
|
Requires: proj%{?_isa}
|
||||||
%description location
|
%description location
|
||||||
%{summary}.
|
%{summary}.
|
||||||
|
|
||||||
@ -438,6 +440,9 @@ cp -a doc/html/* %{buildroot}%{_qt4_docdir}/html/qtmobility/
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 04 2014 Rex Dieter <rdieter@fedoraproject.org> 1.2.2-0.13.20140317git169da60c
|
||||||
|
- -location: add explicit 'Requires: proj' to workaround google-earth packaging bug (kde#335751)
|
||||||
|
|
||||||
* Fri May 02 2014 Rex Dieter <rdieter@fedoraproject.org> 1.2.2-0.12.20140317git169da60c
|
* Fri May 02 2014 Rex Dieter <rdieter@fedoraproject.org> 1.2.2-0.12.20140317git169da60c
|
||||||
- update URL
|
- update URL
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user