update to qgis 1.5
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/qgis?expand=0&rev=111
This commit is contained in:
parent
f4e55e4723
commit
4d08034a02
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ad541c4a033ac82ebb636cf1f7617a02b53b74df4bd87ee79611c09857fd995e
|
||||
size 13874308
|
3
qgis-1.5.0.tar.bz2
Normal file
3
qgis-1.5.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f12c084404a42ce045fbe6fca6e88abdf45a11f17d757f7e2d6605739e3af55c
|
||||
size 13866219
|
13
qgis.spec
13
qgis.spec
@ -1,5 +1,5 @@
|
||||
Name: qgis
|
||||
Version: 1.4.0
|
||||
Version: 1.5.0
|
||||
Release: 1
|
||||
License: GPL
|
||||
Group: Applications/GIS
|
||||
@ -143,19 +143,22 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
%{_datadir}/pixmaps/%{name}.png
|
||||
%exclude %{_libdir}/libqgisgrass.so
|
||||
%exclude %{_libdir}/libqgisgrass.so.1.4.0
|
||||
%exclude %{_libdir}/libqgisgrass.so.%{version}
|
||||
%exclude %{_libdir}/qgis/libgrass*
|
||||
%doc AUTHORS BUGS COPYING ChangeLog INSTALL README TODO
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_prefix}/include/qgis/*
|
||||
%exclude %{_prefix}/lib/debug/*
|
||||
|
||||
%files plugin-grass
|
||||
%defattr(644,root,root)
|
||||
%{_libdir}/qgis/libgrass*
|
||||
%{_libdir}/libqgisgrass.so
|
||||
%{_libdir}/libqgisgrass.so.1.4.0
|
||||
%{_libdir}/libqgisgrass.so.%{version}
|
||||
%{_prefix}/lib/qgis/grass/bin/qgis.g.browser
|
||||
%{_prefix}/lib/qgis/grass/modules/qgis.*
|
||||
|
||||
%post plugin-grass -p /sbin/ldconfig
|
||||
|
||||
@ -166,7 +169,9 @@ rm -rf %{buildroot}
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%changelog -n qgis
|
||||
* Mon Apr 26 2010 Otto Dassau <dassau@gbd-consult.de> 1.4
|
||||
* Sun Jul 18 2010 Otto Dassau <dassau@gbd-consult.de> 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
|
||||
* Wed Dec 30 2009 Otto Dassau 1.4
|
||||
- added libQtWebKit as new dependency
|
||||
|
Loading…
Reference in New Issue
Block a user