]> git.pld-linux.org Git - packages/kf5-kjs.git/commitdiff
- updated to 5.109.0; cmake -B build auto/th/kf5-kjs-5.109.0-1
authorWitold Filipczyk <witekfl@poczta.onet.pl>
Fri, 18 Aug 2023 09:10:19 +0000 (11:10 +0200)
committerWitold Filipczyk <witekfl@poczta.onet.pl>
Fri, 18 Aug 2023 09:10:19 +0000 (11:10 +0200)
kf5-kjs.spec

index 805149501ef2b43b56b8353a56d7f8c5aff58eb2..1b6456172159e9fad61d54b295f73c543efd9261 100644 (file)
@@ -1,22 +1,22 @@
 #
 # Conditional build:
 %bcond_with    tests           # build with tests
-%define                kdeframever     5.108
+%define                kdeframever     5.109
 %define                qtver           5.15.2
 %define                kfname          kjs
 
 Summary:       Javascript engine
 Name:          kf5-%{kfname}
-Version:       5.108.0
+Version:       5.109.0
 Release:       1
 License:       LGPL v2.1+
 Group:         X11/Libraries
 Source0:       https://download.kde.org/stable/frameworks/%{kdeframever}/portingAids/%{kfname}-%{version}.tar.xz
-# Source0-md5: 7178e12635323e0c5af814ebc80340a8
+# Source0-md5: 4ca7a857b39d805ba61c94d17cbe6862
 URL:           http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Test-devel >= %{qtver}
-BuildRequires: cmake >= 2.8.12
+BuildRequires: cmake >= 3.16
 BuildRequires: kf5-extra-cmake-modules >= %{version}
 BuildRequires: ninja
 BuildRequires: pcre-devel
@@ -52,16 +52,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.376776 seconds and 4 git commands to generate.