~ubuntu-branches/ubuntu/gutsy/qgis/gutsy

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
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