started updates for qgis development branch 1.x
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/qgis?expand=0&rev=77
This commit is contained in:
parent
ef2162919d
commit
c0a65b8090
3
qgis-1.1.0.tar.bz2
Normal file
3
qgis-1.1.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f359d1ee953e68e80fe53eb16d14c3e3fb2d3335f3a423ec078ed6f14e1fb875
|
||||||
|
size 15504207
|
19
qgis.spec
19
qgis.spec
@ -1,12 +1,12 @@
|
|||||||
Name: qgis
|
Name: qgis
|
||||||
Version: 1.0.2
|
Version: 1.1.0
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/GIS
|
Group: Applications/GIS
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Source1: %{name}.desktop
|
Source1: %{name}.desktop
|
||||||
Source2: %{name}.rpmlintrc
|
Source2: %{name}.rpmlintrc
|
||||||
Patch: sqlite3.patch
|
#Patch: sqlite3.patch
|
||||||
Url: http://www.qgis.org/
|
Url: http://www.qgis.org/
|
||||||
Summary: Quantum GIS (QGIS) is a Geographic Information System (GIS)
|
Summary: Quantum GIS (QGIS) is a Geographic Information System (GIS)
|
||||||
Packager: Otto Dassau <otto.dassau@gmx.de>
|
Packager: Otto Dassau <otto.dassau@gmx.de>
|
||||||
@ -36,14 +36,15 @@ BuildRequires: flex bison
|
|||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: -post-build-checks
|
BuildRequires: -post-build-checks
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
Obsoletes: qgis10
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development Libraries for the Quantum GIS
|
Summary: Development Libraries for the Quantum GIS development branch 1.x
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: qgis = %{version}
|
Requires: qgis = %{version}
|
||||||
|
|
||||||
%package plugin-grass
|
%package plugin-grass
|
||||||
Summary: GRASS Support Libraries for Quantum GIS
|
Summary: GRASS Support Libraries for Quantum GIS development branch 1.x
|
||||||
Group: Applications/GIS
|
Group: Applications/GIS
|
||||||
Requires: qgis = %{version}
|
Requires: qgis = %{version}
|
||||||
Requires: grass >= 6.3
|
Requires: grass >= 6.3
|
||||||
@ -57,16 +58,16 @@ computer. It supports many common spatial data formats (e.g. ESRI ShapeFile,
|
|||||||
geotiff). QGIS supports plugins to do things like display tracks from your GPS.
|
geotiff). QGIS supports plugins to do things like display tracks from your GPS.
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Development packages for Quantum GIS including the C header files.
|
Development packages for Quantum GIS development branch 1.x including the C header files.
|
||||||
|
|
||||||
%description plugin-grass
|
%description plugin-grass
|
||||||
GRASS plugin for Quantum GIS required to interface with GRASS system.
|
GRASS plugin for Quantum GIS development branch 1.x required to interface with GRASS system.
|
||||||
|
|
||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup
|
%setup
|
||||||
%patch -p1
|
#%patch -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="$RPM_OPT_FLAGS"
|
export CFLAGS="$RPM_OPT_FLAGS"
|
||||||
@ -149,8 +150,8 @@ rm -rf %{buildroot}
|
|||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%changelog -n qgis
|
%changelog -n qgis
|
||||||
* Fri Apr 24 2009 Otto Dassau <otto.dassau@gmx.de> 1.0.2
|
* Mon Apr 27 2009 Otto Dassau <otto.dassau@gmx.de> 1.1
|
||||||
- update for new release
|
- changed and updated to qgis development branch
|
||||||
* Sun Mar 15 2009 Otto Dassau 1.0.1-2
|
* Sun Mar 15 2009 Otto Dassau 1.0.1-2
|
||||||
- update for new release
|
- update for new release
|
||||||
* Sun Feb 22 2009 Otto Dassau 1.0.1
|
* Sun Feb 22 2009 Otto Dassau 1.0.1
|
||||||
|
Loading…
Reference in New Issue
Block a user