Document previous patch
[viking.git] / viking.spec.in
blob5a12200ca348d340bb811bcaac175a073851e08d
1 #%% Fedora style spec file written by Michael A. Peters
2 #%% It is released under Public Domain
3 #%% May be redistributed without this notice.
5 Name: viking
6 Version: @VERSION@
7 Release: 1
9 Summary: GPS data editor and analyzer
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)
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
26 %description
27 Viking is a free/open source program to manage GPS data. You can import and
28 plot tracks and waypoints, show Terraserver maps under it, add coordinate
29 lines, make new tracks and waypoints, hide different things, etc. It is written
30 in C with the GTK+ 2.
32 %prep
33 %setup -q
35 %build
36 %configure
37 make
39 %install
40 rm -rf %{buildroot}
41 make DESTDIR=%{buildroot} install
42 %find_lang %{name}
43 rm -f doc/Makefile*
44 rm -f doc/dev/Makefile*
46 %check
47 make test
49 %clean
50 rm -rf %{buildroot}
52 %files -f %{name}.lang
53 %defattr(-,root,root,-)
54 %doc AUTHORS ChangeLog COPYING NEWS README TODO doc/
55 %{_bindir}/viking
56 %{_bindir}/viking-remote
57 %{_datadir}/applications/viking.desktop
58 %{_datadir}/icons/hicolor/48x48/apps/viking.png
60 %changelog
61 * Thu Feb 21 2008 Michael A. Peters <mpeters@mac.com> - 0.9.3.20080220-1
62 - change License field from GPL to GPLv2
63 - BR gpsd-devel
64 - BR gettext perl(XML::Parser) - needed for intltool
65 - use find_land macro to package mo files
67 * Sun Sep 4 2007 Guilhem Bonnefille <guilhem.bonnefille> - 0.9.2-1
68 - Update to upstream version 0.9.2.
70 * Sun Sep 2 2007 Guilhem Bonnefille <guilhem.bonnefille> - 0.9.1-1
71 - Update to upstream version 0.9.1.
73 * Fri Jul 13 2007 Guilhem Bonnefille <guilhem.bonnefille> - 0.9-1
74 - Update to upstream version 0.9.
76 * Thu May 18 2007 Quy Tonthat <qtonthat@gmail.com>
77 - Added curl-devel to BuildRequires list.
79 * Thu May 15 2007 Guilhem Bonnefille <guilhem.bonnefille> - 0.1.3-1
80 - Update to upstream version 0.1.3.
82 * Wed Feb 14 2007 Michael A. Peters <mpeters@mac.com> - 0.1.2-1
83 - Initial Fedora style spec file.