1 #%% Fedora style spec file written by Michael A. Peters
2 #%% It is released under Public Domain
3 #%% May be redistributed without this notice.
9 Summary: GPS data editor and analyzer
11 Group: Applications
/Productivity
13 URL: http
://sourceforge.net
/projects
/viking
/
14 Source0: %{name}-%{version}.tar.gz
15 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n
)
17 BuildRequires
: expat
-devel
18 BuildRequires
: gtk2
-devel
>= 2.2.0
19 BuildRequires
: pkgconfig
22 Viking is a free
/open
source program to manage GPS data. You can import and
23 plot tracks and waypoints
, show Terraserver maps under it
, add coordinate
24 lines
, make new tracks and waypoints
, hide different things
, etc. It is written
36 make DESTDIR
=%{buildroot} install
38 rm -f doc
/dev
/Makefile
*
47 %defattr(-,root
,root
,-)
48 %doc AUTHORS ChangeLog COPYING NEWS README TODO doc
/
50 %{_bindir}/viking
-remote
53 * Wed Feb
14 2007 Michael A. Peters
<mpeters@mac.com
> - 0.1.2-1
54 - Initial Fedora style spec file.