Files
main/server/database/postgresql/pspec.xml
T
2024-05-18 12:52:01 +03:00

247 lines
11 KiB
XML

<?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="9024e68120af0f033d3331c7f298af5a7b2e2bce" type="tarbz2">https://ftp.postgresql.org/pub/source/v15.4/postgresql-15.4.tar.bz2</Archive>
<BuildDependencies>
<Dependency>mit-kerberos-devel</Dependency>
<Dependency>e2fsprogs-devel</Dependency>
<Dependency>pam-devel</Dependency>
<Dependency>readline-devel</Dependency>
<Dependency>lz4-devel</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>openssl-devel</Dependency>
<Dependency>tcl-devel</Dependency>
<Dependency>libxslt-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency versionFrom="2.6.6">openldap-server</Dependency>
</BuildDependencies>
<Patches>
<!--Patch level="1">backend_po_translation.patch</Patch-->
</Patches>
</Source>
<Package>
<Name>postgresql-server</Name>
<IsA>service</IsA>
<RuntimeDependencies>
<Dependency>pam</Dependency>
<Dependency>lz4</Dependency>
<Dependency>zlib</Dependency>
<Dependency>libxml2</Dependency>
<Dependency>libxslt</Dependency>
<Dependency>openssl</Dependency>
<Dependency>python3</Dependency>
<Dependency>readline</Dependency>
<Dependency>mit-kerberos</Dependency>
<Dependency>openldap-client</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/clusterdb</Path>
<Path fileType="executable">/usr/bin/reindexdb</Path>
<Path fileType="executable">/usr/bin/pgbench</Path>
<Path fileType="executable">/usr/bin/initdb</Path>
<Path fileType="executable">/usr/bin/psql</Path>
<Path fileType="executable">/usr/bin/ecpg</Path>
<Path fileType="executable">/usr/bin/oid2name</Path>
<Path fileType="executable">/usr/bin/postgresql</Path>
<Path fileType="executable">/usr/bin/pg_*</Path>
<Path fileType="executable">/usr/bin/creat*</Path>
<Path fileType="executable">/usr/bin/vacuum*</Path>
<Path fileType="executable">/usr/bin/drop*</Path>
<Path fileType="executable">/usr/bin/post*</Path>
<Path fileType="executable">/usr/bin/pg_config</Path>
<Path fileType="config">/etc</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="data">/usr/share/postgresql/contrib</Path>
<Path fileType="data">/usr/share/postgresql/extension</Path>
<Path fileType="data">/usr/share/postgresql/tsearch_data</Path>
<Path fileType="data">/usr/share/postgresql/timezonesets</Path>
<Path fileType="data">/usr/lib/postgresql/pgxs</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="library">/usr/lib/postgresql/a*</Path>
<Path fileType="library">/usr/lib/postgresql/b*</Path>
<Path fileType="library">/usr/lib/postgresql/c*</Path>
<Path fileType="library">/usr/lib/postgresql/d*</Path>
<Path fileType="library">/usr/lib/postgresql/e*</Path>
<Path fileType="library">/usr/lib/postgresql/f*</Path>
<Path fileType="library">/usr/lib/postgresql/h*</Path>
<Path fileType="library">/usr/lib/postgresql/i*</Path>
<Path fileType="library">/usr/lib/postgresql/j*</Path>
<Path fileType="library">/usr/lib/postgresql/l*</Path>
<Path fileType="library">/usr/lib/postgresql/m*</Path>
<Path fileType="library">/usr/lib/postgresql/o*</Path>
<Path fileType="library">/usr/lib/postgresql/pa*</Path>
<Path fileType="library">/usr/lib/postgresql/pg*</Path>
<Path fileType="library">/usr/lib/postgresql/plpgsql.so</Path>
<Path fileType="library">/usr/lib/postgresql/plpython3.so</Path>
<Path fileType="library">/usr/lib/postgresql/po*</Path>
<Path fileType="library">/usr/lib/postgresql/r*</Path>
<Path fileType="library">/usr/lib/postgresql/s*</Path>
<Path fileType="library">/usr/lib/postgresql/t*</Path>
<Path fileType="library">/usr/lib/postgresql/u*</Path>
<Path fileType="library">/usr/lib/postgresql/_int*</Path>
<Path fileType="library">/usr/lib/lib*</Path>
<Path fileType="data">/usr/share/postgresql/s*</Path>
<Path fileType="library">/usr/lib/postgresql/utf8*</Path>
<Path fileType="data">/usr/share/postgresql/p*</Path>
<Path fileType="data">/usr/share/postgresql/information_schema.sql</Path>
<Path fileType="data">/usr/share/postgresql/errcodes.txt</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>tcl</Dependency>
<Dependency>perl</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>
<Package>
<Name>postgresql-doc</Name>
<IsA>data:doc</IsA>
<Summary>Postgresql documents</Summary>
<Description>Additional documentation for PostgreSQL.</Description>
<Files>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>postgresql-lib</Name>
<IsA>library</IsA>
<Summary>Essential shared libraries for any PostgreSQL client program or interface</Summary>
<RuntimeDependencies>
<Dependency release="current">postgresql-server</Dependency>
<Dependency>openssl-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="13">
<Date>2024-05-18</Date>
<Version>15.4</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="12">
<Date>2023-11-23</Date>
<Version>15.4</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="11">
<Date>2023-11-05</Date>
<Version>15.3</Version>
<Comment>Rebuild python-3.10</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="10">
<Date>2023-07-21</Date>
<Version>15.3</Version>
<Comment>Fixed server running issue and file paths</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="9">
<Date>2023-05-27</Date>
<Version>15.3</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="8">
<Date>2023-05-06</Date>
<Version>14.6</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="7">
<Date>2023-01-23</Date>
<Version>14.6</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6">
<Date>2020-11-06</Date>
<Version>12.1</Version>
<Comment>Rebuild</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2020-01-15</Date>
<Version>12.1</Version>
<Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2018-08-03</Date>
<Version>10.2</Version>
<Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2017-09-20</Date>
<Version>9.6.2</Version>
<Comment>Release bump.</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-06-08</Date>
<Version>9.3.9</Version>
<Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2015-07-03</Date>
<Version>9.3.9</Version>
<Comment>First release</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
</History>
</PISI>