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
: curl
-devel
18 BuildRequires
: expat
-devel
19 BuildRequires
: gtk2
-devel
>= 2.2.0
20 BuildRequires
: pkgconfig
23 Viking is a free
/open
source program to manage GPS data. You can import and
24 plot tracks and waypoints
, show Terraserver maps under it
, add coordinate
25 lines
, make new tracks and waypoints
, hide different things
, etc. It is written
37 make DESTDIR
=%{buildroot} install
39 rm -f doc
/dev
/Makefile
*
48 %defattr(-,root
,root
,-)
49 %doc AUTHORS ChangeLog COPYING NEWS README TODO doc
/
51 %{_bindir}/viking
-remote
54 * Fri Jul
13 2007 Guilhem Bonnefille
<guilhem.bonnefille
> - 0.9-1
55 - Update to upstream version
0.9.
57 * Thu May
18 2007 Quy Tonthat
<qtonthat@gmail.com
>
58 - Added curl
-devel to BuildRequires list.
60 * Thu May
15 2007 Guilhem Bonnefille
<guilhem.bonnefille
> - 0.1.3-1
61 - Update to upstream version
0.1.3.
63 * Wed Feb
14 2007 Michael A. Peters
<mpeters@mac.com
> - 0.1.2-1
64 - Initial Fedora style spec file.