%undefine __cmake_in_source_build Name: kcharselect Summary: Character selector Version: 22.08.0 Release: 1 License: GPLv2+ URL: http://utils.kde.org/projects/kcharselect %global revision %(echo %{version} | cut -d. -f3) %if %{revision} >= 50 %global stable unstable %else %global stable stable %endif Source0: http://download.kde.org/%{stable}/release-service/%{version}/src/%{name}-%{version}.tar.xz BuildRequires: desktop-file-utils BuildRequires: extra-cmake-modules BuildRequires: gettext BuildRequires: kf5-rpm-macros BuildRequires: kf5-kcompletion-devel BuildRequires: kf5-kconfig-devel BuildRequires: kf5-kconfigwidgets-devel BuildRequires: kf5-kcoreaddons-devel BuildRequires: kf5-kdbusaddons-devel BuildRequires: kf5-kdeclarative-devel BuildRequires: kf5-kdoctools-devel BuildRequires: kf5-kguiaddons-devel BuildRequires: kf5-ki18n-devel BuildRequires: kf5-kiconthemes-devel BuildRequires: kf5-kitemviews-devel BuildRequires: kf5-kio-devel BuildRequires: kf5-kjobwidgets-devel BuildRequires: kf5-knewstuff-devel BuildRequires: kf5-knotifyconfig-devel BuildRequires: kf5-knewstuff-devel BuildRequires: kf5-kservice-devel BuildRequires: kf5-kwindowsystem-devel BuildRequires: kf5-kwidgetsaddons-devel BuildRequires: kf5-kxmlgui-devel BuildRequires: cmake(KF5Crash) BuildRequires: pkgconfig(Qt5Widgets) BuildRequires: libappstream-glib Conflicts: kdeutils-common < 6:4.7.80 Conflicts: kde-l10n < 17.03 Obsoletes: kdeutils-kcharselect < 6:4.7.80 Provides: kdeutils-kcharselect = 6:%{version}-%{release} %description KCharSelect is a tool to select special characters from all installed fonts and copy them into the clipboard. %prep %autosetup %build mkdir %{_target_platform} pushd %{_target_platform} %{cmake_kf5} .. popd %make_build -C %{_target_platform} %install make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %find_lang %{name} --all-name --with-html %check appstream-util validate-relax --nonet %{buildroot}%{_kf5_metainfodir}/org.kde.%{name}.appdata.xml ||: desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.%{name}.desktop ||: %files -f %{name}.lang %license COPYING* %{_kf5_bindir}/%{name} %{_kf5_datadir}/applications/org.kde.kcharselect.desktop %{_kf5_metainfodir}/org.kde.%{name}.appdata.xml %changelog * Tue Dec 20 2022 misaka00251 - 22.08.0-1 - Init package