]> git.pld-linux.org Git - packages/kf5-extra-cmake-modules.git/blobdiff - kf5-extra-cmake-modules.spec
- updated to 5.94.0
[packages/kf5-extra-cmake-modules.git] / kf5-extra-cmake-modules.spec
index 51fb3fd92176b8bd43e200ad9ef8f6514ed6b8cb..cc600e52d321535b85d6b7a96b91d1510a655653 100644 (file)
@@ -4,16 +4,16 @@
 %bcond_without tests           # build without tests
 
 %define                orgname         extra-cmake-modules
-%define                kdeframever     5.90
+%define                kdeframever     5.94
 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.94.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: 87284231fba89d63a644fd5580a93419
 Patch0:                %{orgname}-tests.patch
 Patch1:                kdefetchtranslations-test.patch
 URL:           https://kde.org/
@@ -27,13 +27,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)
 
@@ -97,7 +94,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.094337 seconds and 4 git commands to generate.