Update to 0.0.22
In addition to the version bump, we need to update the license and replace the (now removed) examples directory with the new contrib directory.
This commit is contained in:
parent
4731d2cecb
commit
8431cbb01d
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
||||
/drgn-0.0.19.tar.gz
|
||||
/drgn-0.0.20.tar.gz
|
||||
/drgn-0.0.21.tar.gz
|
||||
/drgn-0.0.22.tar.gz
|
||||
|
@ -14,11 +14,11 @@ drgn exposes the types and variables in a program for easy, expressive
|
||||
scripting in Python.}
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.0.21
|
||||
Version: 0.0.22
|
||||
Release: %autorelease
|
||||
Summary: Programmable debugger
|
||||
|
||||
License: GPLv3+
|
||||
License: LGPL-2.1-or-later
|
||||
URL: https://github.com/osandov/drgn
|
||||
Source0: %{pypi_source}
|
||||
|
||||
@ -91,7 +91,7 @@ rm -rf html/.{doctrees,buildinfo}
|
||||
%install
|
||||
%py3_install
|
||||
mkdir -p %{buildroot}%{_datadir}/drgn
|
||||
cp -PR examples tools %{buildroot}%{_datadir}/drgn
|
||||
cp -PR contrib tools %{buildroot}%{_datadir}/drgn
|
||||
|
||||
%if %{with tests}
|
||||
%check
|
||||
@ -100,6 +100,7 @@ cp -PR examples tools %{buildroot}%{_datadir}/drgn
|
||||
|
||||
%files -n %{pypi_name}
|
||||
%license COPYING
|
||||
%license LICENSES
|
||||
%doc README.rst
|
||||
%{_bindir}/drgn
|
||||
%{_datadir}/drgn
|
||||
@ -111,6 +112,7 @@ cp -PR examples tools %{buildroot}%{_datadir}/drgn
|
||||
%if %{with docs}
|
||||
%files -n %{pypi_name}-doc
|
||||
%license COPYING
|
||||
%license LICENSES
|
||||
%doc html
|
||||
%endif
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (drgn-0.0.21.tar.gz) = 4a4fb21251aafee7da68dec023090df00ac0d909da3177b3feb77ffc65e243a0745c7699ebcc42bd735e23dc5edeee2b577cfb3bf539a0af52b3228f0a1ac69e
|
||||
SHA512 (drgn-0.0.22.tar.gz) = eeaffbf710f8a53c9b93fec369bbf483724e28c593032fa8ef1ac5fd20743b9c7e70cd9af70f07d1ac1c9157ed6ff697b1fdc8d83e33537d67bc7748bd39c57f
|
||||
|
Loading…
Reference in New Issue
Block a user