diff --git a/README.md b/README.md index f80e97d..0925eee 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # tangogps +tangogps is an easy to use, fast and lightweight mapping application for use with or without GPS. It runs on any Linux platform from the desktop over eeePC down to phones like the Openmoko Neo. +By default tangoGPS uses map data from the Openstreetmap project. Additionally a variety of other repositories can be easily added. +The maps are automagically downloaded and cached for offline use while you drag or zoom the map. Furthermore you can conveniently pre-cache areas with tangoGPS. + diff --git a/tangogps-0.99.4-curl-7.31.patch b/tangogps-0.99.4-curl-7.31.patch new file mode 100644 index 0000000..1781113 --- /dev/null +++ b/tangogps-0.99.4-curl-7.31.patch @@ -0,0 +1,30 @@ +--- tangogps-0.99.4/src/friends.c 2011-07-14 10:47:00.892438618 -0400 ++++ tangogps-0.99.4/src/friends.c 2011-07-14 10:47:02.762906923 -0400 +@@ -17,7 +17,6 @@ + #include + + #include +-#include + #include + + +--- tangogps-0.99.4/src/util.h 2011-07-14 10:47:14.503688406 -0400 ++++ tangogps-0.99.4/src/util.h 2011-07-14 10:47:17.673688468 -0400 +@@ -2,7 +2,6 @@ + #include + + #include +-#include + #include + int + sql_execute(char *db_name, char *sql, int (*cb_func)(void*,int,char**,char**)); +--- tangogps-0.99.4/src/tile_management.c 2011-07-14 10:46:53.403688596 -0400 ++++ tangogps-0.99.4/src/tile_management.c 2011-07-14 10:46:55.462439362 -0400 +@@ -5,7 +5,6 @@ + #include + #include + #include +-#include + #include + #include + #include "globals.h" diff --git a/tangogps.spec b/tangogps.spec new file mode 100644 index 0000000..261e61a --- /dev/null +++ b/tangogps.spec @@ -0,0 +1,70 @@ +Name: tangogps +Version: 0.99.4 +Release: 1mamba +Summary: An easy to use, fast and lightweight mapping application for use with or without GPS +Group: Graphical Desktop/Applications/Scientific +Vendor: openmamba +Distribution: openmamba +Packager: Ercole 'ercolinux' Carpanetto +URL: http://www.tangogps.org +Source: http://pkgs.fedoraproject.org/repo/pkgs/tangogps/tangogps-%{version}.tar.gz/0f07ede94a21eb84f5e017fa88a1fc3d/tangogps-%{version}.tar.gz +#Source: http://www.tangogps.org/downloads/tangogps-%{version}.tar.gz +Patch0: tangogps-0.99.4-curl-7.31.patch +License: GPL +BuildRoot: %{_tmppath}/%{name}-%{version}-root +## AUTOBUILDREQ-BEGIN +BuildRequires: GConf-devel +BuildRequires: glibc-devel +BuildRequires: libatk-devel +BuildRequires: libcairo-devel +BuildRequires: libcurl-devel +BuildRequires: libglib-devel +BuildRequires: libgtk-devel +BuildRequires: libpango-devel +BuildRequires: libsqlite-devel +BuildRequires: ORBit2-devel +## AUTOBUILDREQ-END +Requires: gpsd + +%description +tangogps is an easy to use, fast and lightweight mapping application for use with or without GPS. It runs on any Linux platform from the desktop over eeePC down to phones like the Openmoko Neo. +By default tangoGPS uses map data from the Openstreetmap project. Additionally a variety of other repositories can be easily added. +The maps are automagically downloaded and cached for offline use while you drag or zoom the map. Furthermore you can conveniently pre-cache areas with tangoGPS. + +%prep +%setup -q +%patch0 -p1 + +%build +%configure + +%make LDFLAGS="-lm" + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +install -d -m0755 %{buildroot}%{_docdir}%{name} +rm -rf %{buildroot}%{_prefix}/doc + +%find_lang %{name} + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files -f %{name}.lang +%defattr(-,root,root) +%{_bindir}/tangogps +%{_datadir}/applications/tangogps.desktop +%{_datadir}/pixmaps/*.png +%doc AUTHORS COPYING + +%changelog +* Mon Jul 15 2013 Automatic Build System 0.9.3-3mamba +- automatic rebuild by autodist + +* Wed Jan 07 2009 Silvan Calarco 0.9.3-2mamba +- added requirement for gpsd + +* Thu Jan 01 2009 Ercole 'ercolinux' Carpanetto 0.9.3-1mamba +- package created by autospec