2016-06-08 08:55:38 +02:00
|
|
|
#
|
2021-02-11 07:45:18 +01:00
|
|
|
# spec file for package firetools
|
2016-06-08 08:55:38 +02:00
|
|
|
#
|
2023-03-17 20:33:11 +01:00
|
|
|
# Copyright (c) 2023 SUSE LLC
|
2016-06-08 08:55:38 +02:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2021-02-11 07:45:18 +01:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2016-06-08 08:55:38 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: firetools
|
2023-03-17 20:33:11 +01:00
|
|
|
Version: 0.9.72
|
2016-06-08 08:55:38 +02:00
|
|
|
Release: 0
|
|
|
|
Summary: GUI for Firajail security sandbox
|
2021-02-11 07:45:18 +01:00
|
|
|
License: GPL-2.0-only
|
2016-06-08 08:55:38 +02:00
|
|
|
Group: Productivity/Security
|
2021-05-12 07:23:30 +02:00
|
|
|
URL: https://firejailtools.wordpress.com
|
2021-02-09 22:28:39 +01:00
|
|
|
Source0: https://downloads.sourceforge.net/project/firejail/firetools/firetools-%{version}.tar.xz
|
|
|
|
Source1: https://downloads.sourceforge.net/project/firejail/firetools/firetools-%{version}.tar.xz.asc
|
2021-02-11 07:45:18 +01:00
|
|
|
BuildRequires: autoconf
|
|
|
|
BuildRequires: automake
|
2016-06-08 08:55:38 +02:00
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: libqt5-qtbase-devel
|
2023-03-17 20:33:11 +01:00
|
|
|
Requires: firejail >= 0.9.64
|
2016-06-08 08:55:38 +02:00
|
|
|
|
|
|
|
%description
|
2020-08-29 14:45:33 +02:00
|
|
|
Firetools is the graphical user interface of Firejail security sandbox.
|
2016-06-08 08:55:38 +02:00
|
|
|
|
|
|
|
%prep
|
2020-02-15 16:30:25 +01:00
|
|
|
%autosetup -p1
|
2016-06-08 08:55:38 +02:00
|
|
|
|
|
|
|
%build
|
2016-08-06 09:51:40 +02:00
|
|
|
%configure --docdir=%{_docdir}/%{name} --with-qmake=`which qmake-qt5`
|
2021-02-11 07:45:18 +01:00
|
|
|
%make_build VERBOSE=1
|
2016-06-08 08:55:38 +02:00
|
|
|
|
|
|
|
%install
|
2021-02-11 07:45:18 +01:00
|
|
|
%make_install
|
2018-03-05 08:46:41 +01:00
|
|
|
rm %{buildroot}%{_docdir}/%{name}/COPYING
|
2016-06-08 08:55:38 +02:00
|
|
|
|
|
|
|
%files
|
2018-03-05 08:46:41 +01:00
|
|
|
%doc README RELNOTES
|
|
|
|
%license COPYING
|
2016-08-06 09:51:40 +02:00
|
|
|
%{_bindir}/*
|
2020-08-29 14:45:33 +02:00
|
|
|
%{_prefix}/lib/firetools
|
2017-08-15 16:51:16 +02:00
|
|
|
%{_datadir}/applications/*.desktop
|
|
|
|
%{_datadir}/pixmaps/*.png
|
2016-06-08 08:55:38 +02:00
|
|
|
%{_mandir}/man1/*
|
|
|
|
|
|
|
|
%changelog
|