update to new version 1.4
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/qgis?expand=0&rev=100
This commit is contained in:
parent
c30caa95b9
commit
1686418c01
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:27f53e8bc873287d48e9efd247c5e595ffd80952396e7c564dbfcb6760c0736c
|
||||
size 18717685
|
3
qgis-1.4.0.tar.bz2
Normal file
3
qgis-1.4.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ad541c4a033ac82ebb636cf1f7617a02b53b74df4bd87ee79611c09857fd995e
|
||||
size 13874308
|
16
qgis.spec
16
qgis.spec
@ -1,5 +1,5 @@
|
||||
Name: qgis
|
||||
Version: 1.3.0
|
||||
Version: 1.4.0
|
||||
Release: 1
|
||||
License: GPL
|
||||
Group: Applications/GIS
|
||||
@ -7,7 +7,7 @@ Source: %{name}-%{version}.tar.bz2
|
||||
Source1: %{name}.desktop
|
||||
Source2: %{name}.rpmlintrc
|
||||
#Patch0: sqlite3.patch
|
||||
Patch1: sip49_support.patch
|
||||
#Patch1: sip49_support.patch
|
||||
Url: http://www.qgis.org/
|
||||
Summary: Quantum GIS (QGIS) is a Geographic Information System (GIS)
|
||||
Packager: Otto Dassau <dassau@gbd-consult.de>
|
||||
@ -39,6 +39,7 @@ BuildRequires: grass >= 6.2.3 grass-devel
|
||||
BuildRequires: libgdal-grass >= 1.4.1
|
||||
BuildRequires: libqt4-devel >= 4.3
|
||||
BuildRequires: libqt4-qt3support >= 4.3
|
||||
BuildRequires: libQtWebKit-devel >= 4.3
|
||||
BuildRequires: gsl >= 1.6 gsl-devel
|
||||
BuildRequires: cmake >= 2.4
|
||||
BuildRequires: flex bison
|
||||
@ -77,7 +78,7 @@ GRASS plugin for Quantum GIS development branch 1.x required to interface with G
|
||||
%prep
|
||||
%setup
|
||||
#%patch0 -p1
|
||||
%patch1 -p1
|
||||
#%patch1 -p1
|
||||
|
||||
%build
|
||||
export CFLAGS="$RPM_OPT_FLAGS"
|
||||
@ -90,7 +91,6 @@ export PATH=$PATH:$QTDIR/bin
|
||||
%define lib lib
|
||||
%endif
|
||||
|
||||
|
||||
cmake -Wno-dev %{intsq} \
|
||||
-D CMAKE_INSTALL_PREFIX=%{_prefix} \
|
||||
-D GRASS_PREFIX=/opt/grass\
|
||||
@ -137,7 +137,7 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
%{_datadir}/pixmaps/%{name}.png
|
||||
%exclude %{_libdir}/libqgisgrass.so
|
||||
%exclude %{_libdir}/libqgisgrass.so.1.3.0
|
||||
%exclude %{_libdir}/libqgisgrass.so.1.4.0
|
||||
%exclude %{_libdir}/qgis/libgrass*
|
||||
%doc AUTHORS BUGS COPYING ChangeLog INSTALL README TODO
|
||||
|
||||
@ -149,7 +149,7 @@ rm -rf %{buildroot}
|
||||
%defattr(644,root,root)
|
||||
%{_libdir}/qgis/libgrass*
|
||||
%{_libdir}/libqgisgrass.so
|
||||
%{_libdir}/libqgisgrass.so.1.3.0
|
||||
%{_libdir}/libqgisgrass.so.1.4.0
|
||||
|
||||
%post plugin-grass -p /sbin/ldconfig
|
||||
|
||||
@ -160,7 +160,9 @@ rm -rf %{buildroot}
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%changelog -n qgis
|
||||
* Mon Nov 30 2009 Otto Dassau <dassau@gbd-consult.de> 1.3
|
||||
* Wed Dec 30 2009 Otto Dassau <dassau@gbd-consult.de> 1.4
|
||||
- added libQtWebKit as new dependency
|
||||
* Mon Nov 30 2009 Otto Dassau 1.3
|
||||
- added patch for sip >= 4.9 support
|
||||
- added python-qt4-devel requirement for opensuse 11.2 and factory
|
||||
* Sun Sep 13 2009 Otto Dassau 1.3
|
||||
|
Loading…
Reference in New Issue
Block a user