automatic rebuild by autodist [release 0.9.3-3mamba;Mon Jul 15 2013]
This commit is contained in:
parent
8b9bd05703
commit
16e3e25167
@ -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.
|
||||
|
||||
|
30
tangogps-0.99.4-curl-7.31.patch
Normal file
30
tangogps-0.99.4-curl-7.31.patch
Normal file
@ -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 <gtk/gtk.h>
|
||||
|
||||
#include <curl/curl.h>
|
||||
-#include <curl/types.h>
|
||||
#include <curl/easy.h>
|
||||
|
||||
|
||||
--- 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 <gtk/gtk.h>
|
||||
|
||||
#include <curl/curl.h>
|
||||
-#include <curl/types.h>
|
||||
#include <curl/easy.h>
|
||||
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 <glib/gprintf.h>
|
||||
#include <string.h>
|
||||
#include <curl/curl.h>
|
||||
-#include <curl/types.h>
|
||||
#include <curl/easy.h>
|
||||
#include <math.h>
|
||||
#include "globals.h"
|
70
tangogps.spec
Normal file
70
tangogps.spec
Normal file
@ -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 <ercole69@gmail.com>
|
||||
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 <autodist@mambasoft.it> 0.9.3-3mamba
|
||||
- automatic rebuild by autodist
|
||||
|
||||
* Wed Jan 07 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.3-2mamba
|
||||
- added requirement for gpsd
|
||||
|
||||
* Thu Jan 01 2009 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 0.9.3-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user