[packages/ka5-umbrello] - updated to 23.08.0; cmake -B build
witekfl
witekfl at pld-linux.org
Thu Aug 24 18:29:25 CEST 2023
commit 0ae1cf1128907035bbea70241f58ea36c0d89308
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date: Thu Aug 24 18:00:41 2023 +0200
- updated to 23.08.0; cmake -B build
ka5-umbrello.spec | 16 +++++++---------
1 file changed, 7 insertions(+), 9 deletions(-)
---
diff --git a/ka5-umbrello.spec b/ka5-umbrello.spec
index 40455c4..59b42be 100644
--- a/ka5-umbrello.spec
+++ b/ka5-umbrello.spec
@@ -1,15 +1,15 @@
-%define kdeappsver 23.04.3
+%define kdeappsver 23.08.0
%define kframever 5.94.0
%define qtver 5.15.2
%define kaname umbrello
Summary: Umbrello
Name: ka5-%{kaname}
-Version: 23.04.3
+Version: 23.08.0
Release: 1
License: GPL v2+/LGPL v2.1+
Group: X11/Libraries
Source0: http://download.kde.org/stable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: cc2ff14be478be8fc63fea767b310620
+# Source0-md5: 209ee8c51b7d7cfa96f9472755685111
URL: http://www.kde.org/
BuildRequires: Qt5Core-devel >= %{qtver}
BuildRequires: Qt5Gui-devel
@@ -20,7 +20,7 @@ BuildRequires: Qt5WebKit-devel
BuildRequires: Qt5Widgets-devel
BuildRequires: Qt5Xml-devel
BuildRequires: clang-devel >= 2.8.12
-BuildRequires: cmake >= 2.8.12
+BuildRequires: cmake >= 3.20
BuildRequires: gettext-devel
BuildRequires: kf5-extra-cmake-modules >= %{kframever}
BuildRequires: kf5-karchive-devel >= %{kframever}
@@ -93,14 +93,12 @@ Dane dla %{kaname}.
%setup -q -n %{kaname}-%{version}
%build
-install -d build
-cd build
%cmake \
+ -B build \
-G Ninja \
-DHTML_INSTALL_DIR=%{_kdedocdir} \
- -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
- ..
-%ninja_build
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+%ninja_build -C build
%install
rm -rf $RPM_BUILD_ROOT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ka5-umbrello.git/commitdiff/0ae1cf1128907035bbea70241f58ea36c0d89308
More information about the pld-cvs-commit
mailing list