QGIS/qgis.spec.in

67 lines
1.2 KiB
RPMSpec
Raw Normal View History

Name: qgis
Version: @VERSION@
Release: 0
Copyright: GPL
Group: Applications/Engineering
Autoreqprov: on
Source: %{name}-%{version}.tar.gz
URL: http://qgis.qgis.org/
Summary: Quantum GIS (QGIS) is a Geographic Information System (GIS)
for Unix, Mac and Windows operating systems.
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define prefix /usr
%description
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.
Features include:
*
Authors:
----------
Gary Sherman
Steve Halasz
Marco Hugentobler
Time Sutton
Denis Antipov
Mark Coletti
Lars Luthman
Jens Oberender
Christoph Spoerri
Carl Anderson
Gavin Macaulay
Masaru Hoshi
Peter Brwer
Radim Blazek
Tom Elwertowski
%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 <j.obi@troja.net>
- the first spec for CVS