Files
main/server/database/postgresql/pspec.xml
T
Ertuğrul Erata 087fcd1c3e works for openldap
2015-07-03 16:32:16 +03:00

165 lines
6.3 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>postgresql</Name>
<Homepage>http://www.postgresql.org/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>service</IsA>
<Summary>A powerful, open source relational database system</Summary>
<Description>PostgreSQL is a powerful, open source relational database system.</Description>
<Archive sha1sum="0a1ea210e12bc07ac8c528c8997b90bd5d41df6e" type="tarbz2">https://ftp.postgresql.org/pub/source/v9.3.9/postgresql-9.3.9.tar.bz2</Archive>
<BuildDependencies>
<Dependency>mit-kerberos</Dependency>
<Dependency>e2fsprogs-devel</Dependency>
<Dependency>pam-devel</Dependency>
<Dependency>readline-devel</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>python-devel</Dependency>
<Dependency>openssl-devel</Dependency>
<Dependency>tcl-devel</Dependency>
<Dependency>libxslt-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
</BuildDependencies>
<Patches>
<!--Patch level="1">backend_po_translation.patch</Patch-->
</Patches>
</Source>
<Package>
<Name>postgresql-lib</Name>
<IsA>library</IsA>
<Summary>Essential shared libraries for any PostgreSQL client program or interface</Summary>
<RuntimeDependencies>
<Dependency>mit-kerberos</Dependency>
<Dependency>tcl</Dependency>
<Dependency>libxslt</Dependency>
<Dependency>openldap-client</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/share/postgresql</Path>
<Path fileType="executable">/usr/bin/pg_config</Path>
</Files>
</Package>
<Package>
<Name>postgresql-doc</Name>
<IsA>data:doc</IsA>
<Summary>Postgresql documents</Summary>
<Description>Additional documentation for PostgreSQL.</Description>
<RuntimeDependencies>
<Dependency release="current">postgresql-lib</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>postgresql-server</Name>
<IsA>service</IsA>
<RuntimeDependencies>
<Dependency release="current">postgresql-lib</Dependency>
<Dependency>mit-kerberos</Dependency>
<Dependency>openldap-client</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="data">/usr/share/postgresql/contrib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="data">/var/lib</Path>
</Files>
<AdditionalFiles>
<AdditionalFile target="/etc/conf.d/postgresql" owner="root" permission="0644">postgresql.conf-8</AdditionalFile>
</AdditionalFiles>
<Provides>
<COMAR script="package.py">System.Package</COMAR>
<COMAR script="service.py">System.Service</COMAR>
</Provides>
</Package>
<Package>
<Name>postgresql-pl</Name>
<RuntimeDependencies>
<Dependency release="current">postgresql-lib</Dependency>
<Dependency>tcl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/pltcl_listmod</Path>
<Path fileType="executable">/usr/bin/pltcl_loadmod</Path>
<Path fileType="executable">/usr/bin/pltcl_delmod</Path>
<Path fileType="library">/usr/lib/postgresql/plperl.so</Path>
<Path fileType="library">/usr/lib/postgresql/plpython.so</Path>
<Path fileType="library">/usr/lib/postgresql/pltcl.so</Path>
<Path fileType="data">/usr/share/postgresql/unknown.pltcl</Path>
</Files>
</Package>
<History>
<Update release="8">
<Date>2015-07-03</Date>
<Version>9.3.9</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="7">
<Date>2014-05-19</Date>
<Version>9.3.4</Version>
<Comment>Version bump.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2014-04-23</Date>
<Version>9.3.3</Version>
<Comment>Rebuild for webp.</Comment>
<Name>Kamil Atlı</Name>
<Email>suvarice@gmail.com</Email>
</Update>
<Update release="5">
<Date>2014-02-21</Date>
<Version>9.3.3</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2013-11-17</Date>
<Version>9.3.1</Version>
<Comment>Fix demp</Comment>
<Name>Richard de Bruin</Name>
<Email>richdb@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-11-15</Date>
<Version>9.3.1</Version>
<Comment>Version bump</Comment>
<Name>Aydın Demirel</Name>
<Email>aydin.demirel@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-02-25</Date>
<Version>9.2.3</Version>
<Comment>Version bump</Comment>
<Name>Ertan Güven</Name>
<Email>ertan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-10-04</Date>
<Version>9.2.0</Version>
<Comment>First release</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
</History>
</PISI>