%global framework kcalendarcore Name: kf6-%{framework} Version: 6.29.0 Release: 1%{?dist} Summary: KDE Frameworks 6 Tier 1 library for calendar data (RFC5545) License: BSD-3-Clause AND LGPL-2.0-or-later AND LGPL-3.0-or-later URL: https://invent.kde.org/frameworks/%{framework} Source0: https://download.kde.org/%{stable_kf6}/frameworks/%{majmin_ver_kf6}/%{framework}-%{version}.tar.xz BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: make BuildRequires: extra-cmake-modules >= %{version} BuildRequires: kf6-rpm-macros BuildRequires: bison BuildRequires: libical-devel BuildRequires: cmake(Qt6Core) BuildRequires: cmake(Qt6Qml) BuildRequires: pkgconfig(xkbcommon) %description KCalendarCore provides access to and handling of calendar data. It supports the standard formats (RFC5545 iCalendar and vCalendar) and various useful abstractions. Built with BUILD_PYTHON_BINDINGS=OFF: no PySide6/Shiboken6 toolchain pulled in for a headless-first server distro, consistent with kcoreaddons and kcalendarcore's own upstream default trim path. %package devel Summary: Development files for %{name} Requires: %{name} = %{version}-%{release} Requires: libical-devel %description devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}. %prep %autosetup -n %{framework}-%{version} -p1 %build %cmake_kf6 -DBUILD_PYTHON_BINDINGS=OFF %cmake_build_kf6 %install %cmake_install_kf6 %files %license LICENSES/*.txt %{_kf6_datadir}/qlogging-categories6/*kcalendarcore.* %{_kf6_libdir}/libKF6CalendarCore.so.* %{_kf6_qmldir}/org/kde/calendarcore/ %files devel %{_kf6_includedir}/KCalendarCore/ %{_kf6_libdir}/libKF6CalendarCore.so %{_kf6_libdir}/cmake/KF6CalendarCore/ %{_kf6_libdir}/pkgconfig/KF6CalendarCore.pc %changelog * Sat Aug 29 2026 Smech - 6.29.0-1 - Real upstream source, Python bindings disabled, trimmed doc/html subpackages