Accepting request 871014 from home:jengelh:branches:Virtualization

- Use a few more contemporary macros.

OBS-URL: https://build.opensuse.org/request/show/871014
OBS-URL: https://build.opensuse.org/package/show/Virtualization/firetools?expand=0&rev=12
This commit is contained in:
Sebastian Wagner 2021-02-11 06:45:18 +00:00 committed by Git OBS Bridge
parent bc5a976d8d
commit 4492cb840b
2 changed files with 14 additions and 9 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Feb 10 23:00:48 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
- Use a few more contemporary macros.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Feb 9 21:27:58 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at> Tue Feb 9 21:27:58 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>

View File

@ -1,7 +1,7 @@
# #
# spec file for package firejail # spec file for package firetools
# #
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2021 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
@ -20,16 +20,16 @@ Name: firetools
Version: 0.9.62 Version: 0.9.62
Release: 0 Release: 0
Summary: GUI for Firajail security sandbox Summary: GUI for Firajail security sandbox
License: GPL-2.0 License: GPL-2.0-only
Group: Productivity/Security Group: Productivity/Security
Url: https://firejail.wordpress.com/ URL: https://firejail.wordpress.com/
Source0: https://downloads.sourceforge.net/project/firejail/firetools/firetools-%{version}.tar.xz 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 Source1: https://downloads.sourceforge.net/project/firejail/firetools/firetools-%{version}.tar.xz.asc
Patch: firetools-0.9.62-fail_linking.patch Patch: firetools-0.9.62-fail_linking.patch
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: libqt5-qtbase-devel BuildRequires: libqt5-qtbase-devel
BuildRequires: automake
BuildRequires: autoconf
Requires: firejail >= 0.9.40 Requires: firejail >= 0.9.40
%description %description
@ -40,10 +40,10 @@ Firetools is the graphical user interface of Firejail security sandbox.
%build %build
%configure --docdir=%{_docdir}/%{name} --with-qmake=`which qmake-qt5` %configure --docdir=%{_docdir}/%{name} --with-qmake=`which qmake-qt5`
make %{?_smp_mflags} VERBOSE=1 %make_build VERBOSE=1
%install %install
make %{?_smp_mflags} DESTDIR=%{buildroot} install %make_install
rm %{buildroot}%{_docdir}/%{name}/COPYING rm %{buildroot}%{_docdir}/%{name}/COPYING
%files %files