Update license summary
Use the %{shrink:} macro to make the whole mess more readable.
Use the short license summary instead of pasting all of
LICENSE.dependencies.
This commit is contained in:
parent
8882033808
commit
d44e992892
1 changed files with 12 additions and 26 deletions
|
|
@ -32,32 +32,18 @@ datetimes, and numpy}
|
|||
|
||||
%package -n python3-orjson
|
||||
Summary: %{summary}
|
||||
# Apache-2.0 OR MIT: orjson itself
|
||||
# (Apache-2.0 OR MIT) AND BSD-3-Clause: encoding_rs v0.8.32
|
||||
# Apache-2.0 OR BSL-1.0: ryu v1.0.13
|
||||
# Apache-2.0 OR MIT: bytecount v0.6.3
|
||||
# Apache-2.0 OR MIT: orjson v3.8.12
|
||||
# Apache-2.0: pyo3-ffi v0.18.3
|
||||
# MIT OR Apache-2.0: ahash v0.8.3
|
||||
# MIT OR Apache-2.0: arrayvec v0.7.2
|
||||
# MIT OR Apache-2.0: associative-cache v1.0.1
|
||||
# MIT OR Apache-2.0: beef v0.5.2
|
||||
# MIT OR Apache-2.0: cfg-if v1.0.0
|
||||
# MIT OR Apache-2.0: chrono v0.4.24
|
||||
# MIT OR Apache-2.0: itoa v1.0.6
|
||||
# MIT OR Apache-2.0: libc v0.2.144
|
||||
# MIT OR Apache-2.0: num-integer v0.1.45
|
||||
# MIT OR Apache-2.0: num-traits v0.2.15
|
||||
# MIT OR Apache-2.0: once_cell v1.17.1
|
||||
# MIT OR Apache-2.0: serde v1.0.162
|
||||
# MIT OR Apache-2.0: serde_json v1.0.96
|
||||
# MIT OR Apache-2.0: simdutf8 v0.1.4
|
||||
# MIT OR Apache-2.0: smallvec v1.10.0
|
||||
# MIT OR Apache-2.0: static_assertions v1.1.0
|
||||
# MIT: castaway v0.2.2
|
||||
# MIT: compact_str v0.7.0
|
||||
# MIT: itoap v1.0.1
|
||||
License: (Apache-2.0 OR MIT) AND (Apache-2.0 OR BSL-1.0) AND BSD-3-Clause AND Apache-2.0
|
||||
# (Apache-2.0 OR MIT) AND BSD-3-Clause
|
||||
# Apache-2.0
|
||||
# Apache-2.0 OR BSL-1.0
|
||||
# Apache-2.0 OR MIT
|
||||
# MIT
|
||||
License: %{shrink:
|
||||
(Apache-2.0 OR MIT) AND
|
||||
BSD-3-Clause AND
|
||||
Apache-2.0 AND
|
||||
(Apache-2.0 OR BSL-1.0) AND
|
||||
MIT
|
||||
}
|
||||
|
||||
|
||||
%description -n python3-orjson %{_description}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue