Merge pull request #247 from alihanozturk/master

which:release bump
This commit is contained in:
Ertuğrul Erata
2016-03-02 20:53:49 +02:00
6 changed files with 41 additions and 9 deletions
+9 -3
View File
@@ -19,6 +19,7 @@ def setup():
"-DSQLITE_DISABLE_DIRSYNC",
"-DSQLITE_ENABLE_FTS3",
"-DSQLITE_ENABLE_FTS4",
"-DSQLITE_ENABLE_FTS5",
"-DSQLITE_ENABLE_FTS3_PARENTHESIS",
"-DSQLITE_ENABLE_STMT_SCANSTATUS",
"-DSQLITE_SOUNDEX",
@@ -29,6 +30,11 @@ def setup():
autotools.configure("--disable-static \
--enable-readline \
--enable-fts3 \
--enable-fts4 \
--enable-fts5 \
--enable-rtree \
--enable-json1 \
--enable-threadsafe")
#shelltools.cd("tea")
@@ -48,15 +54,15 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
#shelltools.cd("%s/sqlite-autoconf-3081002/tea" % get.workDIR())
#shelltools.cd("%s/sqlite-autoconf-3110000/tea" % get.workDIR())
#autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("README*")
shelltools.cd("%s/sqlite-doc-3081002" % get.workDIR())
shelltools.cd("%s/sqlite-doc-3110000" % get.workDIR())
shelltools.system("pwd")
pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3081002/*")
pisitools.insinto("/usr/share/doc/sqlite", "../sqlite-doc-3110000/*")
# fix permissions and remove obsolete files; https://bugs.archlinux.org/task/24605
shelltools.system("find %s -type f -perm 755 -exec ls -lha {} \;" % get.installDIR())
+9 -2
View File
@@ -12,8 +12,8 @@
<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>
<Archive sha1sum="e2d300e4b24af5ecd67a1396488893fa44864e36" type="targz">http://www.sqlite.org/2016/sqlite-autoconf-3110000.tar.gz</Archive>
<Archive sha1sum="9b58a0a48508103352144afee2e47469e74427ba" type="zip">http://www.sqlite.org/2016/sqlite-doc-3110000.zip</Archive>
<BuildDependencies>
<Dependency>readline-devel</Dependency>
</BuildDependencies>
@@ -108,6 +108,13 @@
</Package>
<History>
<Update release="14">
<Date>2016-03-02</Date>
<Version>3.11.0.0</Version>
<Comment>Version bump.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="13">
<Date>2015-06-08</Date>
<Version>3.8.10.2</Version>
+7
View File
@@ -29,6 +29,13 @@
</Package>
<History>
<Update release="5">
<Date>2016-03-02</Date>
<Version>2.21</Version>
<Comment>Release bump.</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2015-04-06</Date>
<Version>2.21</Version>
+1 -3
View File
@@ -6,12 +6,10 @@
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
shelltools.system("./autogen.sh")
autotools.autoreconf("-vfi")
autotools.configure("--prefix=/usr")
+8 -1
View File
@@ -14,7 +14,7 @@
<IsA>app:console</IsA>
<Summary>Library for tuning NUMA machines</Summary>
<Description>numactl consists of a numactl program to run other programs with a specific NUMA policy and a libnuma to do allocations with NUMA policy in applications.</Description>
<Archive sha1sum="00675527d54491310b1e4eba5a7278d99681aec1" type="targz">ftp://oss.sgi.com/www/projects/libnuma/download/numactl-2.0.10.tar.gz</Archive>
<Archive sha1sum="0846670269824078a4eae8a977728175437b0da4" type="targz">ftp://oss.sgi.com/www/projects/libnuma/download/numactl-2.0.11.tar.gz</Archive>
</Source>
<Package>
@@ -40,6 +40,13 @@
</Package>
<History>
<Update release="5">
<Date>2016-03-02</Date>
<Version>2.0.11</Version>
<Comment>Version bump.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2015-05-16</Date>
<Version>2.0.10</Version>
+7
View File
@@ -28,6 +28,13 @@
</Package>
<History>
<Update release="7">
<Date>2016-03-02</Date>
<Version>1.19.0</Version>
<Comment>Rebuild with new toolchain.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2014-07-11</Date>
<Version>1.19.0</Version>