]> git.pld-linux.org Git - packages/ka5-kmime.git/commitdiff
- updated to 23.08.0; cmake -B build auto/th/ka5-kmime-23.08.0-1
authorWitold Filipczyk <witekfl@poczta.onet.pl>
Thu, 24 Aug 2023 15:45:15 +0000 (17:45 +0200)
committerWitold Filipczyk <witekfl@poczta.onet.pl>
Thu, 24 Aug 2023 15:45:15 +0000 (17:45 +0200)
ka5-kmime.spec

index 8b584c1bf26a8ae6f720e1ea931ddebd4c0c70a9..1e9d2e78b838de2c1df62d53712d6b3a4c14a813 100644 (file)
@@ -1,21 +1,21 @@
 #
 # Conditional build:
 %bcond_with    tests           # build with tests
-%define                kdeappsver      23.04.3
+%define                kdeappsver      23.08.0
 %define                qtver           5.15.2
 %define                kaname          kmime
 Summary:       KMime
 Name:          ka5-%{kaname}
-Version:       23.04.3
+Version:       23.08.0
 Release:       1
 License:       GPL v2+/LGPL v2.1+
 Group:         X11/Libraries
 Source0:       https://download.kde.org/stable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: 2826c59637fd30d55c89b791823d80c2
+# Source0-md5: 3c5b6468f98b115a340a4b92846d857e
 URL:           http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Test-devel >= 5.9.0
-BuildRequires: cmake >= 2.8.12
+BuildRequires: cmake >= 3.20
 BuildRequires: gettext-devel
 BuildRequires: kf5-extra-cmake-modules >= 5.53.0
 BuildRequires: kf5-kcodecs-devel >= 5.51.0
@@ -62,17 +62,15 @@ Pliki nagłówkowe dla programistów używających %{kaname}.
 %setup -q -n %{kaname}-%{version}
 
 %build
-install -d build
-cd build
-%cmake -G Ninja \
+%cmake -B build \
+       -G Ninja \
        %{!?with_tests:-DBUILD_TESTING=OFF} \
        -DHTML_INSTALL_DIR=%{_kdedocdir} \
-       -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-       ..
-%ninja_build
+       -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+%ninja_build -C build
 
 %if %{with tests}
-ctest
+ctest --test-dir build
 %endif
 
 
This page took 0.310536 seconds and 4 git commands to generate.