From fb47a9be0c68d50026f99e0c353007ed274b4a1a Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Tue, 26 May 2020 19:01:18 +0200 Subject: [PATCH] libloc: Update to 0.9.1 Signed-off-by: Stefan Schantl --- config/rootfiles/common/libloc | 22 +++++++++++++++------- lfs/libloc | 10 +++++----- 2 files changed, 20 insertions(+), 12 deletions(-) diff --git a/config/rootfiles/common/libloc b/config/rootfiles/common/libloc index 39c61a67d1..85e6b9bd23 100644 --- a/config/rootfiles/common/libloc +++ b/config/rootfiles/common/libloc @@ -1,5 +1,6 @@ usr/bin/location-downloader usr/bin/location-exporter +#usr/bin/location-importer usr/bin/location-query #usr/include/libloc #usr/include/libloc/as.h @@ -17,15 +18,22 @@ usr/bin/location-query #usr/lib/libloc.so usr/lib/libloc.so.0 usr/lib/libloc.so.0.0.0 -usr/lib/perl5/site_perl/5.30.0/MACHINE-linux-thread-multi/Location.pm -#usr/lib/perl5/site_perl/5.30.0/MACHINE-linux-thread-multi/auto/Location -#usr/lib/perl5/site_perl/5.30.0/MACHINE-linux-thread-multi/auto/Location/.packlist -usr/lib/perl5/site_perl/5.30.0/MACHINE-linux-thread-multi/auto/Location/Location.so +usr/lib/perl5/site_perl/5.30.0/xxxMACHINExxx-linux-thread-multi/Location.pm +#usr/lib/perl5/site_perl/5.30.0/xxxMACHINExxx-linux-thread-multi/auto/Location +#usr/lib/perl5/site_perl/5.30.0/xxxMACHINExxx-linux-thread-multi/auto/Location/.packlist +usr/lib/perl5/site_perl/5.30.0/xxxMACHINExxx-linux-thread-multi/auto/Location/Location.so #usr/lib/pkgconfig/libloc.pc -#usr/lib/python3.6/site-packages/location.la -usr/lib/python3.6/site-packages/location.so +#usr/lib/python3 +#usr/lib/python3.8/lib-dynload/_location.la +usr/lib/python3.8/lib-dynload/_location.so +#usr/lib/python3/dist-packages +#usr/lib/python3/dist-packages/location +usr/lib/python3/dist-packages/location/__init__.py +usr/lib/python3/dist-packages/location/database.py +usr/lib/python3/dist-packages/location/i18n.py +usr/lib/python3/dist-packages/location/importer.py +usr/lib/python3/dist-packages/location/logger.py #usr/share/locale/de/LC_MESSAGES/libloc.mo #usr/share/man/man3/Location.3 var/lib/location var/lib/location/signing-key.pem - diff --git a/lfs/libloc b/lfs/libloc index e6f24abb45..ae1cee32f5 100644 --- a/lfs/libloc +++ b/lfs/libloc @@ -24,11 +24,10 @@ include Config -VER = 0.9.0 -GIT_REV = cd022c +VER = 0.9.1 -THISAPP = libloc-$(VER)-$(GIT_REV) -DL_FILE = $(THISAPP).tar.xz +THISAPP = libloc-$(VER) +DL_FILE = $(THISAPP).tar.gz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/libloc-$(VER) TARGET = $(DIR_INFO)/$(THISAPP) @@ -41,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = a40fcbdd5585f720ca801166befeef85 +$(DL_FILE)_MD5 = b62331e7a5bc5299bdd35f340342fc51 install : $(TARGET) check : $(patsubst %,$(DIR_CHK)/%,$(objects)) @@ -73,6 +72,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xvf $(DIR_DL)/$(DL_FILE) + cd $(DIR_APP) && ./autogen.sh cd $(DIR_APP) && ./configure \ --prefix=/usr \ --sysconfdir=/etc \ -- 2.39.5