%global _trivial .0 %global _buildid .1 %global majorversion 1.6 Name: xfce4-taskmanager Version: 1.6.0 Release: 1%{dist}%{?_trivial}%{?_buildid} Summary: Taskmanager for the Xfce desktop environment # Automatically converted from old format: GPLv2+ - review is highly recommended. License: GPL-2.0-or-later URL: http://goodies.xfce.org/projects/applications/%{name} Source0: http://archive.xfce.org/src/apps/%{name}/%{majorversion}/%{name}-%{version}.tar.xz %if %{?amzn} == 2023 BuildRequires: gcc14 BuildRequires: gcc14-c++ %global toolchain gcc14 %else BuildRequires: gcc-c++ %endif BuildRequires: make BuildRequires: libxfce4ui-devel BuildRequires: libXmu-devel BuildRequires: meson1 BuildRequires: desktop-file-utils BuildRequires: libwnck3-devel %description A simple taskmanager for the Xfce desktop environment. %prep %setup -q %build %meson %meson_build %install %meson_install %find_lang %{name} desktop-file-install \ --delete-original \ --add-category GTK \ --add-category Monitor \ --add-category X-Xfce \ --remove-category Utility \ --dir %{buildroot}%{_datadir}/applications \ %{buildroot}%{_datadir}/applications/%{name}.desktop %files -f %{name}.lang %license COPYING %doc AUTHORS NEWS THANKS %{_bindir}/%{name} %{_datadir}/applications/*%{name}.desktop %{_datadir}/icons/hicolor/*/apps/org.xfce.taskmanager.* %{_datadir}/icons/hicolor/scalable/actions/xc_crosshair-symbolic.svg %changelog %autochangelog