Page MenuHomeSolus

D3398.id8384.diff
No OneTemporary

D3398.id8384.diff

Index: Makefile
===================================================================
--- /dev/null
+++ Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
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 <philipp@trulson.de>
+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,20 @@
+name : routino
+version : 3.2
+release : 1
+source :
+ - https://www.routino.org/download/routino-3.2.tgz : e2a431eaffbafab630835966d342e4ae25d5edb94c8ed419200e1ffb50bc7552
+license : AGPL-3.0-or-later
+component : system.utils
+summary : Routino is an application for finding a route between two points
+description: |
+ Routino is a command-line application for finding a route between two points using the dataset of topographical information collected by OpenStreetMap.
+builddeps :
+ - bzip2-devel
+setup : |
+ %patch -p1 < $pkgfiles/0001-Fix-paths.patch
+build : |
+ %make
+install : |
+ %make_install libdir=%libdir%
+check : |
+ %make test
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ pspec_x86_64.xml
@@ -0,0 +1,94 @@
+<PISI>
+ <Source>
+ <Name>routino</Name>
+ <Packager>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
+ </Packager>
+ <License>AGPL-3.0-or-later</License>
+ <PartOf>system.utils</PartOf>
+ <Summary xml:lang="en">Routino is an application for finding a route between two points</Summary>
+ <Description xml:lang="en">Routino is a command-line application for finding a route between two points using the dataset of topographical information collected by OpenStreetMap.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>routino</Name>
+ <Summary xml:lang="en">Routino is an application for finding a route between two points</Summary>
+ <Description xml:lang="en">Routino is a command-line application for finding a route between two points using the dataset of topographical information collected by OpenStreetMap.
+</Description>
+ <PartOf>system.utils</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin/filedumper</Path>
+ <Path fileType="executable">/usr/bin/filedumper-slim</Path>
+ <Path fileType="executable">/usr/bin/filedumperx</Path>
+ <Path fileType="executable">/usr/bin/planetsplitter</Path>
+ <Path fileType="executable">/usr/bin/planetsplitter-slim</Path>
+ <Path fileType="executable">/usr/bin/router</Path>
+ <Path fileType="executable">/usr/bin/router+lib</Path>
+ <Path fileType="executable">/usr/bin/router+lib-slim</Path>
+ <Path fileType="executable">/usr/bin/router-slim</Path>
+ <Path fileType="library">/usr/lib64/libroutino-slim.so.0</Path>
+ <Path fileType="library">/usr/lib64/libroutino-slim.so.0.0.0</Path>
+ <Path fileType="library">/usr/lib64/libroutino.so.0</Path>
+ <Path fileType="library">/usr/lib64/libroutino.so.0.0.0</Path>
+ <Path fileType="doc">/usr/share/doc/routino/ALGORITHM.txt</Path>
+ <Path fileType="doc">/usr/share/doc/routino/CONFIGURATION.txt</Path>
+ <Path fileType="doc">/usr/share/doc/routino/DATA.txt</Path>
+ <Path fileType="doc">/usr/share/doc/routino/DATALIFE.txt</Path>
+ <Path fileType="doc">/usr/share/doc/routino/INSTALL-MS-WIN.txt</Path>
+ <Path fileType="doc">/usr/share/doc/routino/INSTALL.txt</Path>
+ <Path fileType="doc">/usr/share/doc/routino/LIBRARY.txt</Path>
+ <Path fileType="doc">/usr/share/doc/routino/LIMITS.txt</Path>
+ <Path fileType="doc">/usr/share/doc/routino/NEWS.txt</Path>
+ <Path fileType="doc">/usr/share/doc/routino/OUTPUT.txt</Path>
+ <Path fileType="doc">/usr/share/doc/routino/README.txt</Path>
+ <Path fileType="doc">/usr/share/doc/routino/TAGGING.txt</Path>
+ <Path fileType="doc">/usr/share/doc/routino/USAGE.txt</Path>
+ <Path fileType="doc">/usr/share/doc/routino/agpl-3.0.txt</Path>
+ <Path fileType="doc">/usr/share/doc/routino/html/algorithm.html</Path>
+ <Path fileType="doc">/usr/share/doc/routino/html/configuration.html</Path>
+ <Path fileType="doc">/usr/share/doc/routino/html/data.html</Path>
+ <Path fileType="doc">/usr/share/doc/routino/html/index.html</Path>
+ <Path fileType="doc">/usr/share/doc/routino/html/installation-ms-windows.html</Path>
+ <Path fileType="doc">/usr/share/doc/routino/html/installation.html</Path>
+ <Path fileType="doc">/usr/share/doc/routino/html/library.html</Path>
+ <Path fileType="doc">/usr/share/doc/routino/html/limits.html</Path>
+ <Path fileType="doc">/usr/share/doc/routino/html/output.html</Path>
+ <Path fileType="doc">/usr/share/doc/routino/html/readme.html</Path>
+ <Path fileType="doc">/usr/share/doc/routino/html/style.css</Path>
+ <Path fileType="doc">/usr/share/doc/routino/html/tagging.html</Path>
+ <Path fileType="doc">/usr/share/doc/routino/html/usage.html</Path>
+ <Path fileType="data">/usr/share/routino/profiles.xml</Path>
+ <Path fileType="data">/usr/share/routino/tagging-drive.xml</Path>
+ <Path fileType="data">/usr/share/routino/tagging-ride.xml</Path>
+ <Path fileType="data">/usr/share/routino/tagging-walk.xml</Path>
+ <Path fileType="data">/usr/share/routino/tagging.xml</Path>
+ <Path fileType="data">/usr/share/routino/translations.xml</Path>
+ </Files>
+ </Package>
+ <Package>
+ <Name>routino-devel</Name>
+ <Summary xml:lang="en">Development files for routino</Summary>
+ <Description xml:lang="en">Routino is a command-line application for finding a route between two points using the dataset of topographical information collected by OpenStreetMap.
+</Description>
+ <PartOf>programming.devel</PartOf>
+ <RuntimeDependencies>
+ <Dependency release="1">routino</Dependency>
+ </RuntimeDependencies>
+ <Files>
+ <Path fileType="header">/usr/include/routino.h</Path>
+ <Path fileType="library">/usr/lib64/libroutino-slim.so</Path>
+ <Path fileType="library">/usr/lib64/libroutino.so</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2018-07-24</Date>
+ <Version>3.2</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Wed, Jul 26, 1:47 PM (2 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5834246
Default Alt Text
D3398.id8384.diff (9 KB)

Event Timeline