pspec.xml 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>ostree</Name>
  6. <Homepage>https://github.com/ostreedev/ostree</Homepage>
  7. <Packager>
  8. <Name>Ertuğrul Erata</Name>
  9. <Email>ertugrulerata@gmail.com</Email>
  10. </Packager>
  11. <License>LGPLv2</License>
  12. <IsA>app:console</IsA>
  13. <Summary>Operating system and container binary deployment and upgrades</Summary>
  14. <Description>OSTree is a tool for managing bootable, immutable, versioned filesystem trees</Description>
  15. <Archive sha1sum="6164b5a75cdb304c7049c9da05eba48a0c17b4be" type="tarxz">https://github.com/ostreedev/ostree/releases/download/v2023.5/libostree-2023.5.tar.xz</Archive>
  16. <BuildDependencies>
  17. <Dependency>python3</Dependency>
  18. <Dependency>glib2-devel</Dependency>
  19. <Dependency>xz-devel</Dependency>
  20. <Dependency>zlib-devel</Dependency>
  21. <Dependency>fuse3-devel</Dependency>
  22. <Dependency>e2fsprogs-devel</Dependency>
  23. <Dependency>libsoup-devel</Dependency>
  24. <Dependency>gpgme-devel</Dependency>
  25. <Dependency>openssl-devel</Dependency>
  26. <Dependency>avahi-glib-devel</Dependency>
  27. <Dependency>libutil-linux-devel</Dependency>
  28. <Dependency>libarchive-devel</Dependency>
  29. <Dependency>gtk-doc</Dependency>
  30. </BuildDependencies>
  31. <Patches>
  32. <Patch level="1">disable_werror_implicit_funtion_declaraction.patch</Patch>
  33. </Patches>
  34. </Source>
  35. <Package>
  36. <Name>ostree</Name>
  37. <RuntimeDependencies>
  38. <Dependency>xz</Dependency>
  39. <Dependency>avahi-glib</Dependency>
  40. <Dependency>avahi-libs</Dependency>
  41. <Dependency>zlib</Dependency>
  42. <Dependency>fuse3</Dependency>
  43. <Dependency>glib2</Dependency>
  44. <Dependency>gpgme</Dependency>
  45. <Dependency>libsoup</Dependency>
  46. <Dependency>libarchive</Dependency>
  47. <Dependency>libgpg-error</Dependency>
  48. <Dependency>libutil-linux</Dependency>
  49. <Dependency>openssl</Dependency>
  50. </RuntimeDependencies>
  51. <Files>
  52. <Path fileType="executable">/usr/bin</Path>
  53. <Path fileType="config">/etc/ostree</Path>
  54. <Path fileType="library">/usr/lib</Path>
  55. <Path fileType="library">/usr/libexec</Path>
  56. <Path fileType="library">/usr/share/gir-1.0</Path>
  57. <Path fileType="data">/usr/share/bash-completion</Path>
  58. <Path fileType="data">/usr/share/ostree</Path>
  59. <Path fileType="man">/usr/share/man</Path>
  60. <Path fileType="doc">/usr/share/doc</Path>
  61. </Files>
  62. </Package>
  63. <Package>
  64. <Name>ostree-devel</Name>
  65. <Summary>Development files for ostree</Summary>
  66. <RuntimeDependencies>
  67. <Dependency release="current">ostree</Dependency>
  68. <Dependency>xz-devel</Dependency>
  69. <Dependency>zlib-devel</Dependency>
  70. <Dependency>fuse3-devel</Dependency>
  71. <Dependency>glib2-devel</Dependency>
  72. <Dependency>gpgme-devel</Dependency>
  73. <Dependency>libsoup-devel</Dependency>
  74. <Dependency>libarchive-devel</Dependency>
  75. <Dependency>libgpg-error-devel</Dependency>
  76. <Dependency>libutil-linux-devel</Dependency>
  77. </RuntimeDependencies>
  78. <Files>
  79. <Path fileType="header">/usr/include</Path>
  80. <Path fileType="library">/usr/lib/pkgconfig</Path>
  81. </Files>
  82. </Package>
  83. <History>
  84. <Update release="11">
  85. <Date>2024-12-18</Date>
  86. <Version>2023.5</Version>
  87. <Comment>Rebuild.</Comment>
  88. <Name>Mustafa Cinasal</Name>
  89. <Email>muscnsl@gmail.com</Email>
  90. </Update>
  91. <Update release="10">
  92. <Date>2023-07-01</Date>
  93. <Version>2023.5</Version>
  94. <Comment>Version bump.</Comment>
  95. <Name>Mustafa Cinasal</Name>
  96. <Email>muscnsl@gmail.com</Email>
  97. </Update>
  98. <Update release="9">
  99. <Date>2021-04-26</Date>
  100. <Version>2021.2</Version>
  101. <Comment>Version bump</Comment>
  102. <Name>Sami BABAT</Name>
  103. <Email>samibabatp@gmail.com</Email>
  104. </Update>
  105. <Update release="8">
  106. <Date>2020-02-07</Date>
  107. <Version>2019.6</Version>
  108. <Comment>Version bump</Comment>
  109. <Name>İdris Kalp</Name>
  110. <Email>idriskalp@gmail.com</Email>
  111. </Update>
  112. <Update release="7">
  113. <Date>2019-07-07</Date>
  114. <Version>2019.2</Version>
  115. <Comment>Version bump..</Comment>
  116. <Name>Ertuğrul Erata</Name>
  117. <Email>ertugrulerata@gmail.com</Email>
  118. </Update>
  119. <Update release="6">
  120. <Date>2019-04-14</Date>
  121. <Version>2019.1</Version>
  122. <Comment>Version bump.</Comment>
  123. <Name>Ertuğrul Erata</Name>
  124. <Email>ertugrulerata@gmail.com</Email>
  125. </Update>
  126. <Update release="5">
  127. <Date>2018-11-19</Date>
  128. <Version>2018.9</Version>
  129. <Comment>Version bump.</Comment>
  130. <Name>Ertuğrul Erata</Name>
  131. <Email>ertugrulerata@gmail.com</Email>
  132. </Update>
  133. <Update release="4">
  134. <Date>2018-10-13</Date>
  135. <Version>2018.8</Version>
  136. <Comment>Rebuild New T.</Comment>
  137. <Name>Mustafa Cinasal</Name>
  138. <Email>muscnsl@gmail.com</Email>
  139. </Update>
  140. <Update release="3">
  141. <Date>2018-05-24</Date>
  142. <Version>2018.5</Version>
  143. <Comment>Version bump.</Comment>
  144. <Name>Ertuğrul Erata</Name>
  145. <Email>ertugrulerata@gmail.com</Email>
  146. </Update>
  147. <Update release="2">
  148. <Date>2018-02-16</Date>
  149. <Version>2018.2</Version>
  150. <Comment>Version bump.</Comment>
  151. <Name>Ertuğrul Erata</Name>
  152. <Email>ertugrulerata@gmail.com</Email>
  153. </Update>
  154. <Update release="1">
  155. <Date>2018-02-02</Date>
  156. <Version>2018.1</Version>
  157. <Comment>First release</Comment>
  158. <Name>Ertuğrul Erata</Name>
  159. <Email>ertugrulerata@gmail.com</Email>
  160. </Update>
  161. </History>
  162. </PISI>