public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ffcall] rawhide: Note that gnulib is bundled
@ 2026-08-03 22:25 Jerry James
0 siblings, 0 replies; only message in thread
From: Jerry James @ 2026-08-03 22:25 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/ffcall
Branch : rawhide
Commit : 893d3b86892bfb68b15609b1d8e14f3ec6458c64
Author : Jerry James <loganjerry@gmail.com>
Date : 2026-08-03T16:24:47-06:00
Stats : +11/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/ffcall/c/893d3b86892bfb68b15609b1d8e14f3ec6458c64?branch=rawhide
Log:
Note that gnulib is bundled
- Update the license due to the bundled gnulib code
---
diff --git a/ffcall.spec b/ffcall.spec
index 35ce1cc..883cf70 100644
--- a/ffcall.spec
+++ b/ffcall.spec
@@ -3,7 +3,9 @@ Version: 2.5
Release: %autorelease
Summary: Libraries for foreign function call interfaces
-License: GPL-2.0-or-later
+# GPL-2.0-or-later: the project as a whole
+# LGPL-2.1-or-later: the bundled gnulib code
+License: GPL-2.0-or-later AND LGPL-2.1-or-later
URL: https://www.gnu.org/software/libffcall/
VCS: git:https://git.savannah.gnu.org/git/libffcall.git
Source: https://ftp.gnu.org/gnu/libffcall/lib%{name}-%{version}.tar.gz
@@ -12,7 +14,6 @@ Patch: configure.patch
Patch: %{name}-ppc64le.patch
BuildRequires: gcc
-BuildRequires: gnulib-devel
BuildRequires: make
%description
@@ -32,6 +33,10 @@ Summary: Files needed to develop programs with %{name}
License: GPL-2.0-or-later AND (GPL-2.0-or-later OR GFDL-1.2-no-invariants-or-later)
Requires: %{name}%{?_isa} = %{version}-%{release}
+# ffcall contains a copy of gnulib, which has been granted a bundling exception:
+# https://forge.fedoraproject.org/packaging/guidelines/issues/174
+Provides: bundled(gnulib)
+
%description devel
Files needed to develop programs with %{name}.
@@ -39,6 +44,10 @@ Files needed to develop programs with %{name}.
Summary: Static libraries for foreign function call interfaces
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
+# ffcall contains a copy of gnulib, which has been granted a bundling exception:
+# https://forge.fedoraproject.org/packaging/guidelines/issues/174
+Provides: bundled(gnulib)
+
%description static
Static libraries for foreign function call interfaces.
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-03 22:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-03 22:25 [rpms/ffcall] rawhide: Note that gnulib is bundled Jerry James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox