replace license with spdx.org variant

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

View File

@ -43,7 +43,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
@ -79,7 +79,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
@ -103,7 +103,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
@ -123,7 +123,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
@ -139,7 +139,7 @@ preprocessor for PostgreSQL.
%endif
%package server
License: BSD3c(or similar)
License: BSD-3-Clause
Summary: The Programs Needed to Create and Run a PostgreSQL Server
Group: Productivity/Databases/Servers
PreReq: %insserv_prereq %fillup_prereq
@ -150,7 +150,7 @@ Requires: glibc-locale
Provides: postgresql-server = %pg_minor_version
%package docs
License: BSD3c(or similar)
License: BSD-3-Clause
Summary: HTML Documentation for PostgreSQL
Group: Productivity/Databases/Tools
%if 0%{?suse_version} >= 1120
@ -169,7 +169,7 @@ Manual pages for the PostgreSQL SQL statements can be found in the
postgresql package.
%package contrib
License: BSD3c(or similar)
License: BSD-3-Clause
Summary: Contributed Extensions and Additions to PostgreSQL
Group: Productivity/Databases/Tools
Requires: postgresql-server = %pg_minor_version
@ -198,7 +198,7 @@ PostgreSQL server, which will in turn allow you to create and maintain
PostgreSQL databases.
%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
@ -220,7 +220,7 @@ need to install this package if you want to develop applications in C
which will interact with a PostgreSQL server.
%package plperl
License: BSD3c(or similar)
License: BSD-3-Clause
Summary: The PL/Tcl, PL/Perl, and PL/Python procedural languages for PostgreSQL
Group: Productivity/Databases/Servers
Requires: perl = %perl_version
@ -239,7 +239,7 @@ With this module one can use Perl to write stored procedures,
functions, and triggers.
%package plpython
License: BSD3c(or similar)
License: BSD-3-Clause
Summary: The PL/Python Procedural Languages for PostgreSQL
Group: Productivity/Databases/Servers
Obsoletes: postgresql-pl
@ -258,7 +258,7 @@ With this module one can use Python to write stored procedures,
functions, and triggers.
%package pltcl
License: BSD3c(or similar)
License: BSD-3-Clause
Summary: PL/Tcl Procedural Language for PostgreSQL
Group: Productivity/Databases/Tools
Obsoletes: postgresql-pl