Search
j0ke.net Open Build Service
>
Projects
>
server:database
:
postgresql
>
postgresql
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 14
[-]
[+]
Added
postgresql.spec
@@ -0,0 +1,1110 @@ +# +# spec file for package postgresql (Version 8.3.5) +# +# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + + + +Name: postgresql +BuildRequires: bison flex gettext-devel krb5-devel libxslt-devel +BuildRequires: openldap2-devel openssl-devel pam-devel readline-devel zlib-devel +BuildRequires: ncurses-devel +Summary: Basic Clients and Utilities for PostgreSQL +Version: 8.3.5 +Release: 1 +%define pg_minor_version %(echo %version | cut -f1-2 -d.) +License: BSD 3-Clause +Group: Productivity/Databases/Tools +Source0: postgresql-%version.tar.bz2 +Source2: postgresql-README.SuSE.de +Source3: postgresql-README.SuSE.en +Source8: postgresql-sysconfig +Source9: postgresql-init +Source15: postgresql-bashprofile +Source16: postgresql-firewall +Source17: postgresql-rpmlintrc +Source99: postgresql-pl.spec +Patch1: postgresql-8.3-conf.patch +PreReq: postgresql-libs = %pg_minor_version +Url: http://www.postgresql.org/ +Provides: postgresql = %pg_minor_version +BuildRoot: %{_tmppath}/%{name}-%{version}-build + +%description +PostgreSQL is an advanced object-relational database management system +that supports an extended subset of the SQL standard, including +transactions, foreign keys, subqueries, triggers, and user-defined +types and functions. + +This package contains the basic utility and client programs necessary +to maintain and work with local or remote PostgreSQL databases as well +as manual pages for the SQL commands that PostgreSQL supports. Full +HTML documentation for PostgreSQL can be found in the postgresql-docs +package. + + + +Authors: +-------- + Marc G. Fournier <scrappy@hub.org> + Tom Lane <tgl@sss.pgh.pa.us> + Vadim B. Mikheev <vadim4o@yahoo.com> + Bruce Momjian <pgman@candle.pha.pa.us> + Jan Wieck <JanWieck@Yahoo.com> + +%package libs +License: BSD 3-Clause +Summary: Shared Libraries Required for PostgreSQL Clients +Group: Productivity/Databases/Clients +Provides: postgresql-libs = %pg_minor_version +PreReq: sh-utils fileutils + +%description libs +PostgreSQL is an advanced object-relational database management system +that supports an extended subset of the SQL standard, including +transactions, foreign keys, subqueries, triggers, user-defined types +and functions. + +This package provides the essential shared libraries for (almost) any +PostgreSQL client program or interface. You will need to install this +package in order to use any other PostgreSQL package or any clients +that need to connect to a PostgreSQL server. + + + +Authors: +-------- + Marc G. Fournier <scrappy@hub.org> + Tom Lane <tgl@sss.pgh.pa.us> + Vadim B. Mikheev <vadim4o@yahoo.com> + Bruce Momjian <pgman@candle.pha.pa.us> + Jan Wieck <JanWieck@Yahoo.com> + +%package server +License: BSD 3-Clause +Summary: The Programs Needed to Create and Run a PostgreSQL Server +Group: Productivity/Databases/Servers +PreReq: %insserv_prereq %fillup_prereq +PreReq: /usr/sbin/useradd /usr/sbin/groupadd /sbin/chkconfig +PreReq: /usr/bin/strings /bin/sed +PreReq: postgresql = %pg_minor_version +Requires: glibc-locale +Provides: postgresql-server = %pg_minor_version + +%package docs +License: BSD 3-Clause +Summary: HTML Documentation for PostgreSQL +Group: Productivity/Databases/Tools + +%description docs +PostgreSQL is an advanced object-relational database management system +that supports an extended subset of the SQL standard, including +transactions, foreign keys, subqueries, triggers, and user-defined +types and functions. + +This package contains the HTML documentation for PostgreSQL. The start +page is: file:///usr/share/doc/packages/postgresql/html/index.html . +Manual pages for the PostgreSQL SQL statements can be found in the +postgresql package. + + + +Authors: +-------- + Marc G. Fournier <scrappy@hub.org> + Tom Lane <tgl@sss.pgh.pa.us> + Vadim B. Mikheev <vadim4o@yahoo.com> + Bruce Momjian <pgman@candle.pha.pa.us> + Jan Wieck <JanWieck@Yahoo.com> + +%package contrib +License: BSD 3-Clause +Summary: Contributed Extensions and Additions to PostgreSQL +Group: Productivity/Databases/Tools +Requires: postgresql-server = %pg_minor_version + +%description contrib +PostgreSQL is an advanced object-relational database management system +that supports an extended subset of the SQL standard, including +transactions, foreign keys, subqueries, triggers, and user-defined +types and functions. + +The postgresql-contrib package includes extensions and additions that +are distributed along with the PostgreSQL sources, but are not (yet) +officially part of the PostgreSQL core. + +Documentation for the modules contained in this package can be found in +/usr/share/doc/packages/postgresql/contrib. + + + +Authors: +-------- + Marc G. Fournier <scrappy@hub.org> + Tom Lane <tgl@sss.pgh.pa.us> + Vadim B. Mikheev <vadim4o@yahoo.com> + Bruce Momjian <pgman@candle.pha.pa.us> + Jan Wieck <JanWieck@Yahoo.com> + +%description server +PostgreSQL is an advanced object-relational database management system +that supports an extended subset of the SQL standard, including +transactions, foreign keys, sub-queries, triggers, and user-defined +types and functions. + +This package includes the programs needed to create and run a +PostgreSQL server, which will in turn allow you to create and maintain +PostgreSQL databases. + + + +Authors: +-------- + Marc G. Fournier <scrappy@hub.org> + Tom Lane <tgl@sss.pgh.pa.us> + Vadim B. Mikheev <vadim4o@yahoo.com> + Bruce Momjian <pgman@candle.pha.pa.us> + Jan Wieck <JanWieck@Yahoo.com> + +%package devel +License: BSD 3-Clause +Summary: PostgreSQL development header files and libraries +Group: Productivity/Databases/Tools +Requires: postgresql-libs = %pg_minor_version + +%description devel +PostgreSQL is an advanced object-relational database management system +that supports an extended subset of the SQL standard, including +transactions, foreign keys, subqueries, triggers, and user-defined +types and functions. + +This package contains the header files and libraries needed to compile +C applications which will directly interact with a PostgreSQL database +management server and the ECPG Embedded C Postgres preprocessor. You +need to install this package if you want to develop applications in C +which will interact with a PostgreSQL server. + +