]> git.street.me.uk Git - andy/viking.git/blobdiff - viking.spec.in
Add a zoom selector on status bar
[andy/viking.git] / viking.spec.in
index cc0ee8f325ab836ac86eb91546ced8aac65102c5..4e0c9a4f79abb9e0ca66ac5af34a4288e699d83a 100644 (file)
@@ -9,7 +9,7 @@ Release:        1
 Summary:       GPS data editor and analyzer
 
 Group:         Applications/Productivity
-License:       GPL
+License:       GPLv2
 URL:           http://sourceforge.net/projects/viking/
 Source0:       %{name}-%{version}.tar.gz
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -18,12 +18,16 @@ BuildRequires:      curl-devel
 BuildRequires: expat-devel
 BuildRequires: gtk2-devel >= 2.2.0
 BuildRequires: pkgconfig
+BuildRequires: gpsd-devel
+BuildRequires: gettext perl(XML::Parser)
+BuildRequires: intltool
+BuildRequires: libxslt
+BuildRequires:  libexif-devel
 
 %description
-Viking is a free/open source program to manage GPS data. You can import and
-plot tracks and waypoints, show Terraserver maps under it, add coordinate
-lines, make new tracks and waypoints, hide different things, etc. It is written
-in C with the GTK+ 2.
+Viking is a free/open source program to manage GPS data.
+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.
+It is written in C with the GTK+2 toolkit.
 
 %prep
 %setup -q
@@ -35,6 +39,7 @@ make
 %install
 rm -rf %{buildroot}
 make DESTDIR=%{buildroot} install
+%find_lang %{name}
 rm -f doc/Makefile*
 rm -f doc/dev/Makefile*
 
@@ -44,13 +49,21 @@ make test
 %clean
 rm -rf %{buildroot}
 
-%files
+%files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING NEWS README TODO doc/
 %{_bindir}/viking
 %{_bindir}/viking-remote
+%{_datadir}/applications/viking.desktop
+%{_datadir}/icons/hicolor/48x48/apps/viking.png
 
 %changelog
+* Thu Feb 21 2008 Michael A. Peters <mpeters@mac.com> - 0.9.3.20080220-1
+- change License field from GPL to GPLv2
+- BR gpsd-devel
+- BR gettext perl(XML::Parser) - needed for intltool
+- use find_land macro to package mo files
+
 * Sun Sep  4 2007 Guilhem Bonnefille <guilhem.bonnefille> - 0.9.2-1
 - Update to upstream version 0.9.2.