public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/uriparser] epel10: Adapt license filename
@ 2026-06-22 11:34 Sandro Mani
0 siblings, 0 replies; only message in thread
From: Sandro Mani @ 2026-06-22 11:34 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/uriparser
Branch : epel10
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=epel10
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-22 11:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-22 11:34 [rpms/uriparser] epel10: Adapt license filename Sandro Mani
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox