# # spec file for package smbcmp # Name: smbcmp Version: 0.1 Release: 1 License: GPLv3+ Summary: Small curses utility to diff, compare and debug SMB network traces URL: https://github.com/smbcmp/smbcmp Group: Development/Tools/Debuggers Source0: https://github.com/smbcmp/smbcmp/archive/v0.1/%{name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3 >= 3.4 BuildRequires: python3-setuptools Requires: wireshark-cli %description Small curses utility to diff, compare and debug SMB network traces. %package gui Summary: GUI version of smbcmp Requires: smbcmp Requires: python3-wxpython4 %description gui smbcmp is a debug tool to diff and compare network captures aimed towards SMB traffic. This is the GUI version of smbcmp based on the wxWidget toolkit. %prep %autosetup -p1 %build # Workaround as there is no -lboost_python3 sed -i 's|curses||' setup.py %py3_build %install %py3_install %files %license LICENSE %doc README.md %{_bindir}/%{name} %{python3_sitelib}/smbcmp/ %{python3_sitelib}/smbcmp*egg-info* %files gui %{_bindir}/%{name}-gui %changelog * Wed Oct 02 2019 Guenther Deschner - 0.1-1 - Initial package