Name: qgis Version: @VERSION@ Release: 0 Copyright: GPL Group: Applications/Engineering Autoreqprov: on Source: %{name}-%{version}.tar.gz URL: http://qgis.sourceforge.net/ Summary: Quantum GIS (QGIS) is designed to be a Geographic Information System (GIS) built for Linux/Unix. BuildRoot: %{_tmppath}/%{name}-%{version}-build %define prefix /usr %description Quantum GIS (QGIS) is designed to be a Geographic Information System (GIS) built for Linux/Unix. QGIS will offer support for vector and raster formats. Currently QGIS supports shapefiles and PostgreSQL/PostGIS layers. Planned features include: * Read and edit shapefiles * Display georeferenced rasters (tiff, png, geotiff) * Plugins to dynamically add new functionality to the application * Support for database tables * Support for spatially enabled tables in PostgreSQL using PostGIS * Map output * Script engine * Metadata support Authors: ---------- Carl Anderson Christoph Spoerri Denis Antipov Gary E.Sherman Jens Oberender Marco Hugentobler Mark Coletti Masaru Hoshi Radim Blazek Steve Halasz %prep %setup %build export CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} make strip src/qgis %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 - the first spec for CVS