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/antlr3] epel10: Clarify license of the C-docs subpackage.
Date: Wed, 22 Jul 2026 19:37:49 GMT [thread overview]
Message-ID: <178474906975.1.3257495592896691681.rpms-antlr3-3f42420866a5@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/antlr3
Branch : epel10
Commit : 3f42420866a56d10e9c0c0ee57b799831e07b74a
Author : Jerry James <loganjerry@gmail.com>
Date : 2022-11-21T15:47:11-07:00
Stats : +36/-5 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/antlr3/c/3f42420866a56d10e9c0c0ee57b799831e07b74a?branch=epel10
Log:
Clarify license of the C-docs subpackage.
---
diff --git a/antlr3.spec b/antlr3.spec
index 13e14db..a176e1f 100644
--- a/antlr3.spec
+++ b/antlr3.spec
@@ -146,6 +146,36 @@ Release: %{antlr_version}.%{baserelease}%{?dist}
Header files for the C bindings for ANTLR-generated parsers
%package C-docs
+# The content is BSD-3-Clause. Other licenses are due to files installed by
+# doxygen.
+# api/bc_s.png: GPL-1.0-or-later
+# api/bdwn.png: GPL-1.0-or-later
+# api/closed.png: GPL-1.0-or-later
+# api/doc.png: GPL-1.0-or-later
+# api/doxygen.css: GPL-1.0-or-later
+# api/doxygen.svg: GPL-1.0-or-later
+# api/dynsections.js: MIT
+# api/folderclosed.png: GPL-1.0-or-later
+# api/folderopen.png: GPL-1.0-or-later
+# api/jquery.js: MIT
+# api/menu.js: MIT
+# api/menudata.js: MIT
+# api/nav_f.png: GPL-1.0-or-later
+# api/nav_g.png: GPL-1.0-or-later
+# api/nav_h.png: GPL-1.0-or-later
+# api/navtree.css: GPL-1.0-or-later
+# api/navtree.js: MIT
+# api/open.png: GPL-1.0-or-later
+# api/resize.js: MIT
+# api/splitbar.png: GPL-1.0-or-later
+# api/sync_off.png: GPL-1.0-or-later
+# api/sync_on.png: GPL-1.0-or-later
+# api/tab_a.png: GPL-1.0-or-later
+# api/tab_b.png: GPL-1.0-or-later
+# api/tab_h.png: GPL-1.0-or-later
+# api/tab_s.png: GPL-1.0-or-later
+# api/tabs.css: GPL-1.0-or-later
+License: BSD-3-Clause AND GPL-1.0-or-later AND MIT
Summary: API documentation for the C run-time support for ANTLR-generated parsers
BuildArch: noarch
BuildRequires: graphviz
@@ -231,7 +261,7 @@ autoreconf -i
%{nil}
%endif
-sed -i "s#CFLAGS = .*#CFLAGS = $RPM_OPT_FLAGS#" Makefile
+sed -i 's#CFLAGS = .*#CFLAGS = %{build_cflags}#' Makefile
%make_build
doxygen -u # update doxygen configuration file
doxygen # build doxygen documentation
@@ -298,16 +328,17 @@ install -pm 644 runtime/Cpp/include/* $RPM_BUILD_ROOT/%{_includedir}/
%{_libdir}/libantlr3c.so
%files C-devel
-%{_mandir}/man3/*
-%{_includedir}/*.h
+%{_mandir}/man3/ANTLR3*
+%{_mandir}/man3/antlr3*
+%{_includedir}/antlr3*.h
%files C-docs
%doc runtime/C/api
%files C++-devel
%doc tool/LICENSE.txt
-%{_includedir}/*.hpp
-%{_includedir}/*.inl
+%{_includedir}/antlr3*.hpp
+%{_includedir}/antlr3*.inl
%files java -f .mfiles-java
%doc tool/LICENSE.txt
reply other threads:[~2026-07-22 19:37 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=178474906975.1.3257495592896691681.rpms-antlr3-3f42420866a5@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