]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
libloc: Update to 0.9.1
authorStefan Schantl <stefan.schantl@ipfire.org>
Tue, 26 May 2020 17:01:18 +0000 (19:01 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Tue, 26 May 2020 17:01:18 +0000 (19:01 +0200)
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
config/rootfiles/common/libloc
lfs/libloc

index 39c61a67d15d368429c18ced07af0e68d0f42971..85e6b9bd237aed8986f4821a212614c7d4a283ce 100644 (file)
@@ -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
-
index e6f24abb4588e2114ee9d55b93f77e3b7bcb6c27..ae1cee32f53b9d677f69603347727e29c3e3273a 100644 (file)
 
 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 \