SHA256
1
0
forked from pool/firetools
Files
firetools/firetools.spec
Ismail Dönmez 468ee10a81 Accepting request 417128 from home:tiwai:branches:Virtualization
- Updated to version 0.9.40:
  * including Grsecurity support, protocols, cup cores, sandbox
    name and X11 sandboxing support in the stats section, and a
    number of updates and bug fixes
  * A file manager that allows the user to browse the filesystem
    inside the sandbox is also included
- Update to version 0.9.40.1:
  * Minor bugfix release
- Dropped the obsoleted patch:
  firetools-qt-path-fix.diff

OBS-URL: https://build.opensuse.org/request/show/417128
OBS-URL: https://build.opensuse.org/package/show/Virtualization/firetools?expand=0&rev=2
2016-08-06 07:51:40 +00:00

58 lines
1.6 KiB
RPMSpec

#
# 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
Version: 0.9.40.1
Release: 0
Summary: GUI for Firajail security sandbox
License: GPL-2.0
Group: Productivity/Security
Url: http://firejail.sourceforge.net
Source0: http://firejail.sourceforge.net/%{name}-%{version}.tar.bz2
BuildRequires: gcc-c++
BuildRequires: libqt5-qtbase-devel
BuildRequires: libQt5Svg5
BuildRequires: automake
BuildRequires: autoconf
Requires: firejail >= 0.9.40
Requires: libQt5Svg5
%description
Firetools is the graphical user interface of Firajail security sandbox.
%prep
%setup -q
# autoreconf -fi
%build
%configure --docdir=%{_docdir}/%{name} --with-qmake=`which qmake-qt5`
make %{?_smp_mflags} VERBOSE=1
%install
make %{?_smp_mflags} DESTDIR=%{buildroot} install
%files
%defattr(-,root,root)
%{_bindir}/*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
%doc %{_docdir}/%{name}
%{_mandir}/man1/*
%changelog