Add license file to new -doc subpackage

This commit is contained in:
Benjamin A. Beasley 2021-06-24 09:06:00 -04:00
parent a4600d2f67
commit 4bc2932881
1 changed files with 5 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Name: python-%{srcname}
Version: 1.4.11
Release: 14%{?dist}
Release: 15%{?dist}
Summary: Idiomatic assertion toolkit with human-friendly failure messages
License: GPLv3+
@ -98,6 +98,7 @@ env PYTHONPATH="${PWD}" %make_build -C docs/ html SPHINXOPTS='%{?_smp_mflags}'
%files doc
%license COPYING
%doc CHANGELOG.md
%doc README.rst
%doc TODO.rst
@ -105,6 +106,9 @@ env PYTHONPATH="${PWD}" %make_build -C docs/ html SPHINXOPTS='%{?_smp_mflags}'
%changelog
* Thu Jun 24 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.4.11-15
- Add license file to new -doc subpackage
* Wed Jun 23 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 1.4.11-14
- Rename %%pypi_name to %%srcname
- Switch to GitHub tarball, which includes docs/