Accepting request 541739 from home:bruno_friedmann:branches:Application:Geo
- Update to 2.8.14 (Qgis 2.8 will become the new ltr soon) OBS-URL: https://build.opensuse.org/request/show/541739 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/qgis?expand=0&rev=222
This commit is contained in:
parent
00df9b572e
commit
6583caec01
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:62bf7d428b635d1e0af33d4d9dd045bc05c524f34d572e88211b1e3a1e1f740c
|
|
||||||
size 84909363
|
|
@ -1 +0,0 @@
|
|||||||
d4d13e567292130251ca01dd6a747032 qgis-2.18.13.tar.bz2
|
|
3
qgis-2.18.14.tar.bz2
Normal file
3
qgis-2.18.14.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d82176ab71ce3e70aae1bbb65478a730ef85b6263a186fddea0eb599466136a5
|
||||||
|
size 84935301
|
1
qgis-2.18.14.tar.bz2.md5
Normal file
1
qgis-2.18.14.tar.bz2.md5
Normal file
@ -0,0 +1 @@
|
|||||||
|
7d9cdc35ad8e991136328ecb4d4d003b qgis-2.18.14.tar.bz2
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 13 20:11:24 UTC 2017 - bruno@ioda-net.ch
|
||||||
|
|
||||||
|
- Update to 2.8.14 (Qgis 2.8 will become the new ltr soon)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 26 13:14:38 UTC 2017 - bruno@ioda-net.ch
|
Thu Oct 26 13:14:38 UTC 2017 - bruno@ioda-net.ch
|
||||||
|
|
||||||
|
12
qgis.spec
12
qgis.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: qgis
|
Name: qgis
|
||||||
Version: 2.18.13
|
Version: 2.18.14
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: QGIS is a Geographic Information System (GIS)
|
Summary: QGIS is a Geographic Information System (GIS)
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
@ -137,6 +137,8 @@ QGIS sample data with free raster, vector, gps files and a GRASS location from A
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
#Fix shebang
|
||||||
|
#sed -i "s,^#!/usr/bin/env python$,#!/usr/bin/python," ./src/plugins/grass/modules/*.py
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%{optflags}"
|
export CFLAGS="%{optflags}"
|
||||||
@ -204,7 +206,7 @@ rm -rf %{buildroot}
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_libdir}/libqgispython.s*
|
%{_libdir}/libqgispython.s*
|
||||||
#%{_libdir}/libqgis_*s*
|
#%%{_libdir}/libqgis_*s*
|
||||||
%{_libdir}/libqgis*s*
|
%{_libdir}/libqgis*s*
|
||||||
%{_libdir}/qgis/
|
%{_libdir}/qgis/
|
||||||
%{_libdir}/qt4/plugins/sqldrivers/libqsqlspatialite.so
|
%{_libdir}/qt4/plugins/sqldrivers/libqsqlspatialite.so
|
||||||
@ -218,7 +220,7 @@ rm -rf %{buildroot}
|
|||||||
%exclude %{_libdir}/libqgisgrass.so
|
%exclude %{_libdir}/libqgisgrass.so
|
||||||
%exclude %{_libdir}/libqgisgrass.so.*
|
%exclude %{_libdir}/libqgisgrass.so.*
|
||||||
%exclude %{_libdir}/qgis/libgrass*
|
%exclude %{_libdir}/qgis/libgrass*
|
||||||
#%doc BUGS COPYING README
|
#%%doc BUGS COPYING README
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -227,8 +229,8 @@ rm -rf %{buildroot}
|
|||||||
%files plugin-grass
|
%files plugin-grass
|
||||||
%defattr(644,root,root)
|
%defattr(644,root,root)
|
||||||
%{_libdir}/qgis/libgrass*
|
%{_libdir}/qgis/libgrass*
|
||||||
#%{_libdir}/libqgisgrass.so
|
#%%{_libdir}/libqgisgrass.so
|
||||||
#%{_libdir}/libqgisgrass.so.*
|
#%%{_libdir}/libqgisgrass.so.*
|
||||||
%defattr(755,root,root)
|
%defattr(755,root,root)
|
||||||
%{_prefix}/lib/qgis/grass/bin/qgis.g.browser7
|
%{_prefix}/lib/qgis/grass/bin/qgis.g.browser7
|
||||||
%{_prefix}/lib/qgis/grass/modules/qgis.*
|
%{_prefix}/lib/qgis/grass/modules/qgis.*
|
||||||
|
Loading…
Reference in New Issue
Block a user