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

index 180b44aaca73b04972c57492f625443b3ac6fec3..2f7b185b820387d683d8a5c29118b5ca8568a283 100644 (file)
@@ -1,25 +1,25 @@
 #
 # Conditional build:
 %bcond_with    tests           # build with tests
-%define                kdeappsver      23.04.3
+%define                kdeappsver      23.08.0
 %define                kframever       5.94.0
 %define                qtver           5.15.2
 %define                kaname          kcron
 Summary:       kcron
 Name:          ka5-%{kaname}
-Version:       23.04.3
+Version:       23.08.0
 Release:       1
 License:       GPL v2+/LGPL v2.1+
 Group:         X11/Applications
 Source0:       https://download.kde.org/stable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: d805c87a44c970413cea8fd769bfb20c
+# Source0-md5: b99db7714724bb971059dd68d6d5624e
 URL:           http://www.kde.org/
 BuildRequires: Qt5Core-devel
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Gui-devel >= 5.11.1
 BuildRequires: Qt5PrintSupport-devel
 BuildRequires: Qt5Widgets-devel
-BuildRequires: cmake >= 2.8.12
+BuildRequires: cmake >= 3.20
 BuildRequires: gettext-devel
 BuildRequires: kf5-extra-cmake-modules >= %{kframever}
 BuildRequires: kf5-kconfigwidgets-devel >= %{kframever}
@@ -40,25 +40,23 @@ KCron - an application for scheduling programs to run in the
 background using cron.
 
 %description -l pl.UTF-8
-KCron - aplikacja do planowania uruchamiania programów w tle używając
-crona.
+KCron - aplikacja do planowania uruchamiania programów w tle
+używając crona.
 
 %prep
 %setup -q -n %{kaname}-%{version}
 
 %build
-install -d build
-cd build
 %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
 
 
@@ -74,11 +72,11 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{kaname}.lang
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/qt5/plugins/kcm_cron.so
-%{_datadir}/kservices5/kcm_cron.desktop
 %{_datadir}/qlogging-categories5/kcron.categories
 %{_datadir}/metainfo/org.kde.kcron.metainfo.xml
 %attr(755,root,root) %{_prefix}/libexec/kauth/kcron_helper
 %{_datadir}/dbus-1/system-services/local.kcron.crontab.service
 %{_datadir}/dbus-1/system.d/local.kcron.crontab.conf
 %{_datadir}/polkit-1/actions/local.kcron.crontab.policy
+%attr(755,root,root) %{_libdir}/qt5/plugins/plasma/kcms/systemsettings_qwidgets/kcm_cron.so
+%{_desktopdir}/kcm_cron.desktop
This page took 0.619801 seconds and 4 git commands to generate.