123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>volume_key</Name>
- <Homepage>https://pagure.io/volume_key</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv3</License>
- <IsA>app</IsA>
- <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>
- <Archive sha1sum="c983123b3b7f36819d26c7421a290657a02534b7" type="tarxz">https://releases.pagure.org/volume_key/volume_key-0.3.12.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>swig</Dependency>
- <Dependency>nss-devel</Dependency>
- <Dependency>glib2-devel</Dependency>
- <Dependency>gpgme-devel</Dependency>
- <Dependency>python-devel</Dependency>
- <Dependency>python3-devel</Dependency>
- <Dependency>libassuan</Dependency>
- <Dependency>libgpg-error</Dependency>
- <Dependency>libutil-linux-devel</Dependency>
- <Dependency>libcryptsetup-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>volume_key</Name>
- <RuntimeDependencies>
- <Dependency>nspr</Dependency>
- <Dependency>nss</Dependency>
- <Dependency>gettext</Dependency>
- <Dependency>glib2</Dependency>
- <Dependency>gpgme</Dependency>
- <Dependency>python</Dependency>
- <Dependency>python3</Dependency>
- <Dependency>libassuan</Dependency>
- <Dependency>libgpg-error</Dependency>
- <Dependency>libutil-linux</Dependency>
- <Dependency>libcryptsetup</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="data">/usr/share</Path>
- <Path fileType="localedata">/usr/share/locale</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
-
- <Package>
- <Name>volume_key-devel</Name>
- <Summary>Development files for volume_key</Summary>
- <RuntimeDependencies>
- <Dependency release="current">volume_key</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="library">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
-
- <History>
- <Update release="6">
- <Date>2023-10-17</Date>
- <Version>0.3.12</Version>
- <Comment>Rebuild.</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- <Update release="5">
- <Date>2021-10-24</Date>
- <Version>0.3.12</Version>
- <Comment>Rebuild.</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- <Update release="4">
- <Date>2020-11-07</Date>
- <Version>0.3.12</Version>
- <Comment>Rebuild.</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2020-02-01</Date>
- <Version>0.3.12</Version>
- <Comment>Rebuild.</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- <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">
- <Date>2018-12-29</Date>
- <Version>0.3.11</Version>
- <Comment>First release</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|