public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jerry James <loganjerry@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/ffcall] rawhide: Note that gnulib is bundled
Date: Mon, 03 Aug 2026 22:25:08 GMT [thread overview]
Message-ID: <178579590899.1.16635551991595352786.rpms-ffcall-893d3b86892b@fedoraproject.org> (raw)
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.
reply other threads:[~2026-08-03 22:25 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178579590899.1.16635551991595352786.rpms-ffcall-893d3b86892b@fedoraproject.org \
--to=loganjerry@gmail.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox