[packages/libical] - updated to 3.0.11 - disable cmake completeness check not to require static libs for dynamic linkin
qboosh
qboosh at pld-linux.org
Wed Oct 27 22:28:02 CEST 2021
commit fdeb3a7d309c98955741d6f247059efd8819ee2b
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Wed Oct 27 22:33:18 2021 +0200
- updated to 3.0.11
- disable cmake completeness check not to require static libs for dynamic linking
libical.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/libical.spec b/libical.spec
index b2f1206..beebe13 100644
--- a/libical.spec
+++ b/libical.spec
@@ -6,13 +6,13 @@
Summary: libical library
Summary(pl.UTF-8): Biblioteka libical
Name: libical
-Version: 3.0.10
+Version: 3.0.11
Release: 1
License: MPL v1.0 or LGPL v2.1
Group: Libraries
#Source0Download: https://github.com/libical/libical/releases
Source0: https://github.com/libical/libical/releases/download/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 0992e55d8408783a3c63d6000ed802d2
+# Source0-md5: 07b066dc8fcf5d1dc10383a81e95f3b3
Patch0: %{name}-cmake-python.patch
Patch1: %{name}-python.patch
Patch2: %{name}-gtkdocdir.patch
@@ -215,6 +215,9 @@ rm -rf $RPM_BUILD_ROOT
%{__make} -C build 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/LibIcal/{IcalGlibSrcGenerator,LibIcalTargets}.cmake
+
%if %{with python}
# not installed by cmake build system
install -d $RPM_BUILD_ROOT%{py_sitescriptdir}/libical
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libical.git/commitdiff/fdeb3a7d309c98955741d6f247059efd8819ee2b
More information about the pld-cvs-commit
mailing list