]> git.street.me.uk Git - andy/viking.git/blame_incremental - viking.spec.in
Remove old tests that no longer useful
[andy/viking.git] / viking.spec.in
... / ...
CommitLineData
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
5Name: viking
6Version: @VERSION@
7Release: 1
8
9Summary: GPS data editor and analyzer
10
11Group: Applications/Productivity
12License: GPLv2
13URL: http://sourceforge.net/projects/viking/
14Source0: %{name}-%{version}.tar.gz
15BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
16
17BuildRequires: curl-devel
18BuildRequires: expat-devel
19BuildRequires: gtk2-devel >= 2.16
20BuildRequires: pkgconfig
21BuildRequires: gpsd-devel
22BuildRequires: gettext perl(XML::Parser)
23BuildRequires: intltool
24BuildRequires: libxslt
25BuildRequires: libgexiv2-devel
26BuildRequires: libbz2-devel
27BuildRequires: libmagic-devel
28BuildRequires: libsqlite3-devel
29BuildRequires: libmapnik-devel
30BuildRequires: libzip-devel
31
32%description
33Viking is a free/open source program to manage GPS data.
34You can import, plot and create tracks, routes and waypoints, show OSM and other maps, see real-time GPS position, control items, etc.
35Other advanced capabilities include Geotagging Images, generate Maps (using Mapnik), Upload and Download tracks from OSM, Routing from OSRM or Google, Name Searches from OSM Nominatim or Google and more.
36It is written in mainly in C with some C++ and uses the GTK+2 toolkit.
37
38%prep
39%setup -q
40
41%build
42%configure
43make
44
45%install
46rm -rf %{buildroot}
47make DESTDIR=%{buildroot} install
48%find_lang %{name}
49rm -f doc/Makefile*
50rm -f doc/dev/Makefile*
51
52%check
53make test
54
55%clean
56rm -rf %{buildroot}
57
58%files -f %{name}.lang
59%defattr(-,root,root,-)
60%doc AUTHORS ChangeLog COPYING NEWS README TODO doc/
61%{_bindir}/viking
62%{_datadir}/applications/viking.desktop
63%{_datadir}/icons/hicolor/48x48/apps/viking.png
64
65%changelog
66* Thu Feb 21 2008 Michael A. Peters <mpeters@mac.com> - 0.9.3.20080220-1
67- change License field from GPL to GPLv2
68- BR gpsd-devel
69- BR gettext perl(XML::Parser) - needed for intltool
70- use find_land macro to package mo files
71
72* Sun Sep 4 2007 Guilhem Bonnefille <guilhem.bonnefille> - 0.9.2-1
73- Update to upstream version 0.9.2.
74
75* Sun Sep 2 2007 Guilhem Bonnefille <guilhem.bonnefille> - 0.9.1-1
76- Update to upstream version 0.9.1.
77
78* Fri Jul 13 2007 Guilhem Bonnefille <guilhem.bonnefille> - 0.9-1
79- Update to upstream version 0.9.
80
81* Thu May 18 2007 Quy Tonthat <qtonthat@gmail.com>
82- Added curl-devel to BuildRequires list.
83
84* Thu May 15 2007 Guilhem Bonnefille <guilhem.bonnefille> - 0.1.3-1
85- Update to upstream version 0.1.3.
86
87* Wed Feb 14 2007 Michael A. Peters <mpeters@mac.com> - 0.1.2-1
88- Initial Fedora style spec file.