2016-06-08 08:55:38 +02:00
|
|
|
#
|
|
|
|
# spec file for package firejail
|
|
|
|
#
|
|
|
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: firetools
|
2019-06-02 21:02:02 +02:00
|
|
|
Version: 0.9.58
|
2016-06-08 08:55:38 +02:00
|
|
|
Release: 0
|
|
|
|
Summary: GUI for Firajail security sandbox
|
|
|
|
License: GPL-2.0
|
|
|
|
Group: Productivity/Security
|
2018-03-05 08:46:41 +01:00
|
|
|
Url: https://firejail.wordpress.com/
|
2019-06-02 21:02:02 +02:00
|
|
|
Source0: https://netix.dl.sourceforge.net/project/firejail/firetools/firetools-%{version}.tar.xz
|
|
|
|
Source1: https://datapacket.dl.sourceforge.net/project/firejail/firetools/firetools-%{version}.tar.xz.asc
|
2016-06-08 08:55:38 +02:00
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: libqt5-qtbase-devel
|
|
|
|
BuildRequires: automake
|
|
|
|
BuildRequires: autoconf
|
2016-08-06 09:51:40 +02:00
|
|
|
Requires: firejail >= 0.9.40
|
2016-06-08 08:55:38 +02:00
|
|
|
|
|
|
|
%description
|
|
|
|
Firetools is the graphical user interface of Firajail security sandbox.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2016-08-06 09:51:40 +02:00
|
|
|
%configure --docdir=%{_docdir}/%{name} --with-qmake=`which qmake-qt5`
|
2016-06-08 08:55:38 +02:00
|
|
|
make %{?_smp_mflags} VERBOSE=1
|
|
|
|
|
|
|
|
%install
|
|
|
|
make %{?_smp_mflags} DESTDIR=%{buildroot} 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}/*
|
2017-08-15 16:51:16 +02:00
|
|
|
%{_libexecdir}/firetools
|
|
|
|
%{_datadir}/applications/*.desktop
|
|
|
|
%{_datadir}/pixmaps/*.png
|
2016-06-08 08:55:38 +02:00
|
|
|
%{_mandir}/man1/*
|
|
|
|
|
|
|
|
%changelog
|