forked from pool/firetools
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
This commit is contained in:
committed by
Git OBS Bridge
parent
c22f7db209
commit
468ee10a81
@@ -17,20 +17,19 @@
|
||||
|
||||
|
||||
Name: firetools
|
||||
Version: 0.9.30
|
||||
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
|
||||
Patch1: firetools-qt-path-fix.diff
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libqt5-qtbase-devel
|
||||
BuildRequires: libQt5Svg5
|
||||
BuildRequires: automake
|
||||
BuildRequires: autoconf
|
||||
Requires: firejail >= %{version}
|
||||
Requires: firejail >= 0.9.40
|
||||
Requires: libQt5Svg5
|
||||
|
||||
%description
|
||||
@@ -38,12 +37,10 @@ Firetools is the graphical user interface of Firajail security sandbox.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p1
|
||||
autoreconf -fi
|
||||
# autoreconf -fi
|
||||
|
||||
%build
|
||||
export QMAKE=qmake-qt5
|
||||
%configure --docdir=%{_docdir}/%{name}
|
||||
%configure --docdir=%{_docdir}/%{name} --with-qmake=`which qmake-qt5`
|
||||
make %{?_smp_mflags} VERBOSE=1
|
||||
|
||||
%install
|
||||
@@ -51,7 +48,7 @@ make %{?_smp_mflags} DESTDIR=%{buildroot} install
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/%{name}
|
||||
%{_bindir}/*
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
%{_datadir}/pixmaps/%{name}.png
|
||||
%doc %{_docdir}/%{name}
|
||||
|
Reference in New Issue
Block a user