thin-provisioning-tools-1.0.7

This commit is contained in:
Rmys
2023-11-24 14:29:31 +03:00
committed by GitHub
parent ab02286d07
commit 90b911eef8
2 changed files with 18 additions and 6 deletions
@@ -4,15 +4,17 @@
# See the file http://www.gnu.org/copyleft/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
autotools.autoreconf()
# def setup():
# autotools.autoreconf()
autotools.configure("--prefix=/usr")
# autotools.configure("--prefix=/usr")
def build():
autotools.make()
shelltools.system("cargo build --release")
# autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
autotools.rawInstall("BINDIR=%s/usr/sbin DATADIR=%s/usr/share DESTDIR=%s/usr" % (get.installDIR(), get.installDIR(), get.installDIR()))
@@ -15,7 +15,10 @@
<Dependency>expat-devel</Dependency>
<Dependency>libgcc</Dependency>
</BuildDependencies>
<Archive sha1sum="69a716544832f6727db75e8c90938fbfb6a4704f" type="targz">https://github.com/jthornber/thin-provisioning-tools/archive/v0.8.5.tar.gz</Archive>
<Archive sha1sum="7a32f0a27c7c9cc7982e73e71f5c04d388ce46c2" type="targz">https://github.com/jthornber/thin-provisioning-tools/archive/v1.0.7.tar.gz</Archive>
<BuildDependencies>
<Dependency>rust</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>thin-provisioning-tools</Name>
@@ -31,6 +34,13 @@
</Package>
<History>
<Update release="8">
<Date>2023-11-24</Date>
<Version>1.0.7</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="7">
<Date>2023-10-29</Date>
<Version>0.8.5</Version>