]> git.pld-linux.org Git - packages/kf5-ktextwidgets.git/blobdiff - kf5-ktextwidgets.spec
- updated to 5.110.0
[packages/kf5-ktextwidgets.git] / kf5-ktextwidgets.spec
index 19b3ce7efca61eddb306fba792ee30f5f0a627cf..ea6204c22b743ad7016090cfad945315dec23fe7 100644 (file)
@@ -1,18 +1,18 @@
 #
 # Conditional build:
 %bcond_with    tests           # build with tests
-%define                kdeframever     5.99
+%define                kdeframever     5.110
 %define                qtver           5.15.2
 %define                kfname          ktextwidgets
 
 Summary:       Text editing widgets
 Name:          kf5-%{kfname}
-Version:       5.99.0
-Release:       2
+Version:       5.110.0
+Release:       1
 License:       LGPL v2.1+
 Group:         X11/Libraries
 Source0:       https://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5: bcaf482304a43aa3b481d2a6a0f0e6e4
+# Source0-md5: ff9d06b644ec42b7cfadb4edda08d5dd
 URL:           http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Speech-devel >= %{qtver}
@@ -66,16 +66,15 @@ Pliki nagłówkowe dla programistów używających %{kfname}.
 %setup -q -n %{kfname}-%{version}
 
 %build
-install -d build
-cd build
-%cmake -G Ninja \
+%cmake -B build \
+       -G Ninja \
        %{!?with_tests:-DBUILD_TESTING=OFF} \
-       -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-       ../
-%ninja_build
+       -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+
+%ninja_build -C build
 
 %if %{with tests}
-ctest
+%ninja_build -C build test
 %endif
 
 
This page took 0.155269 seconds and 4 git commands to generate.