public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/mdbtools] f44: migrate to SPDX license
@ 2026-07-13 10:47 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-07-13 10:47 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/mdbtools
            Branch : f44
            Commit : 193196c1e1515b24b3134ef418c1e95a73d8dc16
            Author : Miroslav Suchý <msuchy@redhat.com>
            Date   : 2026-03-12T20:57:44+01:00
            Stats  : +4/-4 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/mdbtools/c/193196c1e1515b24b3134ef418c1e95a73d8dc16?branch=f44

            Log:
            migrate to SPDX license

This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4

---
diff --git a/mdbtools.spec b/mdbtools.spec
index 3fb4e20..17575da 100644
--- a/mdbtools.spec
+++ b/mdbtools.spec
@@ -2,7 +2,6 @@ Name:           mdbtools
 Version:        1.0.0
 Release:        10%{?dist}
 Summary:        Access data stored in Microsoft Access databases
-# Automatically converted from old format: GPLv2+ - review is highly recommended.
 License:        GPL-2.0-or-later
 URL:            https://github.com/mdbtools/mdbtools/
 Source0:        https://github.com/mdbtools/mdbtools/releases/download/v%{version}/mdbtools-%{version}.tar.gz
@@ -23,7 +22,8 @@ Access databases.
 
 %package libs
 Summary:        Library for accessing data stored in Microsoft Access databases
-License:        LGPLv2+
+# sql/parser.* is GPL-3.0-or-later WITH Bison-exception-2.2
+License:        LGPL-2.0-or-later AND GPL-3.0-or-later WITH Bison-exception-2.2
 
 %description libs
 This package contains the MDB Tools library, which can be used by applications
@@ -32,7 +32,7 @@ to access data stored in Microsoft Access databases.
 
 %package        devel
 Summary:        Development files for %{name}
-License:        LGPLv2+
+License:        LGPL-2.0-or-later AND GPL-3.0-or-later WITH Bison-exception-2.2
 Requires:       %{name}-libs%{?_isa} = %{version}-%{release}, glib2-devel, pkgconfig
 
 %description    devel
@@ -42,7 +42,7 @@ developing applications that use %{name}.
 
 %package        odbc
 Summary:        MDB Unix-ODBC driver
-License:        LGPLv2+
+License:        LGPL-2.0-or-later
 Requires:       %{name}-libs%{?_isa} = %{version}-%{release}
 
 %description    odbc

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-13 10:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-13 10:47 [rpms/mdbtools] f44: migrate to SPDX license 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox