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:
parent
6d174e31e0
commit
71402740c9
@ -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
|
||||||
|
|
||||||
|
@ -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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user