replace license with spdx.org variant

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postgresql?expand=0&rev=38
This commit is contained in:
Stephan Kulow 2011-12-06 17:52:41 +00:00 committed by Git OBS Bridge
parent 9ffd4cb18e
commit 755cdec0bd

View File

@ -36,7 +36,7 @@ Summary: Basic Clients and Utilities for PostgreSQL
Version: 9.1.1
Release: 2
%define pg_minor_version %(echo %version | sed -r 's/^([0-9]+\\.[0-9]+).*/\\1/')
License: BSD3c(or similar)
License: BSD-3-Clause
Group: Productivity/Databases/Tools
Source0: postgresql-%version.tar.bz2
Source1: baselibs.conf
@ -72,7 +72,7 @@ package.
%if %libs_package
%package libs
License: BSD 3-Clause
License: BSD-3-Clause
Summary: Shared Libraries Required for PostgreSQL Clients
Group: Productivity/Databases/Clients
# bug437293
@ -96,7 +96,7 @@ that need to connect to a PostgreSQL server.
%else
%package -n %libpq
License: BSD3c(or similar)
License: BSD-3-Clause
Summary: Shared Libraries Required for PostgreSQL Clients
Group: Productivity/Databases/Clients
Provides: postgresql-libs = %version
@ -116,7 +116,7 @@ This package provides the client library that most PostgreSQL client
program or language bindings are using.
%package -n %libecpg
License: BSD3c(or similar)
License: BSD-3-Clause
Summary: Shared Libraries Required for PostgreSQL Clients
Group: Productivity/Databases/Clients
Provides: postgresql-libs:%_libdir/libecpg.so.6
@ -132,7 +132,7 @@ preprocessor for PostgreSQL.
%endif
%package -n %_name-devel
License: BSD3c(or similar)
License: BSD-3-Clause
Summary: PostgreSQL development header files and libraries
Group: Productivity/Databases/Tools
%if %libs_package