Name: firetools Version: 0.9.72 Release: 1%{?dist} Summary: Firetools is the graphical user interface of Firejail security sandbox. License: GPLv2 URL: https://github.com/netblue30/firetools Source0: %{name}-%{version}.zip BuildRequires: qt5-qtbase-devel Requires: firejail qt5-qtsvg %description Firetools is the graphical user interface of Firejail security sandbox. It provides a sandbox launcher integrated with the system tray, sandbox editing, management and statistics. %prep %setup -q %global _enable_debug_package 0 %global debug_package %{nil} %build %configure --with-qmake=/usr/bin/qmake-qt5 make %{?_smp_mflags} %install %make_install %files %defattr(-,root,root,-) %doc README RELNOTES COPYING %{_bindir}/firejail-ui %{_bindir}/%{name} %dir %{_prefix}/lib/%{name}/ %{_prefix}/lib/%{name}/* %dir %{_datadir}/applications/ %{_datadir}/applications/* %dir %{_mandir}/man1/ %{_mandir}/man1/* %dir %{_datadir}/pixmaps/ %{_datadir}/pixmaps/* %clean %changelog