public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-fast-simplification] rawhide: Improve handling of nanobind/robin-map license terms
@ 2026-08-23 23:18 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-08-23 23:18 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/python-fast-simplification
Branch : rawhide
Commit : 7ce77de44555e3fbb2ac2db101f73e369304886e
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-08-24T00:15:32+01:00
Stats  : +12/-8 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/python-fast-simplification/c/7ce77de44555e3fbb2ac2db101f73e369304886e?branch=rawhide

Log:
Improve handling of nanobind/robin-map license terms

---
diff --git a/python-fast-simplification.spec b/python-fast-simplification.spec
index d002ec6..b10a6fa 100644
--- a/python-fast-simplification.spec
+++ b/python-fast-simplification.spec
@@ -9,14 +9,7 @@ Version:        0.2.0
 Release:        %autorelease
 Summary:        Wrapper around the Fast-Quadric-Mesh-Simplification library
 
-# The entire source is (SPDX) MIT. While the python3-nanobind package is not a
-# header-only library, it functions rather like one, in that it ships C++
-# sources that are compiled into extensions that use it. Furthermore, it brings
-# in an indirect dependency on the header-only robin-map library.
-#   - python3-nanobind is BSD-3-Clause
-#   - robin-map-static is MIT
-License:        MIT AND BSD-3-Clause
-SourceLicense:  MIT
+License:        MIT
 URL:            https://github.com/pyvista/fast-simplification
 # The GitHub archive contains many ancillary files, like the README, the
 # examples, and the list of test requirements, that the PyPI sdist lacks.
@@ -65,6 +58,17 @@ https://pyvista.github.io/fast-simplification/}
 
 %package -n python3-fast-simplification
 Summary:        %{summary}
+# The entire source is (SPDX) MIT. However, while the python3-nanobind package
+# is not a header-only library, it functions rather like one, in that it ships
+# C++ sources that are compiled into extensions that use it. Furthermore, it
+# brings in an indirect dependency on the header-only robin-map library.  -
+# python3-nanobind is BSD-3-Clause
+#   - robin-map-static is MIT
+License:        MIT AND BSD-3-Clause
+
+# https://docs.fedoraproject.org/en-US/packaging-guidelines/#_packaging_header_only_libraries
+# Required indirectly, via python3-nanobind:
+BuildRequires:  robin-map-static
 
 # The source file fast_simplification/Simplify.h is based on src.cmd/Simplify.h
 # from https://github.com/sp4cerat/Fast-Quadric-Mesh-Simplification, which is

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-23 23:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-23 23:18 [rpms/python-fast-simplification] rawhide: Improve handling of nanobind/robin-map license terms Benjamin A. Beasley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox