Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37515813
en ru br
ALT Linux repos
S:0.9.72-alt1

Group :: Development/Tools
RPM: firetools

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1

Summary: Firejail graphical user interface
Name: firetools
Version: 0.9.72
Release: alt1
License: GPLv2+
Group: Development/Tools
Url: https://github.com/netblue30/firetools

# https://github.com/netblue30/firetools.git

Source: %name-%version.tar

BuildRequires: gcc-c++
BuildRequires: qt5-base-devel
Requires: firejail
Requires: libqt5-svg

%description
Firetools is the graphical user interface of Firejail.
Firejail is a SUID sandbox program that reduces the risk of security breaches
by restricting the running environment of untrusted applications using Linux
namespaces, seccomp-bpf and Linux capabilities. It allows a process and all
its descendants to have their  own  private view of the globally  shared  kernel
resources, such as the network stack, process table, mount table.  Firejail can
work in a SELinux or AppArmor environment, and it is integrated with Linux
Control Groups.

%prep
%setup

%build
%configure --with-qmake=%_bindir/qmake-qt5
%make_build

%install
%makeinstall_std
%find_lang %name

%files -f %name.lang
%_docdir/%name
%_libexecdir/%name
%_bindir/*
%_man1dir/*
%_desktopdir/*.desktop
%_pixmapsdir/*.png

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin