X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/06e94d26e8918de8080b6269d50779191dd9fdea..3f3505445cd35cd81b649eee761968579064a19e:/viking.spec.in diff --git a/viking.spec.in b/viking.spec.in index 00f4ef0a..4b9be5ae 100644 --- a/viking.spec.in +++ b/viking.spec.in @@ -9,21 +9,31 @@ 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) BuildRequires: curl-devel BuildRequires: expat-devel -BuildRequires: gtk2-devel >= 2.2.0 +BuildRequires: gtk2-devel >= 2.16 BuildRequires: pkgconfig +BuildRequires: gpsd-devel +BuildRequires: gettext perl(XML::Parser) +BuildRequires: intltool +BuildRequires: libxslt +BuildRequires: libgexiv2-devel +BuildRequires: libbz2-devel +BuildRequires: libmagic-devel +BuildRequires: libsqlite3-devel +BuildRequires: libmapnik-devel +BuildRequires: libzip-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, routes and waypoints, show OSM and other maps, see real-time GPS position, control items, etc. +Other 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. +It is written in mainly in C with some C++ and uses the GTK+2 toolkit. %prep %setup -q @@ -35,6 +45,7 @@ make %install rm -rf %{buildroot} make DESTDIR=%{buildroot} install +%find_lang %{name} rm -f doc/Makefile* rm -f doc/dev/Makefile* @@ -44,13 +55,29 @@ 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 - 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 - 0.9.2-1 +- Update to upstream version 0.9.2. + +* Sun Sep 2 2007 Guilhem Bonnefille - 0.9.1-1 +- Update to upstream version 0.9.1. + +* Fri Jul 13 2007 Guilhem Bonnefille - 0.9-1 +- Update to upstream version 0.9. + * Thu May 18 2007 Quy Tonthat - Added curl-devel to BuildRequires list.