[packages/tevent] Up to 0.14.1.

arekm arekm at pld-linux.org
Wed Mar 15 12:37:26 CET 2023


commit ee4a5f7c8fb76a4095d1bcc75a947ae9490cf5a0
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Wed Mar 15 12:37:10 2023 +0100

    Up to 0.14.1.

 tevent.spec | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)
---
diff --git a/tevent.spec b/tevent.spec
index 6714a0e..f560e57 100644
--- a/tevent.spec
+++ b/tevent.spec
@@ -1,12 +1,12 @@
 Summary:	An event system library
 Summary(pl.UTF-8):	Biblioteka systemu zdarzeń
 Name:		tevent
-Version:	0.11.0
-Release:	3
+Version:	0.14.1
+Release:	1
 License:	LGPL v3+
 Group:		Libraries
 Source0:	https://www.samba.org/ftp/tevent/%{name}-%{version}.tar.gz
-# Source0-md5:	5ea8283263f84d25b72b5260bbea75ed
+# Source0-md5:	ac12f248559e21410b036f4bfe6b8987
 URL:		https://tevent.samba.org/
 BuildRequires:	libbsd-devel
 BuildRequires:	python3-devel >= 1:3.2
@@ -69,14 +69,13 @@ Interfejs Pythona 3 do tevent.
 %setup -q
 
 %build
-export JOBS=1
-
 CC="%{__cc}" \
 CFLAGS="%{rpmcflags}" \
-%{__python3} buildtools/bin/waf configure \
-	--prefix=%{_prefix} \
-	--libdir=%{_libdir} \
-	--disable-rpath
+./configure \
+    --jobs=1 \
+    --prefix=%{_prefix} \
+    --libdir=%{_libdir} \
+    --disable-rpath
 
 %{__make} \
 	V=1
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/tevent.git/commitdiff/ee4a5f7c8fb76a4095d1bcc75a947ae9490cf5a0



More information about the pld-cvs-commit mailing list