]> git.pld-linux.org Git - packages/bcmatroska2.git/commitdiff
- disable cmake completeness check, so -static is not required by -devel; release 2 auto/th/bcmatroska2-0.23-2
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 10 Jul 2021 12:57:34 +0000 (14:57 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 10 Jul 2021 12:57:34 +0000 (14:57 +0200)
bcmatroska2.spec

index 51e5d6ebcaa4f79df17af332d802ae70b67748bb..42784f6f9dd88e36efce0ae9285a6faf070eb1f8 100644 (file)
@@ -6,7 +6,7 @@ Summary:        Matroska2 library for Belledonne Communications projects
 Summary(pl.UTF-8):     Biblioteka Matroska2 do projektów Belledonne Communications
 Name:          bcmatroska2
 Version:       0.23
-Release:       1
+Release:       2
 License:       BSD
 Group:         Libraries
 # for future releases see https://gitlab.linphone.org/BC/public/bcmatroska2/-/tags
@@ -64,6 +64,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%{_datadir}/bcmatroska2/cmake/BcMatroska2Targets.cmake
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.174081 seconds and 4 git commands to generate.