2004-02-18 18:49:54 +00:00
|
|
|
Name: qgis
|
|
|
|
Version: @VERSION@
|
|
|
|
Release: 0
|
|
|
|
Copyright: GPL
|
|
|
|
Group: Applications/Engineering
|
|
|
|
Autoreqprov: on
|
|
|
|
Source: %{name}-%{version}.tar.gz
|
2006-06-16 06:20:22 +00:00
|
|
|
URL: http://qgis.qgis.org/
|
|
|
|
Summary: Quantum GIS (QGIS) is a Geographic Information System (GIS)
|
|
|
|
for Unix, Mac and Windows operating systems.
|
2004-02-18 18:49:54 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%define prefix /usr
|
|
|
|
|
|
|
|
%description
|
2006-06-16 06:20:22 +00:00
|
|
|
Quantum GIS (QGIS) is a Geographic Information System (GIS)
|
|
|
|
for Unix, Mac and Windows operating systems. QGIS supports many vector and
|
|
|
|
raster formats, and well as WMS data.
|
2004-02-18 18:49:54 +00:00
|
|
|
|
2006-06-16 06:20:22 +00:00
|
|
|
Features include:
|
2004-02-18 18:49:54 +00:00
|
|
|
|
2006-06-16 06:20:22 +00:00
|
|
|
*
|
2004-02-18 18:49:54 +00:00
|
|
|
Authors:
|
|
|
|
----------
|
2006-06-16 06:20:22 +00:00
|
|
|
Gary Sherman
|
|
|
|
Steve Halasz
|
|
|
|
Marco Hugentobler
|
|
|
|
Time Sutton
|
|
|
|
Denis Antipov
|
|
|
|
Mark Coletti
|
|
|
|
Lars Luthman
|
|
|
|
Jens Oberender
|
|
|
|
Christoph Spoerri
|
2004-02-18 18:49:54 +00:00
|
|
|
Carl Anderson
|
2006-06-16 06:20:22 +00:00
|
|
|
Gavin Macaulay
|
2004-02-18 18:49:54 +00:00
|
|
|
Masaru Hoshi
|
2006-06-16 06:20:22 +00:00
|
|
|
Peter Brwer
|
|
|
|
Radim Blazek
|
|
|
|
Tom Elwertowski
|
2004-02-18 18:49:54 +00:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup
|
|
|
|
|
|
|
|
%build
|
|
|
|
export CFLAGS="$RPM_OPT_FLAGS"
|
|
|
|
./configure --prefix=%{prefix}
|
|
|
|
make
|
2004-02-20 17:13:30 +00:00
|
|
|
strip src/qgis
|
|
|
|
|
2004-02-18 18:49:54 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%{prefix}/bin/%{name}
|
|
|
|
%{prefix}/lib/%{name}
|
|
|
|
%{prefix}/share/%{name}
|
|
|
|
%doc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README TODO
|
|
|
|
|
|
|
|
%changelog -n qgis
|
|
|
|
* Wed Feb 18 2004 - Jens Oberender <j.obi@troja.net>
|
|
|
|
- the first spec for CVS
|