From 417d4722f6ee8f7c92fc033cd16be06282b4f95e Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Wed, 8 Mar 2023 07:47:39 -0500 Subject: [PATCH] Update License to SPDX --- python-OWSLib.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-OWSLib.spec b/python-OWSLib.spec index 9f53b68..905ba36 100644 --- a/python-OWSLib.spec +++ b/python-OWSLib.spec @@ -6,7 +6,7 @@ Version: 0.9.0 Release: 2%{?dist} Summary: Client library for OGC web services -License: BSD +License: BSD-3-Clause URL: http://geopython.github.io/OWSLib Source0: %{pypi_source OWSLib} BuildArch: noarch @@ -104,6 +104,7 @@ find 'owslib' -type f -name '*.py' \ %changelog * Wed Mar 08 2023 Benjamin A. Beasley - 0.9.0-2 - Generally “modernize” packaging (by EPEL7 standards) +- Update License to SPDX * Sat Jun 13 2015 Volker Fröhlich - 0.9.0-1 - New upstream release