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