%global pypi_name xortool Name: %{pypi_name} Version: 0.99 Release: 10%{?dist} Summary: Tool for XOR cipher analysis License: MIT URL: https://github.com/hellman/xortool Source0: https://github.com/hellman/xortool/archive/v%{version}/%{pypi_name}-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-wheel %description A tool to do some XOR analysis to guess the key length (based on count of equal chars) and to guess the key (base on knowledge of most frequent char). %prep %autosetup -n %{pypi_name}-%{version} sed -i -e '/^#!\//, 1d' xortool/*.py %build %py3_build %install %py3_install %files %doc README.md %license LICENSE %{_bindir}/%{name} %{_bindir}/%{name}-xor %{python3_sitelib}/*.egg-info/ %{python3_sitelib}/%{pypi_name}/ %changelog * Sat Jul 23 2022 Fedora Release Engineering - 0.99-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint - 0.99-9 - Rebuilt for Python 3.11 * Sat Jan 22 2022 Fedora Release Engineering - 0.99-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering - 0.99-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint - 0.99-6 - Rebuilt for Python 3.10 * Thu Jan 28 2021 Fedora Release Engineering - 0.99-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering - 0.99-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Fri Jun 26 2020 Fabian Affolter - 0.99-3 - Add python3-setuptools as BR * Tue May 26 2020 Miro Hrončok - 0.99-2 - Rebuilt for Python 3.9 * Fri Feb 07 2020 Fabian Affolter - 0.99-1 - Update to latest upstream release 0.99 * Fri Jan 31 2020 Fedora Release Engineering - 0.98-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Oct 03 2019 Miro Hrončok - 0.98-4 - Rebuilt for Python 3.8.0rc1 (#1748018) * Mon Aug 19 2019 Miro Hrončok - 0.98-3 - Rebuilt for Python 3.8 * Sat Jul 27 2019 Fedora Release Engineering - 0.98-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Thu May 09 2019 Fabian Affolter - 0.98-1 - Initial package for Fedora