Expect maturin to handle license files, except LICENSES.vendored/
See discussion in https://bugzilla.redhat.com/show_bug.cgi?id=2357473.
This commit is contained in:
parent
b897e39a32
commit
c5771d270e
1 changed files with 2 additions and 2 deletions
|
|
@ -138,7 +138,7 @@ export UNSAFE_PYO3_SKIP_VERSION_CHECK=1
|
|||
|
||||
%install
|
||||
%pyproject_install
|
||||
%pyproject_save_files orjson
|
||||
%pyproject_save_files -l orjson
|
||||
|
||||
|
||||
%check
|
||||
|
|
@ -151,7 +151,7 @@ export UNSAFE_PYO3_SKIP_VERSION_CHECK=1
|
|||
|
||||
|
||||
%files -n python3-orjson -f %{pyproject_files}
|
||||
%license LICENSE-MIT LICENSE-APACHE LICENSES.dependencies LICENSES.vendored/
|
||||
%license LICENSES.vendored/
|
||||
%doc README.md
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue