added libqwt as dependency for GPS tracker
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/qgis?expand=0&rev=115
This commit is contained in:
parent
e2432425fa
commit
ea170f9763
@ -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 <dassau@gbd-consult.de> 1.5
|
||||
* Mon Aug 09 2010 Otto Dassau <dassau@gbd-consult.de> 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
|
||||
|
Loading…
Reference in New Issue
Block a user