]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
libtevent: Update to 0.13.0
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 19 Dec 2022 14:32:29 +0000 (14:32 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 19 Dec 2022 14:32:29 +0000 (14:32 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
libtevent/libtevent.nm

index 4547a9e2682a219672519e874252ecbc87ddcf4c..e2d625874248ef58bb9d090f50a608e4d58f56dc 100644 (file)
@@ -4,11 +4,12 @@
 ###############################################################################
 
 name       = libtevent
-version    = 0.9.30
+version    = 0.13.0
 release    = 1
+thisapp    = tevent-%{version}
 
 groups     = System/Libraries
-url        = http://tevent.samba.org/
+url        = https://tevent.samba.org/
 license    = LGPLv3+
 summary    = The tevent library.
 
@@ -18,22 +19,25 @@ description
        the classic file descriptor events.
 end
 
-thisapp = tevent-%{version}
-
-source_dl  = http://samba.org/ftp/tevent/
+source_dl  = https://samba.org/ftp/tevent/
 
 build
        requires
+               cmocka-devel
                docbook-utils
                docbook-xsl
-               libtalloc-devel >= 2.1.5
-               python-devel
+               libtalloc-devel >= 2.3.4
+               python3-devel
        end
 
        configure_options += \
                --disable-rpath \
                --disable-rpath-install \
                --bundled-libraries=NONE
+
+       test
+               make check
+       end
 end
 
 packages
@@ -43,8 +47,8 @@ packages
                template DEVEL
        end
 
-       package pytevent
-               template PYTHON
+       package python3-tevent
+               template PYTHON3
        end
 
        package %{name}-debuginfo