pspec.xml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libtpms</Name>
  6. <Homepage>https://github.com/stefanberger/libtpms</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>BSD</License>
  12. <IsA>library</IsA>
  13. <Summary>Library providing Trusted Platform Module (TPM) functionality</Summary>
  14. <Icon>libtpms</Icon>
  15. <Description>Güvenilir Platform Modülü (TPM) işlevselliği sağlayan kitaplık</Description>
  16. <Archive sha1sum="a585c1d34dc8ecd90eda1a2a91d0d2057cbd3914" type="targz">https://github.com/stefanberger/libtpms/archive/refs/tags/v0.9.6.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>openssl-devel</Dependency>
  19. </BuildDependencies>
  20. <!--
  21. <Patches>
  22. <Patch>libtpms.patch</Patch>
  23. <Patch level="1">libtpms.patch</Patch>
  24. </Patches>
  25. -->
  26. </Source>
  27. <Package>
  28. <Name>libtpms</Name>
  29. <RuntimeDependencies>
  30. <Dependency>openssl</Dependency>
  31. </RuntimeDependencies>
  32. <Files>
  33. <Path fileType="library">/usr/lib</Path>
  34. <Path fileType="man">/usr/share/man</Path>
  35. <Path fileType="doc">/usr/share/doc</Path>
  36. </Files>
  37. </Package>
  38. <Package>
  39. <Name>libtpms-devel</Name>
  40. <Summary>Development files for libtpms</Summary>
  41. <RuntimeDependencies>
  42. <Dependency release="current">libtpms</Dependency>
  43. </RuntimeDependencies>
  44. <Files>
  45. <Path fileType="header">/usr/include</Path>
  46. <Path fileType="library">/usr/lib/pkgconfig</Path>
  47. </Files>
  48. </Package>
  49. <History>
  50. <Update release="2">
  51. <Date>2024-11-14</Date>
  52. <Version>0.9.6</Version>
  53. <Comment>Version bump.</Comment>
  54. <Name>Pisi Linux Community</Name>
  55. <Email>admin@pisilinux.org</Email>
  56. </Update>
  57. <Update release="1">
  58. <Date>2022-10-23</Date>
  59. <Version>0.9.5</Version>
  60. <Comment>First release</Comment>
  61. <Name>PisiLinux Community</Name>
  62. <Email>admins@pisilinux.org</Email>
  63. </Update>
  64. </History>
  65. </PISI>