#21 Add additional SPDX tags
Opened 8 months ago by jwakely. Modified 3 months ago
rpms/ jwakely/boost spdx  into  rawhide

file modified
+9 -1
@@ -46,7 +46,7 @@ 

  %global real_name boost

  Summary: The free peer-reviewed portable C++ source libraries

  Version: 1.81.0

- Release: 10%{?dist}

+ Release: 11%{?dist}

  License: BSL-1.0 AND MIT AND Python-2.0.1

  

  # Replace each . with _ in %%{version}
@@ -188,6 +188,7 @@ 

  

  %package chrono

  Summary: Run-time component of boost chrono library

+ License: BSL-1.0 AND (MIT OR NCSA)

  Requires: %{name}-system%{?_isa} = %{version}-%{release}

  

  %description chrono
@@ -265,6 +266,7 @@ 

  

  %package graph

  Summary: Run-time component of boost graph library

+ License: BSL-1.0 AND (BSL-1.0 OR MIT)

  Requires: %{name}-regex%{?_isa} = %{version}-%{release}

  

  %description graph
@@ -283,6 +285,7 @@ 

  

  %package json

  Summary: Run-time component of boost json library

+ License: BSL-1.0 OR Apache-2.0

  

  %description json

  
@@ -411,6 +414,7 @@ 

  

  %package thread

  Summary: Run-time component of boost thread library

+ License: BSL-1.0 AND (MIT OR NCSA)

  Requires: %{name}-system%{?_isa} = %{version}-%{release}

  

  %description thread
@@ -465,6 +469,7 @@ 

  

  %package devel

  Summary: The Boost C++ headers and shared development libraries

+ License: BSL-1.0 AND MIT AND (MIT OR NCSA) AND HPND-sell-variant AND Apache-2.0 AND Zlib

  Requires: %{name}%{?_isa} = %{version}-%{release}

  Requires: libicu-devel%{?_isa}

  %if %{with quadmath}
@@ -1292,6 +1297,9 @@ 

  %{_mandir}/man1/b2.1*

  

  %changelog

+ * Mon Dec 04 2023 Jonathan Wakely <jwakely@fedoraproject.org> - 1.81.0-11

+ - Add additional SPDX tags

+ 

  * Sun Oct 29 2023 Orion Poplawski <orion@nwra.com> - 1.81.0-10

  - Rebuild for openmpi 5.0.0, drops support for i686

  

boost-graph needs (BSL-1.0 OR MIT)

boost-json needs Apache-2.0

boost-chrono needs (MIT OR NCSA) as per:
https://github.com/boostorg/chrono/issues/70

boost-thread needs (MIT OR NCSA) as per:
https://github.com/boostorg/thread/issues/389

Boost.Algorithm headers need HPND-sell-variant via SGI STL code.

Boost.Outcome headers need Apache-2.0

Boost.Beast headers need Zlib

boost-doctools has a license file similar to MTLL, but it doesn't seem
to be used by any of the adjacent XSL files.
See https://github.com/boostorg/boostbook/issues/22

rebased onto 136794f

8 months ago

rebased onto 33144c4

4 months ago

Talked with Jonathan and confirmed this is still needed.

Metadata