Index: Makefile =================================================================== --- /dev/null +++ Makefile @@ -0,0 +1 @@ +include ../Makefile.common \ No newline at end of file Index: abi_symbols =================================================================== --- /dev/null +++ abi_symbols @@ -0,0 +1,36 @@ +libroutino-slim.so.0:Routino_CalculateRoute +libroutino-slim.so.0:Routino_Check_API_Version +libroutino-slim.so.0:Routino_CreateProfileFromUserProfile +libroutino-slim.so.0:Routino_CreateUserProfileFromProfile +libroutino-slim.so.0:Routino_DeleteRoute +libroutino-slim.so.0:Routino_FindWaypoint +libroutino-slim.so.0:Routino_FreeXMLProfiles +libroutino-slim.so.0:Routino_FreeXMLTranslations +libroutino-slim.so.0:Routino_GetProfile +libroutino-slim.so.0:Routino_GetProfileNames +libroutino-slim.so.0:Routino_GetTranslation +libroutino-slim.so.0:Routino_GetTranslationLanguageFullNames +libroutino-slim.so.0:Routino_GetTranslationLanguages +libroutino-slim.so.0:Routino_LoadDatabase +libroutino-slim.so.0:Routino_ParseXMLProfiles +libroutino-slim.so.0:Routino_ParseXMLTranslations +libroutino-slim.so.0:Routino_UnloadDatabase +libroutino-slim.so.0:Routino_ValidateProfile +libroutino.so.0:Routino_CalculateRoute +libroutino.so.0:Routino_Check_API_Version +libroutino.so.0:Routino_CreateProfileFromUserProfile +libroutino.so.0:Routino_CreateUserProfileFromProfile +libroutino.so.0:Routino_DeleteRoute +libroutino.so.0:Routino_FindWaypoint +libroutino.so.0:Routino_FreeXMLProfiles +libroutino.so.0:Routino_FreeXMLTranslations +libroutino.so.0:Routino_GetProfile +libroutino.so.0:Routino_GetProfileNames +libroutino.so.0:Routino_GetTranslation +libroutino.so.0:Routino_GetTranslationLanguageFullNames +libroutino.so.0:Routino_GetTranslationLanguages +libroutino.so.0:Routino_LoadDatabase +libroutino.so.0:Routino_ParseXMLProfiles +libroutino.so.0:Routino_ParseXMLTranslations +libroutino.so.0:Routino_UnloadDatabase +libroutino.so.0:Routino_ValidateProfile Index: abi_used_libs =================================================================== --- /dev/null +++ abi_used_libs @@ -0,0 +1,5 @@ +libbz2.so.1.0 +libc.so.6 +libm.so.6 +libpthread.so.0 +libz.so.1 Index: files/0001-Fix-paths.patch =================================================================== --- /dev/null +++ files/0001-Fix-paths.patch @@ -0,0 +1,39 @@ +From b816ac120cbb428cfa48a15793b4c5c5d4fc2cfd Mon Sep 17 00:00:00 2001 +From: Philipp Trulson +Date: Tue, 23 May 2017 12:33:12 +0200 +Subject: [PATCH] Fix paths + +--- + Makefile.conf | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + +diff --git a/Makefile.conf b/Makefile.conf +index a1cfb24..d50b8be 100644 +--- a/Makefile.conf ++++ b/Makefile.conf +@@ -45,11 +45,11 @@ endif + # Installation locations (edit if required) + + ifneq ($(HOST),MINGW) +-prefix=/usr/local ++prefix=/usr + bindir=$(prefix)/bin + incdir=$(prefix)/include + libdir=$(prefix)/lib +-docdir=$(prefix)/doc/routino ++docdir=$(prefix)/share/doc/routino + datadir=$(prefix)/share/routino + else + prefix="c:/Program Files/Routino" +@@ -118,7 +118,7 @@ LDFLAGS_SLIM_SONAME=-Wl,-soname=libroutino-slim.so.$(SOVERSION) + endif + + # Put the current directory in the shared library path for the router using libroutino +-LDFLAGS_LDSO=-Wl,-R. ++ + + + # Required for multi-threaded support (comment these two lines out if not required) +-- +2.13.0 + Index: package.yml =================================================================== --- /dev/null +++ package.yml @@ -0,0 +1,16 @@ +name : routino +version : 3.2 +release : 1 +source : + - https://www.routino.org/download/routino-3.2.tgz : e2a431eaffbafab630835966d342e4ae25d5edb94c8ed419200e1ffb50bc7552 +license : AGPL-3.0 +component : system.utils +summary : Routino is an application for finding a route between two points +description: | + Routino is an application for finding a route between two points using the dataset of topographical information collected by OpenStreetMap. +setup : | + %patch -p1 < $pkgfiles/0001-Fix-paths.patch +build : | + %make +install : | + %make_install \ No newline at end of file Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,51 @@ + + + routino + + Philipp Trulson + philipp@trulson.de + + AGPL-3.0 + desktop + Routino is an application for finding a route between two points + Routino is an application for finding a route between two points using the dataset of topographical information collected by OpenStreetMap. + + https://solus-project.com/sources/README.Solus + + + routino + Routino is an application for finding a route between two points + Routino is an application for finding a route between two points using the dataset of topographical information collected by OpenStreetMap. + + desktop + + /usr/bin + /usr/lib/lib*.so.* + /usr/share/doc + /usr/share/routino + + + + routino-devel + Development files for routino + Routino is an application for finding a route between two points using the dataset of topographical information collected by OpenStreetMap. + + programming.devel + + routino + + + /usr/include/ + /usr/lib/lib*.so + + + + + 2017-05-23 + 3.2 + Packaging update + Philipp Trulson + philipp@trulson.de + + + \ No newline at end of file