commit 50a58447d837492be2d6747de47f30962151d411
Author: Witold Filipczyk <[email protected]>
Date:   Fri Aug 18 11:09:40 2023 +0200

    - updated to 5.109.0; cmake -B build

 kf5-kdav.spec | 22 ++++++++++------------
 1 file changed, 10 insertions(+), 12 deletions(-)
---
diff --git a/kf5-kdav.spec b/kf5-kdav.spec
index b72f46f..767b68b 100644
--- a/kf5-kdav.spec
+++ b/kf5-kdav.spec
@@ -1,24 +1,24 @@
 #
 # Conditional build:
 %bcond_with    tests           # build with tests
-%define                kdeframever     5.108
+%define                kdeframever     5.109
 %define                qtver           5.15.2
 %define                kfname          kdav
 Summary:       Kdav
 Name:          kf5-%{kfname}
-Version:       5.108.0
-Release:       2
+Version:       5.109.0
+Release:       1
 License:       GPL v2+/LGPL v2.1+
 Group:         X11/Libraries
 Source0:       
https://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5: 32c7e12eb2474135c1cadf208975c174
+# Source0-md5: d4e4e96920394601cf599ed8e36bd635
 URL:           http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Gui-devel
 BuildRequires: Qt5Network-devel >= 5.11.1
 BuildRequires: Qt5Test-devel
 BuildRequires: Qt5XmlPatterns-devel
-BuildRequires: cmake >= 2.8.12
+BuildRequires: cmake >= 3.16
 BuildRequires: gettext-devel
 BuildRequires: kf5-extra-cmake-modules >= %{kdeframever}
 BuildRequires: kf5-kcoreaddons-devel >= %{kdeframever}
@@ -52,18 +52,16 @@ Pliki nagłówkowe dla programistów używających %{kfname}.
 %setup -q -n %{kfname}-%{version}
 
 %build
-install -d build
-cd build
-%cmake \
+%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
+%ninja_build -C build test
 %endif
 
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kf5-kdav.git/commitdiff/50a58447d837492be2d6747de47f30962151d411

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to