liburing: version bump to 2.14
This commit is contained in:
@@ -7,13 +7,13 @@
|
||||
from pisi.actionsapi import autotools, pisitools, get
|
||||
|
||||
def setup():
|
||||
autotools.rawConfigure("--mandir=/usr/share/man")
|
||||
autotools.rawConfigure("--mandir=/usr/share/man")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("README")
|
||||
pisitools.dodoc("README")
|
||||
|
||||
|
||||
@@ -1,96 +1,97 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>liburing</Name>
|
||||
<Homepage>https://git.kernel.dk/cgit/liburing/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPL</License>
|
||||
<License>LGPL</License>
|
||||
<License>MIT</License>
|
||||
<IsA>library</IsA>
|
||||
<PartOf>programming.library</PartOf>
|
||||
<Summary>This is the io_uring library, liburing.</Summary>
|
||||
<Description>liburing provides helpers to setup and teardown io_uring instances, and also a simplified interface for applications that don't need (or want) to deal with the full kernel side implementation.</Description>
|
||||
<Archive sha1sum="bf6a02335cd2d23c69ca90b2de45a470159133fc" type="tarbz2">
|
||||
https://git.kernel.dk/cgit/liburing/snapshot/liburing-2.3.tar.bz2
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<!-- <Dependency>glibc</Dependency> -->
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
<Source>
|
||||
<Name>liburing</Name>
|
||||
<Homepage>https://git.kernel.dk/cgit/liburing/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPL</License>
|
||||
<License>LGPL</License>
|
||||
<License>MIT</License>
|
||||
<IsA>library</IsA>
|
||||
<PartOf>programming.library</PartOf>
|
||||
<Summary>This is the io_uring library, liburing.</Summary>
|
||||
<Description>liburing provides helpers to setup and teardown io_uring instances, and also a simplified interface for applications that don't need (or want) to deal with the full kernel side implementation.</Description>
|
||||
<Archive sha1sum="028d113795f142d8facda94bb7ea72495b216e19" type="targz">
|
||||
https://github.com/axboe/liburing/archive/refs/tags/liburing-2.14.tar.gz
|
||||
</Archive>
|
||||
<BuildDependencies/>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>liburing</Name>
|
||||
<Conflicts>
|
||||
<!-- <Package></Package> -->
|
||||
</Conflicts>
|
||||
<RuntimeDependencies/>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/liburing*</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<!-- <AdditionalFile owner="" permission="" target=""></AdditionalFile> -->
|
||||
</AdditionalFiles>
|
||||
<Provides>
|
||||
<!-- <COMAR script=""></COMAR> -->
|
||||
</Provides>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>liburing</Name>
|
||||
<Conflicts>
|
||||
<!-- <Package></Package> -->
|
||||
</Conflicts>
|
||||
<RuntimeDependencies>
|
||||
<!-- <Dependency>glibc</Dependency> -->
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<!-- <AdditionalFile owner="" permission="" target=""></AdditionalFile> -->
|
||||
</AdditionalFiles>
|
||||
<Provides>
|
||||
<!-- <COMAR script=""></COMAR> -->
|
||||
</Provides>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>liburing-devel</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">liburing</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>liburing-devel</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">liburing</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2022-11-10</Date>
|
||||
<Version>2.3</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2022-06-29</Date>
|
||||
<Version>2.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2021-09-15</Date>
|
||||
<Version>2.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2021-07-10</Date>
|
||||
<Version>2.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2020-12-13</Date>
|
||||
<Version>0.7</Version>
|
||||
<Comment>First build.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
</History>
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2026-04-05</Date>
|
||||
<Version>2.14</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2022-11-10</Date>
|
||||
<Version>2.3</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2022-06-29</Date>
|
||||
<Version>2.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2021-09-15</Date>
|
||||
<Version>2.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2021-07-10</Date>
|
||||
<Version>2.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2020-12-13</Date>
|
||||
<Version>0.7</Version>
|
||||
<Comment>First build.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user