From 484ac8bf7d75bb349df76f954e7dd280cde97ed9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Wed, 19 Mar 2014 20:54:35 +0200 Subject: [PATCH] Use system proj instead of bundled one https://bugzilla.redhat.com/show_bug.cgi?id=1078486 --- qt-mobility.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/qt-mobility.spec b/qt-mobility.spec index e458d00..30115cb 100644 --- a/qt-mobility.spec +++ b/qt-mobility.spec @@ -6,7 +6,7 @@ Name: qt-mobility Version: 1.2.2 -Release: 0.7.%{snap}%{?dist} +Release: 0.8.%{snap}%{?dist} Summary: Qt Mobility Framework Group: System Environment/Libraries License: LGPLv2 with exceptions @@ -51,6 +51,7 @@ BuildRequires: pkgconfig(NetworkManager) BuildRequires: pkgconfig(QtCore) pkgconfig(QtGui) pkgconfig(QtOpenGL) BuildRequires: pkgconfig(QtNetwork) >= 4.7 BuildRequires: pkgconfig(xv) +BuildRequires: proj-devel ## under review, http://bugzilla.redhat.com/626122 # BuildRequires: libqmf-devel >= 1.0 @@ -103,6 +104,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %prep %setup -q -n %{name}-opensource-src-%{version} +rm -r src/3rdparty/proj %patch50 -p1 -b .translationsdir %patch51 -p1 -b .pkgconfig @@ -249,6 +251,9 @@ rm -rf %{buildroot} %changelog +* Wed Mar 19 2014 Ville Skyttä - 1.2.2-0.8.20120224git +- Use system proj instead of bundled one + * Sat Mar 08 2014 Kevin Kofler 1.2.2-0.7.20120224git - rebuild against fixed qt to fix -debuginfo (#1074041)