[packages/belle-sip] - updated to 5.3.104
bszx
bszx at pld-linux.org
Wed Jan 29 15:54:07 CET 2025
commit 3606298b5bbecbddd434941dbf01d0029cfea285
Author: Bartek Szady <bszx at bszx.eu>
Date: Mon Jan 27 09:46:18 2025 +0100
- updated to 5.3.104
antlr_jar.patch | 25 -------------------------
belle-sip.spec | 11 ++++-------
2 files changed, 4 insertions(+), 32 deletions(-)
---
diff --git a/belle-sip.spec b/belle-sip.spec
index 06f231c..258938a 100644
--- a/belle-sip.spec
+++ b/belle-sip.spec
@@ -8,14 +8,13 @@
Summary: SIP (RFC3261) object-oriented implementation in C
Summary(pl.UTF-8): Implementacja SIP (RFC3261) w C
Name: belle-sip
-Version: 5.3.29
+Version: 5.3.104
Release: 1
License: GPL v3+
Group: Libraries
#Source0Download: https://gitlab.linphone.org/BC/public/belle-sip/-/tags
Source0: https://gitlab.linphone.org/BC/public/belle-sip/-/archive/%{version}/%{name}-%{version}.tar.bz2
-# Source0-md5: 6282d86a629f9d5aede25534bd9bcf87
-Patch0: antlr_jar.patch
+# Source0-md5: 84a609a65d7fd7891172b4826948dd2f
Patch1: %{name}-pc.patch
URL: https://www.linphone.org/
%{?with_tests:BuildRequires: CUnit >= 2.0}
@@ -23,7 +22,6 @@ URL: https://www.linphone.org/
BuildRequires: bctoolbox-devel >= 5.3.0
BuildRequires: belr-devel >= 5.3.0
BuildRequires: cmake >= 3.22
-BuildRequires: java-antlr3 >= 3.2
BuildRequires: jre
BuildRequires: libantlr3c-devel >= 3.4
BuildRequires: libstdc++-devel
@@ -73,8 +71,7 @@ Statyczna biblioteka %{name}.
%prep
%setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -P 1 -p1
%build
%if %{with static_libs}
@@ -94,7 +91,7 @@ Statyczna biblioteka %{name}.
%{__make} -C builddir
%if %{with tests}
-%{__make} -C builddir test
+%{__make} -C builddir test ARGS=--output-on-failure
%endif
%install
diff --git a/antlr_jar.patch b/antlr_jar.patch
deleted file mode 100644
index 2cb8518..0000000
--- a/antlr_jar.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-diff -dur belle-sip-1.3.0.orig/configure.ac belle-sip-1.3.0/configure.ac
---- belle-sip-1.3.0.orig/configure.ac 2014-02-19 14:36:36.000000000 +0100
-+++ belle-sip-1.3.0/configure.ac 2014-06-06 15:08:46.000000000 +0200
-@@ -150,12 +150,6 @@
-
- for antlr_java_prefix in $antlr_java_prefixes
- do
-- antlr_jar=$antlr_java_prefix/antlr.jar
-- if test -f $antlr_jar ; then
-- break
-- else
-- antlr_jar=no
-- fi
- antlr_jar=$antlr_java_prefix/antlr3.jar
- if test -f $antlr_jar ; then
- break
-@@ -164,7 +158,7 @@
- fi
- done
- if test $antlr_jar = "no" ; then
-- AC_MSG_ERROR([Could not find antlr.jar. Please install antlr3 ])
-+ AC_MSG_ERROR([Could not find antlr3.jar. Please install antlr3 ])
- fi
- AC_PATH_PROG([JAVA],[java],[no])
- if test $JAVA = "no" ; then
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/belle-sip.git/commitdiff/3606298b5bbecbddd434941dbf01d0029cfea285
More information about the pld-cvs-commit
mailing list