Minor fixes to Darin's submission

OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql?expand=0&rev=65
This commit is contained in:
2011-12-14 14:23:01 +00:00
committed by Git OBS Bridge
parent 3f813fccfa
commit db3d88666b
4 changed files with 18 additions and 18 deletions

View File

@@ -1,5 +1,5 @@
-------------------------------------------------------------------
Fri Dec 9 17:40:06 UTC 2011 - darin@darins.net
Fri Dec 9 17:37:40 UTC 2011 - darin@darins.net
- New version 9.1.2. For detailed release notes see:
http://www.postgresql.org/docs/9.1/static/release-9-1-2.html

View File

@@ -36,7 +36,7 @@ Summary: Basic Clients and Utilities for PostgreSQL
Version: 9.1.2
Release: 2
%define pg_minor_version %(echo %version | sed -r 's/^([0-9]+\\.[0-9]+).*/\\1/')
License: BSD-3-Clause
License: BSD3c(or similar)
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: BSD-3-Clause
License: BSD3c(or similar)
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: BSD-3-Clause
License: BSD3c(or similar)
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: BSD-3-Clause
License: BSD3c(or similar)
Summary: PostgreSQL development header files and libraries
Group: Productivity/Databases/Tools
%if %libs_package

View File

@@ -43,7 +43,7 @@ Summary: Basic Clients and Utilities for PostgreSQL
Version: 9.1.2
Release: 2
%define pg_minor_version %(echo %version | sed -r 's/^([0-9]+\\.[0-9]+).*/\\1/')
License: BSD-3-Clause
License: BSD3c(or similar)
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: BSD-3-Clause
License: BSD3c(or similar)
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: BSD-3-Clause
License: BSD3c(or similar)
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: BSD-3-Clause
License: BSD3c(or similar)
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: BSD-3-Clause
License: BSD3c(or similar)
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: BSD-3-Clause
License: BSD3c(or similar)
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: BSD-3-Clause
License: BSD3c(or similar)
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: BSD-3-Clause
License: BSD3c(or similar)
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: BSD-3-Clause
License: BSD3c(or similar)
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: BSD-3-Clause
License: BSD3c(or similar)
Summary: PL/Tcl Procedural Language for PostgreSQL
Group: Productivity/Databases/Tools
Obsoletes: postgresql-pl

View File

@@ -41,7 +41,7 @@ BuildRequires: krb5-devel libxslt-devel
%endif
BuildRequires: openldap2-devel openssl-devel
Summary: Basic Clients and Utilities for PostgreSQL
Version: 9.1.1
Version: 9.1.2
Release: 2
%define pg_minor_version %(echo %version | sed -r 's/^([0-9]+\\.[0-9]+).*/\\1/')
License: BSD3c(or similar)