pspec.xml 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>btrfs-progs</Name>
  6. <Homepage>http://btrfs.wiki.kernel.org</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:console</IsA>
  13. <Summary>Userspace utilities for btrfs</Summary>
  14. <Description>btrfs-progs package provides all the userspace programs needed to create, check, modify and correct any inconsistencies in the btrfs filesystem.</Description>
  15. <Archive sha1sum="059da9cd27a08407879b3054ea448c9bd4cab7c5" type="targz">https://github.com/kdave/btrfs-progs/archive/v6.11.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>xmlto</Dependency>
  18. <Dependency>asciidoc</Dependency>
  19. <Dependency>lzo-devel</Dependency>
  20. <Dependency>zstd-devel</Dependency>
  21. <Dependency>zlib-devel</Dependency>
  22. <Dependency>libutil-linux-devel</Dependency>
  23. <Dependency>util-linux</Dependency>
  24. <Dependency>libxslt</Dependency>
  25. <Dependency>eudev-devel</Dependency>
  26. <Dependency>reiserfsprogs</Dependency>
  27. <Dependency>e2fsprogs-devel</Dependency>
  28. <Dependency>python3-devel</Dependency>
  29. <Dependency>python3-sphinx</Dependency>
  30. <Dependency>python3-setuptools</Dependency>
  31. <Dependency>python3-sphinxcontrib-jquery</Dependency>
  32. </BuildDependencies>
  33. </Source>
  34. <Package>
  35. <Name>btrfs-progs</Name>
  36. <RuntimeDependencies>
  37. <Dependency>lzo</Dependency>
  38. <Dependency>zlib</Dependency>
  39. <Dependency>zstd</Dependency>
  40. <Dependency>eudev</Dependency>
  41. <Dependency>e2fsprogs</Dependency>
  42. <Dependency>reiserfsprogs</Dependency>
  43. <Dependency>libutil-linux</Dependency>
  44. </RuntimeDependencies>
  45. <Files>
  46. <Path fileType="executable">/usr/bin</Path>
  47. <Path fileType="library">/lib</Path>
  48. <Path fileType="library">/usr/lib</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>btrfs-progs-devel</Name>
  55. <Summary>Development files for btrfs-progs</Summary>
  56. <RuntimeDependencies>
  57. <Dependency release="current">btrfs-progs</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="36">
  66. <Date>2024-10-14</Date>
  67. <Version>6.11</Version>
  68. <Comment>Version bump.</Comment>
  69. <Name>Pisi Linux Community</Name>
  70. <Email>admin@pisilinux.org</Email>
  71. </Update>
  72. <Update release="35">
  73. <Date>2024-07-09</Date>
  74. <Version>6.9.2</Version>
  75. <Comment>Version bump.</Comment>
  76. <Name>Pisi Linux Community</Name>
  77. <Email>admin@pisilinux.org</Email>
  78. </Update>
  79. <Update release="34">
  80. <Date>2024-02-14</Date>
  81. <Version>6.7.1</Version>
  82. <Comment>Version bump.</Comment>
  83. <Name>Mustafa Cinasal</Name>
  84. <Email>muscnsl@gmail.com</Email>
  85. </Update>
  86. <Update release="33">
  87. <Date>2024-01-23</Date>
  88. <Version>6.7</Version>
  89. <Comment>Version bump.</Comment>
  90. <Name>Mustafa Cinasal</Name>
  91. <Email>muscnsl@gmail.com</Email>
  92. </Update>
  93. <Update release="32">
  94. <Date>2023-12-15</Date>
  95. <Version>6.6.3</Version>
  96. <Comment>Version bump.</Comment>
  97. <Name>Mustafa Cinasal</Name>
  98. <Email>muscnsl@gmail.com</Email>
  99. </Update>
  100. <Update release="31">
  101. <Date>2023-11-16</Date>
  102. <Version>6.6.2</Version>
  103. <Comment>Version bump.</Comment>
  104. <Name>Mustafa Cinasal</Name>
  105. <Email>muscnsl@gmail.com</Email>
  106. </Update>
  107. <Update release="30">
  108. <Date>2023-11-06</Date>
  109. <Version>6.6.1</Version>
  110. <Comment>Version bump.</Comment>
  111. <Name>Mustafa Cinasal</Name>
  112. <Email>muscnsl@gmail.com</Email>
  113. </Update>
  114. <Update release="29">
  115. <Date>2023-10-28</Date>
  116. <Version>6.5.3</Version>
  117. <Comment>Version bump.</Comment>
  118. <Name>Mustafa Cinasal</Name>
  119. <Email>muscnsl@gmail.com</Email>
  120. </Update>
  121. <Update release="28">
  122. <Date>2023-10-17</Date>
  123. <Version>6.5.2</Version>
  124. <Comment>Rebuild.</Comment>
  125. <Name>Mustafa Cinasal</Name>
  126. <Email>muscnsl@gmail.com</Email>
  127. </Update>
  128. <Update release="27">
  129. <Date>2023-10-05</Date>
  130. <Version>6.5.2</Version>
  131. <Comment>Version bump.</Comment>
  132. <Name>Mustafa Cinasal</Name>
  133. <Email>muscnsl@gmail.com</Email>
  134. </Update>
  135. <Update release="26">
  136. <Date>2023-09-14</Date>
  137. <Version>6.5.1</Version>
  138. <Comment>Version bump.</Comment>
  139. <Name>Mustafa Cinasal</Name>
  140. <Email>muscnsl@gmail.com</Email>
  141. </Update>
  142. <Update release="25">
  143. <Date>2023-09-07</Date>
  144. <Version>6.5</Version>
  145. <Comment>Version bump.</Comment>
  146. <Name>Mustafa Cinasal</Name>
  147. <Email>muscnsl@gmail.com</Email>
  148. </Update>
  149. <Update release="24">
  150. <Date>2023-07-28</Date>
  151. <Version>6.3.3</Version>
  152. <Comment>Version bump.</Comment>
  153. <Name>Mustafa Cinasal</Name>
  154. <Email>muscnsl@gmail.com</Email>
  155. </Update>
  156. <Update release="23">
  157. <Date>2023-06-16</Date>
  158. <Version>6.3.2</Version>
  159. <Comment>Version bump.</Comment>
  160. <Name>Mustafa Cinasal</Name>
  161. <Email>muscnsl@gmail.com</Email>
  162. </Update>
  163. <Update release="22">
  164. <Date>2023-05-30</Date>
  165. <Version>6.3.1</Version>
  166. <Comment>Version bump.</Comment>
  167. <Name>Mustafa Cinasal</Name>
  168. <Email>muscnsl@gmail.com</Email>
  169. </Update>
  170. <Update release="21">
  171. <Date>2023-04-28</Date>
  172. <Version>6.3</Version>
  173. <Comment>Version bump.</Comment>
  174. <Name>Mustafa Cinasal</Name>
  175. <Email>muscnsl@gmail.com</Email>
  176. </Update>
  177. <Update release="20">
  178. <Date>2023-03-27</Date>
  179. <Version>6.2.2</Version>
  180. <Comment>Version bump.</Comment>
  181. <Name>Mustafa Cinasal</Name>
  182. <Email>muscnsl@gmail.com</Email>
  183. </Update>
  184. <Update release="19">
  185. <Date>2023-03-04</Date>
  186. <Version>6.2.1</Version>
  187. <Comment>Version bump.</Comment>
  188. <Name>Mustafa Cinasal</Name>
  189. <Email>muscnsl@gmail.com</Email>
  190. </Update>
  191. <Update release="18">
  192. <Date>2023-03-02</Date>
  193. <Version>6.2</Version>
  194. <Comment>Version bump.</Comment>
  195. <Name>Mustafa Cinasal</Name>
  196. <Email>muscnsl@gmail.com</Email>
  197. </Update>
  198. <Update release="17">
  199. <Date>2023-01-26</Date>
  200. <Version>6.1.3</Version>
  201. <Comment>Version bump.</Comment>
  202. <Name>Mustafa Cinasal</Name>
  203. <Email>muscnsl@gmail.com</Email>
  204. </Update>
  205. <Update release="16">
  206. <Date>2023-01-07</Date>
  207. <Version>6.1.2</Version>
  208. <Comment>Version bump.</Comment>
  209. <Name>Mustafa Cinasal</Name>
  210. <Email>muscnsl@gmail.com</Email>
  211. </Update>
  212. <Update release="15">
  213. <Date>2023-01-04</Date>
  214. <Version>6.1.1</Version>
  215. <Comment>Version bump.</Comment>
  216. <Name>Mustafa Cinasal</Name>
  217. <Email>muscnsl@gmail.com</Email>
  218. </Update>
  219. <Update release="14">
  220. <Date>2022-12-25</Date>
  221. <Version>6.1</Version>
  222. <Comment>Version bump.</Comment>
  223. <Name>Mustafa Cinasal</Name>
  224. <Email>muscnsl@gmail.com</Email>
  225. </Update>
  226. <Update release="13">
  227. <Date>2022-11-25</Date>
  228. <Version>6.0.2</Version>
  229. <Comment>Version bump.</Comment>
  230. <Name>Mustafa Cinasal</Name>
  231. <Email>muscnsl@gmail.com</Email>
  232. </Update>
  233. <Update release="12">
  234. <Date>2022-11-05</Date>
  235. <Version>6.0.1</Version>
  236. <Comment>Version bump.</Comment>
  237. <Name>Mustafa Cinasal</Name>
  238. <Email>muscnsl@gmail.com</Email>
  239. </Update>
  240. <Update release="11">
  241. <Date>2022-09-13</Date>
  242. <Version>5.19.1</Version>
  243. <Comment>Version bump.</Comment>
  244. <Name>Mustafa Cinasal</Name>
  245. <Email>muscnsl@gmail.com</Email>
  246. </Update>
  247. <Update release="10">
  248. <Date>2022-06-06</Date>
  249. <Version>5.18</Version>
  250. <Comment>Version bump.</Comment>
  251. <Name>Mustafa Cinasal</Name>
  252. <Email>muscnsl@gmail.com</Email>
  253. </Update>
  254. <Update release="9">
  255. <Date>2021-11-21</Date>
  256. <Version>5.15</Version>
  257. <Comment>Version bump.</Comment>
  258. <Name>Mustafa Cinasal</Name>
  259. <Email>muscnsl@gmail.com</Email>
  260. </Update>
  261. <Update release="8">
  262. <Date>2021-07-24</Date>
  263. <Version>5.13</Version>
  264. <Comment>Version bump.</Comment>
  265. <Name>Mustafa Cinasal</Name>
  266. <Email>muscnsl@gmail.com</Email>
  267. </Update>
  268. <Update release="7">
  269. <Date>2020-02-01</Date>
  270. <Version>5.2.1</Version>
  271. <Comment>Version bump.</Comment>
  272. <Name>Mustafa Cinasal</Name>
  273. <Email>muscnsl@gmail.com</Email>
  274. </Update>
  275. <Update release="6">
  276. <Date>2019-05-26</Date>
  277. <Version>4.19.1</Version>
  278. <Comment>Version bump.</Comment>
  279. <Name>Ertuğrul Erata</Name>
  280. <Email>ertugrulerata@gmail.com</Email>
  281. </Update>
  282. <Update release="5">
  283. <Date>2018-08-19</Date>
  284. <Version>4.14</Version>
  285. <Comment>Rebuild.</Comment>
  286. <Name>Mustafa Cinasal</Name>
  287. <Email>muscnsl@gmail.com</Email>
  288. </Update>
  289. <Update release="4">
  290. <Date>2017-12-31</Date>
  291. <Version>4.14</Version>
  292. <Comment>Version bump.</Comment>
  293. <Name>Ertuğrul Erata</Name>
  294. <Email>ertugrulerata@gmail.com</Email>
  295. </Update>
  296. <Update release="3">
  297. <Date>2017-03-19</Date>
  298. <Version>4.1.2</Version>
  299. <Comment>Release Bump</Comment>
  300. <Name>Ayhan Yalçınsoy</Name>
  301. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  302. </Update>
  303. <Update release="2">
  304. <Date>2016-06-09</Date>
  305. <Version>4.1.2</Version>
  306. <Comment>Release Bump</Comment>
  307. <Name>Pisi Linux Community</Name>
  308. <Email>admin@pisilinux.org</Email>
  309. </Update>
  310. <Update release="1">
  311. <Date>2015-07-20</Date>
  312. <Version>4.1.2</Version>
  313. <Comment>First release</Comment>
  314. <Name>Ertuğrul Erata</Name>
  315. <Email>ertugrulerata@gmail.com</Email>
  316. </Update>
  317. </History>
  318. </PISI>