]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
libtdb: Update to 1.4.7
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 19 Dec 2022 13:42:10 +0000 (13:42 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 19 Dec 2022 13:42:10 +0000 (13:42 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
libtdb/libtdb.nm

index 872df04581da5507758bf1780b8a07c4fd3dff41..970442a3a87a07e12d16ffb92834a121a2561322 100644 (file)
@@ -4,11 +4,12 @@
 ###############################################################################
 
 name       = libtdb
-version    = 1.3.11
-release    = 2
+version    = 1.4.7
+release    = 1
+thisapp    = tdb-%{version}
 
 groups     = System/Libraries
-url        = http://tdb.samba.org/
+url        = https://tdb.samba.org/
 license    = LGPLv3+
 summary    = The tdb library.
 
@@ -16,15 +17,13 @@ description
        A library that implements a trivial database.
 end
 
-thisapp = tdb-%{version}
-
-source_dl  = http://samba.org/ftp/tdb/
+source_dl  = https://samba.org/ftp/tdb/
 
 build
        requires
                docbook-utils
                docbook-xsl
-               python-devel
+               python3-devel
        end
 
        configure_options += \
@@ -56,8 +55,8 @@ packages
                template DEVEL
        end
 
-       package pytdb
-               template PYTHON
+       package python3-tdb
+               template PYTHON3
        end
 
        package %{name}-debuginfo