pspec.xml 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>volume_key</Name>
  6. <Homepage>https://pagure.io/volume_key</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv3</License>
  12. <IsA>app</IsA>
  13. <Summary>A library for manipulating storage volume encryption keys and storing them separately from volumes to handle forgotten passphrases</Summary>
  14. <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>
  15. <Archive sha1sum="c983123b3b7f36819d26c7421a290657a02534b7" type="tarxz">https://releases.pagure.org/volume_key/volume_key-0.3.12.tar.xz</Archive>
  16. <BuildDependencies>
  17. <Dependency>swig</Dependency>
  18. <Dependency>nss-devel</Dependency>
  19. <Dependency>glib2-devel</Dependency>
  20. <Dependency>gpgme-devel</Dependency>
  21. <Dependency>python-devel</Dependency>
  22. <Dependency>python3-devel</Dependency>
  23. <Dependency>libassuan</Dependency>
  24. <Dependency>libgpg-error</Dependency>
  25. <Dependency>libutil-linux-devel</Dependency>
  26. <Dependency>libcryptsetup-devel</Dependency>
  27. </BuildDependencies>
  28. </Source>
  29. <Package>
  30. <Name>volume_key</Name>
  31. <RuntimeDependencies>
  32. <Dependency>nspr</Dependency>
  33. <Dependency>nss</Dependency>
  34. <Dependency>gettext</Dependency>
  35. <Dependency>glib2</Dependency>
  36. <Dependency>gpgme</Dependency>
  37. <Dependency>python</Dependency>
  38. <Dependency>python3</Dependency>
  39. <Dependency>libassuan</Dependency>
  40. <Dependency>libgpg-error</Dependency>
  41. <Dependency>libutil-linux</Dependency>
  42. <Dependency>libcryptsetup</Dependency>
  43. </RuntimeDependencies>
  44. <Files>
  45. <Path fileType="executable">/usr/bin</Path>
  46. <Path fileType="library">/usr/lib</Path>
  47. <Path fileType="data">/usr/share</Path>
  48. <Path fileType="localedata">/usr/share/locale</Path>
  49. <Path fileType="man">/usr/share/man</Path>
  50. <Path fileType="doc">/usr/share/doc</Path>
  51. </Files>
  52. </Package>
  53. <Package>
  54. <Name>volume_key-devel</Name>
  55. <Summary>Development files for volume_key</Summary>
  56. <RuntimeDependencies>
  57. <Dependency release="current">volume_key</Dependency>
  58. </RuntimeDependencies>
  59. <Files>
  60. <Path fileType="header">/usr/include</Path>
  61. <Path fileType="library">/usr/lib/pkgconfig</Path>
  62. </Files>
  63. </Package>
  64. <History>
  65. <Update release="6">
  66. <Date>2023-10-17</Date>
  67. <Version>0.3.12</Version>
  68. <Comment>Rebuild.</Comment>
  69. <Name>PisiLinux Community</Name>
  70. <Email>admins@pisilinux.org</Email>
  71. </Update>
  72. <Update release="5">
  73. <Date>2021-10-24</Date>
  74. <Version>0.3.12</Version>
  75. <Comment>Rebuild.</Comment>
  76. <Name>PisiLinux Community</Name>
  77. <Email>admins@pisilinux.org</Email>
  78. </Update>
  79. <Update release="4">
  80. <Date>2020-11-07</Date>
  81. <Version>0.3.12</Version>
  82. <Comment>Rebuild.</Comment>
  83. <Name>PisiLinux Community</Name>
  84. <Email>admins@pisilinux.org</Email>
  85. </Update>
  86. <Update release="3">
  87. <Date>2020-02-01</Date>
  88. <Version>0.3.12</Version>
  89. <Comment>Rebuild.</Comment>
  90. <Name>PisiLinux Community</Name>
  91. <Email>admins@pisilinux.org</Email>
  92. </Update>
  93. <Update release="2">
  94. <Date>2018-12-29</Date>
  95. <Version>0.3.12</Version>
  96. <Comment>Version bump.</Comment>
  97. <Name>PisiLinux Community</Name>
  98. <Email>admins@pisilinux.org</Email>
  99. </Update>
  100. <Update release="1">
  101. <Date>2018-12-29</Date>
  102. <Version>0.3.11</Version>
  103. <Comment>First release</Comment>
  104. <Name>PisiLinux Community</Name>
  105. <Email>admins@pisilinux.org</Email>
  106. </Update>
  107. </History>
  108. </PISI>