fixed path to qwt header files

OBS-URL: https://build.opensuse.org/package/show/Application:Geo/qgis?expand=0&rev=142
This commit is contained in:
Otto Dassau 2012-01-06 11:18:43 +00:00 committed by Git OBS Bridge
parent 6d174e31e0
commit 71402740c9
2 changed files with 7 additions and 1 deletions

View File

@ -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 Mon Dec 12 12:15:02 UTC 2011 - otto.dassau@gmx.de

View File

@ -22,6 +22,7 @@ Requires: sqlite >= 3.5
BuildRequires: libexpat-devel BuildRequires: libexpat-devel
BuildRequires: python-devel BuildRequires: python-devel
BuildRequires: qwt-devel >= 5 BuildRequires: qwt-devel >= 5
Requires: libqwt5
Requires: gpsbabel Requires: gpsbabel
Requires: gsl >= 1.6 Requires: gsl >= 1.6
Requires: libqt4 >= 4.3 Requires: libqt4 >= 4.3
@ -106,7 +107,7 @@ cmake -Wno-dev %{intsq} \
-D WITH_MAPSERVER=ON \ -D WITH_MAPSERVER=ON \
-D QGIS_PLUGIN_SUBDIR=%{lib}/qgis \ -D QGIS_PLUGIN_SUBDIR=%{lib}/qgis \
-D QGIS_MANUAL_SUBDIR=share/man \ -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 \ -D CMAKE_SKIP_RPATH=ON \
%if 0%{?suse_version} <= 1030 %if 0%{?suse_version} <= 1030
-D WITH_INTERNAL_SQLITE3=TRUE \ -D WITH_INTERNAL_SQLITE3=TRUE \