[packages/belle-sip] - disable cmake completeness check; release 2

qboosh qboosh at pld-linux.org
Sat Jul 10 21:36:37 CEST 2021


commit 3afde85129aa84cd652ba5459bd2292eaec5073b
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Jul 10 21:39:43 2021 +0200

    - disable cmake completeness check; release 2

 belle-sip.spec | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/belle-sip.spec b/belle-sip.spec
index 5d6bbba..327fde3 100644
--- a/belle-sip.spec
+++ b/belle-sip.spec
@@ -9,7 +9,7 @@ Summary:	SIP (RFC3261) object-oriented implementation in C
 Summary(pl.UTF-8):	Implementacja SIP (RFC3261) w C
 Name:		belle-sip
 Version:	4.5.20
-Release:	1
+Release:	2
 License:	GPL v2+
 Group:		Libraries
 #Source0Download: https://gitlab.linphone.org/BC/public/belle-sip/-/tags
@@ -90,6 +90,9 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} -C builddir install \
 	DESTDIR=$RPM_BUILD_ROOT
 
+# disable completeness check incompatible with split packaging
+%{__sed} -i -e '/^foreach(target .*IMPORT_CHECK_TARGETS/,/^endforeach/d; /^unset(_IMPORT_CHECK_TARGETS)/d' $RPM_BUILD_ROOT%{_libdir}/cmake/BelleSIP/BelleSIPTargets.cmake
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/belle-sip.git/commitdiff/3afde85129aa84cd652ba5459bd2292eaec5073b



More information about the pld-cvs-commit mailing list