License compliance rectification

This commit is contained in:
xigaoxinyan 2022-06-21 19:54:10 +08:00
parent 3aa49fa929
commit a0e69be347
3 changed files with 7 additions and 4 deletions

BIN
0.7.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-pybeam
Version: 0.6
Version: 0.7
Release: 1
Summary: Python module to parse Erlang BEAM files
License: MIT
URL: http://github.com/matwey/pybeam
Source0: https://files.pythonhosted.org/packages/8d/18/8f622cd4f3874404d99824aede37c6051aa869615b86f61705d72290cb8e/pybeam-0.6.tar.gz
URL: https://github.com/matwey/pybeam
Source0: https://github.com/matwey/pybeam/archive/refs/tags/0.7.tar.gz
BuildArch: noarch
BuildRequires: python3-sphinx
Requires: python3-construct
@ -30,7 +30,7 @@ Provides: python3-pybeam-doc
Python module to parse Erlang BEAM files
%prep
%autosetup -n pybeam-0.6
%autosetup -n pybeam-0.7
%build
%py3_build
@ -70,5 +70,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Tue Jun 21 2022 houyingchao <houyingchao@h-partners.com> - 0.7-1
- Upgrade to version 0.7
* Mon Aug 17 2020 zhanghua <zhanghua40@huawei.com> - 0.6-1
- package init