Files
core/system/base/sqlite/pspec.xml
T
Ertuğrul Erata 3288ef04b4 sqlite vbump
2015-06-11 11:12:46 +03:00

204 lines
7.2 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>sqlite</Name>
<Homepage>http://www.sqlite.org/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>as-is</License>
<IsA>library</IsA>
<Summary>An SQL Database Engine in a C Library</Summary>
<Description>SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine. Supports databases up to 2 terabytes in size.</Description>
<Archive sha1sum="c2f2c17d3dc4c4e179d35cc04e4420636d48a152" type="targz">http://www.sqlite.org/2015/sqlite-autoconf-3081002.tar.gz</Archive>
<Archive sha1sum="2e816999255e4fced7d93b6ad3650a361a446288" type="zip">http://www.sqlite.org/2015/sqlite-doc-3081002.zip</Archive>
<BuildDependencies>
<Dependency>readline-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>sqlite</Name>
<RuntimeDependencies>
<Dependency>readline</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/doc/sqlite/README</Path>
</Files>
</Package>
<Package>
<Name>sqlite-devel</Name>
<PartOf>system.devel</PartOf>
<Summary>Development files for sqlite</Summary>
<RuntimeDependencies>
<Dependency release="current">sqlite</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
<Path fileType="data">/usr/lib32/pkgconfig</Path>
</Files>
</Package>
<Package>
<Name>sqlite-32bit</Name>
<Summary>sqlite-32bit için paylaşımlı kitaplıklar</Summary>
<PartOf>emul32</PartOf>
<Summary>32-bit shared libraries for sqlite</Summary>
<BuildType>emul32</BuildType>
<BuildDependencies>
<Dependency>glibc-32bit</Dependency>
</BuildDependencies>
<RuntimeDependencies>
<Dependency>glibc-32bit</Dependency>
<Dependency release="current">sqlite</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32</Path>
</Files>
</Package>
<Package>
<Name>sqlite-tcl</Name>
<PartOf>programming.language.tcl</PartOf>
<Summary>sqlite Tcl Extension Architecture (TEA)</Summary>
<BuildDependencies>
<Dependency>tcl-devel</Dependency>
</BuildDependencies>
<RuntimeDependencies>
<Dependency>sqlite</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/sqlite3.8.10.2</Path>
</Files>
</Package>
<Package>
<Name>sqlite-tcl-32bit</Name>
<PartOf>emul32</PartOf>
<Summary>sqlite-tcl-32bit için paylaşımlı kitaplıklar</Summary>
<BuildDependencies>
<Dependency>glibc-32bit</Dependency>
</BuildDependencies>
<RuntimeDependencies>
<Dependency>glibc-32bit</Dependency>
<Dependency>sqlite</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32/sqlite3.8.10.2/</Path>
</Files>
</Package>
<Package>
<Name>sqlite-doc</Name>
<Summary>sqlite-doc, sqlite için doküman belgeleri</Summary>
<RuntimeDependencies>
<Dependency>sqlite</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/share/doc/sqlite/</Path>
</Files>
</Package>
<History>
<Update release="13">
<Date>2015-06-08</Date>
<Version>3.8.10.2</Version>
<Comment>Version bump.</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
<Update release="12">
<Date>2015-02-28</Date>
<Version>3.8.8.3</Version>
<Comment>Version bump.</Comment>
<Name>Vedat Demir</Name>
<Email>vedat@pisilinux.org</Email>
</Update>
<Update release="11">
<Date>2015-01-31</Date>
<Version>3.8.8.2</Version>
<Comment>Version bump.</Comment>
<Name>Hakan Yıldız</Name>
<Email>hknyldz93@gmail.com</Email>
</Update>
<Update release="10">
<Date>2015-01-24</Date>
<Version>3.8.8.1</Version>
<Comment>Version bump.</Comment>
<Name>Hakan Yıldız</Name>
<Email>hknyldz93@gmail.com</Email>
</Update>
<Update release="9">
<Date>2014-12-05</Date>
<Version>3.8.7.2</Version>
<Comment>Version bump.</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
<Update release="8">
<Date>2014-07-09</Date>
<Version>3.8.5</Version>
<Comment>Version bump.</Comment>
<Name>Vedat Demir</Name>
<Email>vedat@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2014-05-11</Date>
<Version>3.8.4.3</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="6">
<Date>2014-03-29</Date>
<Version>3.8.4.2</Version>
<Comment>Version bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2013-10-28</Date>
<Version>3.8.1</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2013-06-28</Date>
<Version>3.7.17</Version>
<Comment>Move pc files to devel pack, increase release no.</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-06-28</Date>
<Version>3.7.17</Version>
<Comment>Version bump</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-01-21</Date>
<Version>3.7.15.2</Version>
<Comment>bump</Comment>
<Name>Erdinç Gültekin</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-12-15</Date>
<Version>3.7.14</Version>
<Comment>First release</Comment>
<Name>Erdinç Gültekin</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>