@@ -6,10 +6,12 @@
|
|||||||
|
|
||||||
from pisi.actionsapi import autotools
|
from pisi.actionsapi import autotools
|
||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools
|
||||||
|
from pisi.actionsapi import shelltools
|
||||||
from pisi.actionsapi import get
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
|
shelltools.system("sed -i 's|python2-config|python2.7-config|g' configure")
|
||||||
autotools.configure()
|
autotools.configure()
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
<IsA>app</IsA>
|
<IsA>app</IsA>
|
||||||
<Summary>A library for manipulating storage volume encryption keys and storing them separately from volumes to handle forgotten passphrases</Summary>
|
<Summary>A library for manipulating storage volume encryption keys and storing them separately from volumes to handle forgotten passphrases</Summary>
|
||||||
<Description>Depolama birimi şifreleme anahtarlarını değiştirmek ve unutulan parolaları işlemek için bunları ayrı birimlerden saklamak için bir kütüphane</Description>
|
<Description>Depolama birimi şifreleme anahtarlarını değiştirmek ve unutulan parolaları işlemek için bunları ayrı birimlerden saklamak için bir kütüphane</Description>
|
||||||
<Archive sha1sum="6b78342047d234fcccb3d1baa6b558f656c44be6" type="tarxz">https://releases.pagure.org/volume_key/volume_key-0.3.11.tar.xz</Archive>
|
<Archive sha1sum="c983123b3b7f36819d26c7421a290657a02534b7" type="tarxz">https://releases.pagure.org/volume_key/volume_key-0.3.12.tar.xz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>swig</Dependency>
|
<Dependency>swig</Dependency>
|
||||||
<Dependency>nss-devel</Dependency>
|
<Dependency>nss-devel</Dependency>
|
||||||
@@ -20,8 +20,8 @@
|
|||||||
<Dependency>gpgme-devel</Dependency>
|
<Dependency>gpgme-devel</Dependency>
|
||||||
<Dependency>python-devel</Dependency>
|
<Dependency>python-devel</Dependency>
|
||||||
<Dependency>python3-devel</Dependency>
|
<Dependency>python3-devel</Dependency>
|
||||||
<Dependency>libassuan</Dependency> -->
|
<Dependency>libassuan</Dependency>
|
||||||
<Dependency>libgpg-error</Dependency> -->
|
<Dependency>libgpg-error</Dependency>
|
||||||
<Dependency>libutil-linux-devel</Dependency>
|
<Dependency>libutil-linux-devel</Dependency>
|
||||||
<Dependency>libcryptsetup-devel</Dependency>
|
<Dependency>libcryptsetup-devel</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
@@ -35,6 +35,7 @@
|
|||||||
<Dependency>gettext</Dependency>
|
<Dependency>gettext</Dependency>
|
||||||
<Dependency>glib2</Dependency>
|
<Dependency>glib2</Dependency>
|
||||||
<Dependency>gpgme</Dependency>
|
<Dependency>gpgme</Dependency>
|
||||||
|
<Dependency>python</Dependency>
|
||||||
<Dependency>python3</Dependency>
|
<Dependency>python3</Dependency>
|
||||||
<Dependency>libassuan</Dependency>
|
<Dependency>libassuan</Dependency>
|
||||||
<Dependency>libgpg-error</Dependency>
|
<Dependency>libgpg-error</Dependency>
|
||||||
@@ -64,6 +65,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="2">
|
||||||
|
<Date>2018-12-29</Date>
|
||||||
|
<Version>0.3.12</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>PisiLinux Community</Name>
|
||||||
|
<Email>admins@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
<Update release="1">
|
<Update release="1">
|
||||||
<Date>2018-12-29</Date>
|
<Date>2018-12-29</Date>
|
||||||
<Version>0.3.11</Version>
|
<Version>0.3.11</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user