]> git.pld-linux.org Git - packages/kf5-extra-cmake-modules.git/blobdiff - kf5-extra-cmake-modules.spec
- updated to 5.107.0
[packages/kf5-extra-cmake-modules.git] / kf5-extra-cmake-modules.spec
index 51fb3fd92176b8bd43e200ad9ef8f6514ed6b8cb..164bbaec134711b36ae521506eca341764496857 100644 (file)
@@ -4,18 +4,19 @@
 %bcond_without tests           # build without tests
 
 %define                orgname         extra-cmake-modules
-%define                kdeframever     5.90
+%define                kdeframever     5.107
 Summary:       Extra Cmake Modules for KF5
 Summary(pl.UTF-8):     Dodatkowe moduĊ‚y Cmake'a dla KF5
 Name:          kf5-%{orgname}
-Version:       5.90.0
+Version:       5.107.0
 Release:       1
 License:       BSD
 Group:         Development/Building
 Source0:       https://download.kde.org/stable/frameworks/%{kdeframever}/%{orgname}-%{version}.tar.xz
-# Source0-md5: 52e1f619cbf3082536d94b97d4cb45e5
+# Source0-md5: efeb9f07b65330476c1a51481840d444
 Patch0:                %{orgname}-tests.patch
 Patch1:                kdefetchtranslations-test.patch
+Patch2:                no-fatal-warnings.patch
 URL:           https://kde.org/
 BuildRequires: cmake >= 3.16
 BuildRequires: qt5-assistant >= 5.9.0
@@ -27,13 +28,10 @@ BuildRequires:      tar >= 1:1.22
 BuildRequires: xz
 %if %{with tests}
 BuildRequires: Qt5Core-devel >= 5.9.0
-BuildRequires: Qt5Gui-devel >= 5.9.0
-BuildRequires: Qt5Network-devel >= 5.9.0
-BuildRequires: Qt5Qml-devel >= 5.9.0
 BuildRequires: Qt5Quick-devel >= 5.9.0
 BuildRequires: libstdc++-devel >= 6:5
-BuildRequires: qt5-build >= 5.9.0
 %endif
+BuildConflicts:        qmake
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -80,6 +78,7 @@ Dokumentacja API dla %{orgname}.
 %setup -q -n %{orgname}-%{version}
 %patch0 -p1
 %patch1 -p0
+%patch2 -p1
 
 # causes make install failure after running tests
 %{__sed} -i -e '/ECMToolchainAndroidTest/d' tests/CMakeLists.txt
@@ -97,7 +96,7 @@ cd build
 %if %{with tests}
 # GenerateSipBindings wants clang and has libclang checks incompatible with libclang >= 4
 # ECMPoQmToolsTest fails to build it's own moc file
-ctest -E '(GenerateSipBindings|ECMPoQmToolsTest)'
+ctest -E '(GenerateSipBindings|ECMPoQmToolsTest)' --output-on-failure
 %endif
 
 %install
This page took 0.057249 seconds and 4 git commands to generate.