Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
175099f195 | ||
|
|
8b5de95dd1 |
||
|
|
6e77c040a2 |
||
|
|
0a7641b1b3 |
||
|
|
93d9d27e8e |
1 changed files with 6 additions and 2 deletions
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
Name: %{pypi_name}
|
||||
Version: 0.99
|
||||
Release: 1%{?dist}
|
||||
Summary: A tool for XOR cipher analysis
|
||||
Release: 2%{?dist}
|
||||
Summary: Tool for XOR cipher analysis
|
||||
|
||||
License: MIT
|
||||
URL: https://github.com/hellman/xortool
|
||||
|
|
@ -11,6 +11,7 @@ Source0: https://github.com/hellman/xortool/archive/v%{version}/%{pypi_na
|
|||
BuildArch: noarch
|
||||
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-wheel
|
||||
|
||||
%description
|
||||
|
|
@ -36,6 +37,9 @@ sed -i -e '/^#!\//, 1d' xortool/*.py
|
|||
%{python3_sitelib}/%{pypi_name}/
|
||||
|
||||
%changelog
|
||||
* Fri Jun 26 2020 Fabian Affolter <mail@fabian-affolter.ch> - 0.99-2
|
||||
- Add python3-setuptools as BR
|
||||
|
||||
* Fri Feb 07 2020 Fabian Affolter <mail@fabian-affolter.ch> - 0.99-1
|
||||
- Update to latest upstream release 0.99
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue