diff --git a/qgis.spec b/qgis.spec index 17fc480..930ff03 100644 --- a/qgis.spec +++ b/qgis.spec @@ -23,7 +23,8 @@ Requires: postgresql >= 8 postgresql-libs >= 8 Requires: python-qt4 Requires: python-sip Requires: python-xml -Requires: gpsbabel +Requires: gpsbabel +BuildRequires: qwt-devel >= 5 BuildRequires: libexpat-devel BuildRequires: python-devel %if 0%{?suse_version} <= 1030 || 0%{?suse_version} >= 1120 @@ -101,6 +102,7 @@ cmake -Wno-dev %{intsq} \ -D WITH_BINDINGS=TRUE \ -D QGIS_PLUGIN_SUBDIR=%{lib}/qgis \ -D QGIS_MANUAL_SUBDIR=share/man \ + -D QWT_INCLUDE_DIR=/usr/include/qwt \ -D CMAKE_SKIP_RPATH=ON \ %if 0%{?suse_version} <= 1030 -D WITH_INTERNAL_SQLITE3=TRUE \ @@ -171,7 +173,9 @@ rm -rf %{buildroot} %postun -p /sbin/ldconfig %changelog -n qgis -* Sun Jul 18 2010 Otto Dassau 1.5 +* Mon Aug 09 2010 Otto Dassau 1.5 +- added qwt to support GPS tracker module +* Sun Jul 18 2010 Otto Dassau 1.5 - changes and updates for new qgis development version * Mon Apr 26 2010 Otto Dassau 1.4 - added CMAKE_SKIP_RPATH and fixed path error for libgdal.so