public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Sandro Mani <manisandro@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/uriparser] epel9: Adapt license filename
Date: Mon, 22 Jun 2026 11:34:43 GMT	[thread overview]
Message-ID: <178212808368.1.11741948827063853164.rpms-uriparser-e135e2ae8d7b@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/uriparser
Branch : epel9
Commit : e135e2ae8d7b7ef460c30484dd9a6ab430215953
Author : Sandro Mani <manisandro@gmail.com>
Date   : 2025-09-04T09:19:08+02:00
Stats  : +7/-5 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/uriparser/c/e135e2ae8d7b7ef460c30484dd9a6ab430215953?branch=epel9

Log:
Adapt license filename

---
diff --git a/uriparser.spec b/uriparser.spec
index 9e4efe6..1f36a56 100644
--- a/uriparser.spec
+++ b/uriparser.spec
@@ -9,7 +9,9 @@ Version:        0.9.9
 Release:        1%{?dist}
 Summary:        URI parsing library - RFC 3986
 
-# /test/ is under LGPL-2.1-or-later but not included in RPM
+# main license is BSD-3-Clause
+# test suite is licensed under the LGPL-2.1-or-later, but it is not included in the binary RPM
+# fuzzing code is licensed under the Apache-2.0 license, but it is not included in the binary RPM
 # /doc/rfc* are under LicenseRef-scancode-iso-8879, LicenseRef-scancode-ietf, LicenseRef-scancode-ietf-trust but not included in RPM
 License:        BSD-3-Clause
 URL:            https://uriparser.github.io/
@@ -108,7 +110,7 @@ sed -i 's/GENERATE_QHP\ =\ yes/GENERATE_QHP\ =\ no/g' doc/Doxyfile.in
 
 %files
 %doc THANKS AUTHORS ChangeLog
-%license COPYING
+%license COPYING.BSD-3-Clause
 %{_bindir}/uriparse
 %{_libdir}/lib%{name}.so.1*
 
@@ -119,12 +121,12 @@ sed -i 's/GENERATE_QHP\ =\ yes/GENERATE_QHP\ =\ no/g' doc/Doxyfile.in
 %{_libdir}/pkgconfig/lib%{name}.pc
 
 %files doc
-%license COPYING
+%license COPYING.BSD-3-Clause
 %doc %{_docdir}/%{name}/html
 
 %if %{with mingw}
 %files -n mingw32-%{name}
-%license COPYING
+%license COPYING.BSD-3-Clause
 %{mingw32_bindir}/uriparse.exe
 %{mingw32_bindir}/lib%{name}-1.dll
 %{mingw32_includedir}/%{name}/
@@ -133,7 +135,7 @@ sed -i 's/GENERATE_QHP\ =\ yes/GENERATE_QHP\ =\ no/g' doc/Doxyfile.in
 %{mingw32_libdir}/cmake/%{name}-%{version}/
 
 %files -n mingw64-%{name}
-%license COPYING
+%license COPYING.BSD-3-Clause
 %{mingw64_bindir}/uriparse.exe
 %{mingw64_includedir}/%{name}/
 %{mingw64_bindir}/lib%{name}-1.dll

                 reply	other threads:[~2026-06-22 11:34 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=178212808368.1.11741948827063853164.rpms-uriparser-e135e2ae8d7b@fedoraproject.org \
    --to=manisandro@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