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

index 0fb84d35c34ccb00d050ff5b0a7f8fae702b955a..c0800da226aaf7ece19d26c064b3d750d43a8b10 100644 (file)
@@ -4,11 +4,12 @@
 ###############################################################################
 
 name       = libtalloc
-version    = 2.1.8
+version    = 2.3.4
 release    = 1
+thisapp    = talloc-%{version}
 
 groups     = System/Libraries
-url        = http://talloc.samba.org/
+url        = https://talloc.samba.org/
 license    = LGPLv3+
 summary    = The talloc library.
 
@@ -16,15 +17,13 @@ description
        A library that implements a hierarchical allocator with destructors.
 end
 
-thisapp = talloc-%{version}
-
-source_dl  = http://samba.org/ftp/talloc/
+source_dl  = https://samba.org/ftp/talloc/
 
 build
        requires
                docbook-utils
                docbook-xsl
-               python-devel
+               python3-devel
        end
 
        configure_options += \
@@ -40,8 +39,10 @@ packages
                template DEVEL
        end
 
-       package pytalloc
-               template PYTHON
+       package python3-talloc
+               template PYTHON3
+
+               files += %{libdir}/libpytalloc*
        end
 
        package %{name}-debuginfo