123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>libtpms</Name>
- <Homepage>https://github.com/stefanberger/libtpms</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>BSD</License>
- <IsA>library</IsA>
- <Summary>Library providing Trusted Platform Module (TPM) functionality</Summary>
- <Icon>libtpms</Icon>
- <Description>Güvenilir Platform Modülü (TPM) işlevselliği sağlayan kitaplık</Description>
- <Archive sha1sum="a585c1d34dc8ecd90eda1a2a91d0d2057cbd3914" type="targz">https://github.com/stefanberger/libtpms/archive/refs/tags/v0.9.6.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>openssl-devel</Dependency>
- </BuildDependencies>
- <!--
- <Patches>
- <Patch>libtpms.patch</Patch>
- <Patch level="1">libtpms.patch</Patch>
- </Patches>
- -->
- </Source>
- <Package>
- <Name>libtpms</Name>
- <RuntimeDependencies>
- <Dependency>openssl</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>libtpms-devel</Name>
- <Summary>Development files for libtpms</Summary>
- <RuntimeDependencies>
- <Dependency release="current">libtpms</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="library">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="2">
- <Date>2024-11-14</Date>
- <Version>0.9.6</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2022-10-23</Date>
- <Version>0.9.5</Version>
- <Comment>First release</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|