Files
main/programming/library/tpm2-tss/pspec.xml
T
2023-01-26 14:53:43 +03:00

124 lines
4.7 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>tpm2-tss</Name>
<Homepage>https://github.com/tpm2-software/tpm2-tss</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<PartOf>programming.library</PartOf>
<License>BSDv2</License>
<IsA>library</IsA>
<Summary>OSS implementation of the TCG TPM2 Software Stack (TSS2)</Summary>
<Description>Implementation of the TCG Trusted Platform Module 2.0 Software Stack (TSS2)</Description>
<Archive sha1sum="eb8b14de8022e57ee67f20ec82c575587c7b6e95" type="targz">https://github.com/tpm2-software/tpm2-tss/releases/download/4.0.1/tpm2-tss-4.0.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>doxygen</Dependency>
<Dependency>iproute2</Dependency>
<Dependency>curl-devel</Dependency>
<Dependency>json-c-devel</Dependency>
<Dependency>gettext-devel</Dependency>
<Dependency>openssl-devel</Dependency>
<Dependency>autoconf-archive</Dependency>
<Dependency>libutil-linux-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>tpm2-tss</Name>
<Summary>OSS implementation of the TCG TPM2 Software Stack (TSS2)</Summary>
<RuntimeDependencies>
<Dependency>curl</Dependency>
<Dependency>json-c</Dependency>
<Dependency>openssl</Dependency>
<Dependency>libutil-linux</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="config">/var/lib/tpm2-tss</Path>
<Path fileType="config">/var/run/tpm2-tss</Path>
</Files>
</Package>
<Package>
<Name>tpm2-tss-devel</Name>
<Summary>Development files for tpm2-tss</Summary>
<RuntimeDependencies>
<Dependency>curl-devel</Dependency>
<Dependency>json-c-devel</Dependency>
<Dependency>openssl-devel</Dependency>
<Dependency>libutil-linux-devel</Dependency>
<Dependency release="current">tpm2-tss</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="8">
<Date>2023-01-26</Date>
<Version>4.0.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="7">
<Date>2023-01-04</Date>
<Version>4.0.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6">
<Date>2022-12-20</Date>
<Version>3.2.1</Version>
<Comment>Version bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="5">
<Date>2022-08-10</Date>
<Version>3.2.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="4">
<Date>2022-01-14</Date>
<Version>3.1.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2020-11-07</Date>
<Version>3.0.0</Version>
<Comment>Rebuild.</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2020-09-23</Date>
<Version>3.0.0</Version>
<Comment>Major version bump. Fix translation</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1">
<Date>2020-04-02</Date>
<Version>2.4.0</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>