Name: df-applications Version: 0.3.0_13aa6fd6 Release: 1%{?dist} Summary: This library provides a thin wrapper around QApplication, QGuiApplication and QCoreApplication, used by Desktop Frameworks License: GPLv3 URL: https://gitlab.com/desktop-frameworks/applications Source0: applications-v%{version}.tar.gz # 构建依赖 BuildRequires: meson BuildRequires: ninja-build BuildRequires: gcc-c++ BuildRequires: qt6-qtbase-devel BuildRequires: df-ipc-devel %description This library provides a thin wrapper around QApplication, QGuiApplication and QCoreApplication, to provide single-instance functionality. Further, with the use of DFL::IPC it also provides a smooth two-way communication between the first and the subsequent instances. %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} %description devel The %{name}-devel package contains libraries and header files for developing applicationss that use %{name}. %prep # 确保解压目录名与 tar 包一致 %autosetup -n applications-v%{version} %build %meson %meson_build %install %meson_install %files %{_libdir}/*.so* %files devel # 头文件通常会安装到 DFL 目录下 %{_includedir}/DFL/DF6 %{_libdir}/pkgconfig/*.pc %changelog * Sun Jan 04 2026 yoayo lll - 0.3.0-1 - Initial build for Fedora 43