pspec.xml 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>lvm2</Name>
  6. <Homepage>http://sources.redhat.com/lvm/</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>Userland logical volume management tools</Summary>
  14. <Description>LVM2 includes all of the support for handling read/write operations physical and logical volumes.</Description>
  15. <Archive sha1sum="8d54ecbc27f44f4b601b13cbd4a3f66147e7e567" type="targz">http://mirrors.kernel.org/sourceware/lvm2/LVM2.2.03.29.tgz</Archive>
  16. <BuildDependencies>
  17. <Dependency versionFrom="2.37.4">libutil-linux-devel</Dependency>
  18. <Dependency>eudev-devel</Dependency>
  19. <Dependency>libaio-devel</Dependency>
  20. <Dependency>readline-devel</Dependency>
  21. <Dependency>thin-provisioning-tools</Dependency>
  22. </BuildDependencies>
  23. <Patches>
  24. <!--Patch level="1">lvm2-2.02.63-always-make-static-libdm.patch</Patch>
  25. <Patch level="1">lvm2-2.02.92-dynamic-static-ldflags.patch</Patch>
  26. <Patch level="1">lvm2-2.02.105-pthread-pkgconfig.patch</Patch>
  27. <Patch>lvm2-2.02.106-static-pkgconfig-libs.patch</Patch>
  28. <Patch level="1">lvm2-2.03.05-pthread-pkgconfig.patch</Patch>
  29. <Patch level="1">lvm2-2.03.05-dynamic-static-ldflags.patch</Patch>
  30. <Patch level="1">lvm2-2.03.05-dmeventd-no-idle-exit.patch</Patch>
  31. <Patch level="1">lvm2-2.02.178-static-pkgconfig-libs.patch</Patch>
  32. <Patch level="1">lvm2-2.02.56-lvm2create_initrd.patch</Patch>
  33. <Patch level="1">lvm2-2.02.67-createinitrd.patch</Patch>
  34. <Patch level="1">lvm2-2.02.99-locale-muck.patch</Patch>
  35. <Patch level="1">lvm2-2.02.171-static-libm.patch</Patch>
  36. <Patch level="1">lvm2-2.02.166-HPPA-no-O_DIRECT.patch</Patch>
  37. <Patch level="1">lvm2-2.02.184-mksh_build.patch</Patch>
  38. <Patch level="1">lvm2-2.02.186-udev_remove_unsupported_option.patch</Patch-->
  39. <!-- <Patch level="1">fix-stdio-usage.patch</Patch> -->
  40. <Patch level="1">mlockall-default-config.patch</Patch>
  41. <Patch level="1">lvm2-2.03.20-dm_lvm_rules_no_systemd.patch</Patch>
  42. </Patches>
  43. </Source>
  44. <Package>
  45. <Name>device-mapper</Name>
  46. <RuntimeDependencies>
  47. <Dependency>eudev</Dependency>
  48. </RuntimeDependencies>
  49. <Summary>Light-weight kernel component can support user-space tools for logical volume management</Summary>
  50. <Description>Device-mapper includes the driver enables the definition of new block devices composed of ranges of sectors of existing devices to define disk partitions or logical volumes.</Description>
  51. <Files>
  52. <Path fileType="executable">/usr/sbin/dmsetup</Path>
  53. <Path fileType="executable">/usr/sbin/dmstats</Path>
  54. <Path fileType="library">/usr/lib/libdevmapper.a</Path>
  55. <Path fileType="library">/usr/lib/libdevmapper.so*</Path>
  56. <Path fileType="data">/lib/udev/rules.d/10-dm.rules</Path>
  57. <Path fileType="data">/lib/udev/rules.d/13-dm-disk.rules</Path>
  58. <Path fileType="data">/lib/udev/rules.d/95-dm-notify.rules</Path>
  59. <Path fileType="data">/lib/udev/rules.d/69-dm-lvm.rules</Path>
  60. <!--Path fileType="doc">/usr/share/doc/lvm2/VERSION_DM</Path>
  61. <Path fileType="doc">/usr/share/doc/lvm2/WHATS_NEW_DM</Path-->
  62. <Path fileType="man">/usr/share/man/man8/dmsetup.8</Path>
  63. <Path fileType="man">/usr/share/man/man8/dmstats.8</Path>
  64. </Files>
  65. </Package>
  66. <Package>
  67. <Name>device-mapper-devel</Name>
  68. <Summary>Development libraries and headers for device-mapper</Summary>
  69. <Description>Device-mapper-devel contains files needed to develop applications that use the device-mapper libraries.</Description>
  70. <RuntimeDependencies>
  71. <Dependency release="current">device-mapper</Dependency>
  72. <Dependency>eudev-devel</Dependency>
  73. </RuntimeDependencies>
  74. <Files>
  75. <Path fileType="header">/usr/include/libdevmapper.h</Path>
  76. <Path fileType="data">/usr/lib/pkgconfig/devmapper.pc</Path>
  77. </Files>
  78. </Package>
  79. <Package>
  80. <Name>device-mapper-event</Name>
  81. <Summary>Device-mapper event daemon</Summary>
  82. <Description>This package contains the dmeventd daemon for monitoring the state of device-mapper devices.</Description>
  83. <RuntimeDependencies>
  84. <Dependency release="current">device-mapper</Dependency>
  85. </RuntimeDependencies>
  86. <Files>
  87. <Path fileType="executable">/usr/sbin/dmeventd</Path>
  88. <Path fileType="library">/usr/lib/libdevmapper-event.a</Path>
  89. <Path fileType="library">/usr/lib/libdevmapper-event.so*</Path>
  90. <Path fileType="library">/usr/lib/libdevmapper-event-lvm2vdo.so</Path>
  91. <Path fileType="library">/usr/lib/device-mapper/libdevmapper-event-lvm2vdo.so</Path>
  92. <Path fileType="library">/usr/lib/libdevmapper-event-lvm2thin.so</Path>
  93. <Path fileType="library">/usr/lib/device-mapper/libdevmapper-event-lvm2thin.so</Path>
  94. <Path fileType="man">/usr/share/man/man8/dmeventd.8</Path>
  95. </Files>
  96. </Package>
  97. <Package>
  98. <Name>device-mapper-event-devel</Name>
  99. <Summary>Development libraries and headers for the device-mapper event daemon</Summary>
  100. <Description>This contains contains files needed to develop applications that use the device-mapper event library.</Description>
  101. <RuntimeDependencies>
  102. <Dependency release="current">device-mapper-event</Dependency>
  103. </RuntimeDependencies>
  104. <Files>
  105. <Path fileType="header">/usr/include/libdevmapper-event.h</Path>
  106. <Path fileType="data">/usr/lib/pkgconfig/devmapper-event.pc</Path>
  107. </Files>
  108. </Package>
  109. <Package>
  110. <Name>lvm2</Name>
  111. <Summary>Userland logical volume management tools</Summary>
  112. <Description>LVM2 includes all of the support for handling read/write operations on physical volumes,creating volume groups from one or more physical volumes and creating one or more logical volumes in volume groups.</Description>
  113. <RuntimeDependencies>
  114. <Dependency release="current">device-mapper</Dependency>
  115. <Dependency release="current">device-mapper-event</Dependency>
  116. <Dependency>libaio</Dependency>
  117. <Dependency>eudev</Dependency>
  118. <Dependency>libutil-linux</Dependency>
  119. <Dependency>readline</Dependency>
  120. <Dependency>thin-provisioning-tools</Dependency>
  121. </RuntimeDependencies>
  122. <Files>
  123. <Path fileType="executable">/usr/sbin/blkdeactivate</Path>
  124. <Path fileType="executable">/usr/sbin/fsadm</Path>
  125. <Path fileType="executable">/usr/sbin/lv*</Path>
  126. <Path fileType="executable">/usr/sbin/vg*</Path>
  127. <Path fileType="executable">/usr/sbin/pv*</Path>
  128. <Path fileType="executable">/usr/libexec/lvresize_fs_helper</Path>
  129. <Path fileType="library">/usr/lib/liblvm2app.so*</Path>
  130. <Path fileType="library">/usr/lib/liblvm2cmd.so*</Path>
  131. <Path fileType="library">/usr/lib/libdevmapper-event-lvm2.so*</Path>
  132. <Path fileType="library">/usr/lib/device-mapper/libdevmapper-event-lvm2mirror.so</Path>
  133. <Path fileType="library">/usr/lib/device-mapper/libdevmapper-event-lvm2snapshot.so</Path>
  134. <Path fileType="library">/usr/lib/libdevmapper-event-lvm2mirror.so</Path>
  135. <Path fileType="library">/usr/lib/libdevmapper-event-lvm2snapshot.so</Path>
  136. <Path fileType="library">/usr/lib/libdevmapper-event-lvm2raid.so</Path>
  137. <Path fileType="library">/usr/lib/device-mapper/libdevmapper-event-lvm2raid.so</Path>
  138. <Path fileType="config">/etc/lvm/lvm.conf</Path>
  139. <Path fileType="config">/etc/lvm/lvmlocal.conf</Path>
  140. <Path fileType="data">/etc/lvm/archive</Path>
  141. <Path fileType="data">/etc/lvm/backup</Path>
  142. <Path fileType="data">/etc/lvm/cache</Path>
  143. <Path fileType="data">/etc/lvm/profile</Path>
  144. <Path fileType="data">/lib/udev/rules.d/11-dm-lvm.rules</Path>
  145. <Path fileType="data">/lib/udev/rules.d/69-dm-lvm-metad.rules</Path>
  146. <Path fileType="data">/usr/lib/tmpfiles.d/lvm2.conf</Path>
  147. <Path fileType="doc">/usr/share/doc/lvm2/COPYING</Path>
  148. <Path fileType="doc">/usr/share/doc/lvm2/COPYING.LIB</Path>
  149. <Path fileType="doc">/usr/share/doc/lvm2/README</Path>
  150. <Path fileType="doc">/usr/share/doc/lvm2/VERSION</Path>
  151. <Path fileType="doc">/usr/share/doc/lvm2/WHATS_NEW</Path>
  152. <Path fileType="man">/usr/share/man/man5/lvm.conf.5</Path>
  153. <Path fileType="man">/usr/share/man/man7</Path>
  154. <Path fileType="man">/usr/share/man/man8/fsadm.8</Path>
  155. <Path fileType="man">/usr/share/man/man8/blkdeactivate.8</Path>
  156. <Path fileType="man">/usr/share/man/man8/*pv*</Path>
  157. <Path fileType="man">/usr/share/man/man8/*lv*</Path>
  158. <Path fileType="man">/usr/share/man/man8/*vg*</Path>
  159. </Files>
  160. <AdditionalFiles>
  161. <AdditionalFile owner="root" permission="0644" target="/usr/lib/tmpfiles.d/lvm2.conf">tmpfiles.conf</AdditionalFile>
  162. </AdditionalFiles>
  163. <Provides>
  164. <COMAR script="package.py">System.Package</COMAR>
  165. </Provides>
  166. </Package>
  167. <Package>
  168. <Name>lvm2-devel</Name>
  169. <Summary>Development libraries and headers</Summary>
  170. <Description>This package contains files needed to develop applications that use the lvm2 libraries.</Description>
  171. <RuntimeDependencies>
  172. <Dependency release="current">lvm2</Dependency>
  173. <Dependency release="current">device-mapper-devel</Dependency>
  174. <Dependency release="current">device-mapper-event-devel</Dependency>
  175. <Dependency>libutil-linux-devel</Dependency>
  176. </RuntimeDependencies>
  177. <Files>
  178. <Path fileType="header">/usr/include/lvm2cmd.h</Path>
  179. <Path fileType="header">/usr/include/lvm2app.h</Path>
  180. <Path fileType="data">/usr/lib/pkgconfig/lvm2app.pc</Path>
  181. </Files>
  182. </Package>
  183. <History>
  184. <Update release="17">
  185. <Date>2024-12-13</Date>
  186. <Version>2.03.29</Version>
  187. <Comment>Version bump.</Comment>
  188. <Name>Pisi Linux Community</Name>
  189. <Email>admin@pisilinux.org</Email>
  190. </Update>
  191. <Update release="16">
  192. <Date>2024-11-06</Date>
  193. <Version>2.03.28</Version>
  194. <Comment>Version bump.</Comment>
  195. <Name>Pisi Linux Community</Name>
  196. <Email>admin@pisilinux.org</Email>
  197. </Update>
  198. <Update release="15">
  199. <Date>2024-10-04</Date>
  200. <Version>2.03.27</Version>
  201. <Comment>Version bump.</Comment>
  202. <Name>Pisi Linux Community</Name>
  203. <Email>admin@pisilinux.org</Email>
  204. </Update>
  205. <Update release="14">
  206. <Date>2024-09-03</Date>
  207. <Version>2.03.26</Version>
  208. <Comment>Version bump.</Comment>
  209. <Name>Pisi Linux Community</Name>
  210. <Email>admin@pisilinux.org</Email>
  211. </Update>
  212. <Update release="13">
  213. <Date>2024-07-22</Date>
  214. <Version>2.03.25</Version>
  215. <Comment>Version bump.</Comment>
  216. <Name>Pisi Linux Community</Name>
  217. <Email>admin@pisilinux.org</Email>
  218. </Update>
  219. <Update release="12">
  220. <Date>2023-11-24</Date>
  221. <Version>2.03.23</Version>
  222. <Comment>Version bump.</Comment>
  223. <Name>Mustafa Cinasal</Name>
  224. <Email>muscnsl@gmail.com</Email>
  225. </Update>
  226. <Update release="11">
  227. <Date>2023-02-21</Date>
  228. <Version>2.03.19</Version>
  229. <Comment>Version bump.</Comment>
  230. <Name>Mustafa Cinasal</Name>
  231. <Email>muscnsl@gmail.com</Email>
  232. </Update>
  233. <Update release="10">
  234. <Date>2022-12-25</Date>
  235. <Version>2.03.18</Version>
  236. <Comment>Version bump.</Comment>
  237. <Name>Mustafa Cinasal</Name>
  238. <Email>muscnsl@gmail.com</Email>
  239. </Update>
  240. <Update release="9">
  241. <Date>2022-07-21</Date>
  242. <Version>2.02.186</Version>
  243. <Comment>Rebuild.</Comment>
  244. <Name>Mustafa Cinasal</Name>
  245. <Email>muscnsl@pisilinux.org</Email>
  246. </Update>
  247. <Update release="8">
  248. <Date>2021-09-14</Date>
  249. <Version>2.02.186</Version>
  250. <Comment>Rebuild.</Comment>
  251. <Name>Berk Çakar</Name>
  252. <Email>berk2238@hotmail.com</Email>
  253. </Update>
  254. <Update release="7">
  255. <Date>2020-12-09</Date>
  256. <Version>2.02.186</Version>
  257. <Comment>Rebuild.</Comment>
  258. <Name>Mustafa Cinasal</Name>
  259. <Email>muscnsl@pisilinux.org</Email>
  260. </Update>
  261. <Update release="6">
  262. <Date>2020-04-20</Date>
  263. <Version>2.02.186</Version>
  264. <Comment>Rebuild</Comment>
  265. <Name>Kamil Atlı</Name>
  266. <Email>suvarice@pisilinux.org</Email>
  267. </Update>
  268. <Update release="5">
  269. <Date>2019-12-26</Date>
  270. <Version>2.02.186</Version>
  271. <Comment>Version bump</Comment>
  272. <Name>Mustafa Cinasal</Name>
  273. <Email>muscnsl@pisilinux.org</Email>
  274. </Update>
  275. <Update release="4">
  276. <Date>2018-07-23</Date>
  277. <Version>2.02.167</Version>
  278. <Comment>Rebuild</Comment>
  279. <Name>Ertuğrul Erata</Name>
  280. <Email>ertugrulerata@gmail.com</Email>
  281. </Update>
  282. <Update release="3">
  283. <Date>2017-01-29</Date>
  284. <Version>2.02.167</Version>
  285. <Comment>Version bump.</Comment>
  286. <Name>Ertuğrul Erata</Name>
  287. <Email>ertugrulerata@gmail.com</Email>
  288. </Update>
  289. <Update release="2">
  290. <Date>2016-04-27</Date>
  291. <Version>2.02.142</Version>
  292. <Comment>Release Bump</Comment>
  293. <Name>PisiLinux Community</Name>
  294. <Email>admin@pisilinux.org</Email>
  295. </Update>
  296. <Update release="1">
  297. <Date>2016-03-13</Date>
  298. <Version>2.02.142</Version>
  299. <Comment>First release</Comment>
  300. <Name>Ertuğrul Erata</Name>
  301. <Email>ertugrulerata@gmail.com</Email>
  302. </Update>
  303. </History>
  304. </PISI>