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