diff --git a/qgis.changes b/qgis.changes index 8b84370..fe800e7 100644 --- a/qgis.changes +++ b/qgis.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jan 6 11:17:07 UTC 2012 - otto.dassau@gmx.de + +- fixed path to qwt header files + ------------------------------------------------------------------- Mon Dec 12 12:15:02 UTC 2011 - otto.dassau@gmx.de diff --git a/qgis.spec b/qgis.spec index 20f4b51..8225297 100644 --- a/qgis.spec +++ b/qgis.spec @@ -22,6 +22,7 @@ Requires: sqlite >= 3.5 BuildRequires: libexpat-devel BuildRequires: python-devel BuildRequires: qwt-devel >= 5 +Requires: libqwt5 Requires: gpsbabel Requires: gsl >= 1.6 Requires: libqt4 >= 4.3 @@ -106,7 +107,7 @@ cmake -Wno-dev %{intsq} \ -D WITH_MAPSERVER=ON \ -D QGIS_PLUGIN_SUBDIR=%{lib}/qgis \ -D QGIS_MANUAL_SUBDIR=share/man \ - -D QWT_INCLUDE_DIR=/usr/include/qwt \ + -D QWT_INCLUDE_DIR=/usr/include/qwt5 \ -D CMAKE_SKIP_RPATH=ON \ %if 0%{?suse_version} <= 1030 -D WITH_INTERNAL_SQLITE3=TRUE \