]> git.street.me.uk Git - andy/viking.git/blob - viking.spec.in
Enumerate use of and simplify the internals of the statusbar.
[andy/viking.git] / viking.spec.in
1 #%% Fedora style spec file written by Michael A. Peters
2 #%% It is released under Public Domain
3 #%% May be redistributed without this notice.
4
5 Name:           viking
6 Version:        @VERSION@
7 Release:        1
8
9 Summary:        GPS data editor and analyzer
10
11 Group:          Applications/Productivity
12 License:        GPLv2
13 URL:            http://sourceforge.net/projects/viking/
14 Source0:        %{name}-%{version}.tar.gz
15 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
16
17 BuildRequires:  curl-devel
18 BuildRequires:  expat-devel
19 BuildRequires:  gtk2-devel >= 2.2.0
20 BuildRequires:  pkgconfig
21 BuildRequires:  gpsd-devel
22 BuildRequires:  gettext perl(XML::Parser)
23 BuildRequires:  intltool
24 BuildRequires:  libxslt
25
26 %description
27 Viking is a free/open source program to manage GPS data.
28 You can import, plot and create tracks and waypoints, show OSM, Terraserver and other maps, see real-time GPS position, get geocaches, control items, etc.
29 It is written in C with the GTK+2 toolkit.
30
31 %prep
32 %setup -q
33
34 %build
35 %configure
36 make 
37
38 %install
39 rm -rf %{buildroot}
40 make DESTDIR=%{buildroot} install
41 %find_lang %{name}
42 rm -f doc/Makefile*
43 rm -f doc/dev/Makefile*
44
45 %check
46 make test
47
48 %clean
49 rm -rf %{buildroot}
50
51 %files -f %{name}.lang
52 %defattr(-,root,root,-)
53 %doc AUTHORS ChangeLog COPYING NEWS README TODO doc/
54 %{_bindir}/viking
55 %{_bindir}/viking-remote
56 %{_datadir}/applications/viking.desktop
57 %{_datadir}/icons/hicolor/48x48/apps/viking.png
58
59 %changelog
60 * Thu Feb 21 2008 Michael A. Peters <mpeters@mac.com> - 0.9.3.20080220-1
61 - change License field from GPL to GPLv2
62 - BR gpsd-devel
63 - BR gettext perl(XML::Parser) - needed for intltool
64 - use find_land macro to package mo files
65
66 * Sun Sep  4 2007 Guilhem Bonnefille <guilhem.bonnefille> - 0.9.2-1
67 - Update to upstream version 0.9.2.
68
69 * Sun Sep  2 2007 Guilhem Bonnefille <guilhem.bonnefille> - 0.9.1-1
70 - Update to upstream version 0.9.1.
71
72 * Fri Jul 13 2007 Guilhem Bonnefille <guilhem.bonnefille> - 0.9-1
73 - Update to upstream version 0.9.
74
75 * Thu May 18 2007 Quy Tonthat <qtonthat@gmail.com>
76 - Added curl-devel to BuildRequires list.
77
78 * Thu May 15 2007 Guilhem Bonnefille <guilhem.bonnefille> - 0.1.3-1
79 - Update to upstream version 0.1.3.
80
81 * Wed Feb 14 2007 Michael A. Peters <mpeters@mac.com> - 0.1.2-1
82 - Initial Fedora style spec file.