File pemu-bin.spec of Package pemu-bin
#
# spec file for package pemu-bin
#
# Copyright (c) 2020, Martin Hauke <mardnh@gmx.de>
#
# 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 https://bugs.opensuse.org/
#
Name: pemu-bin
Version: 0.0.0_2008_03_03
Release: 0
Summary: Cisco PIX emulator
License: BSD-2-Clause AND BSD-3-Clause AND GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT
Group: Productivity/Networking/Other
URL: https://sourceforge.net/projects/gns-3/files/Pemu/
Source: https://sourceforge.net/projects/gns-3/files/Pemu/2008-03-03/pemu_2008-03-03_bin.tar.bz2
ExclusiveArch: %{ix86}
%description
Pemu emulates the hardware of Cisco PIX firewalls.
Note: You need original Cisco PIX images to sucessfully
emulate Cisco PIX devices.
%prep
%setup -q -n pemu_2008-03-03_bin
%build
%install
install -D -m0755 pemu %{buildroot}%{_bindir}/pemu
%files
%doc Changes README
%doc pemu.ini
%{_bindir}/pemu
%changelog