pspec.xml 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>dmapi</Name>
  6. <Homepage>http://oss.sgi.com/projects/xfs/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2.1</License>
  12. <IsA>app:console</IsA>
  13. <Summary>XFS data management API library</Summary>
  14. <Description>The Data Management API (DMAPI/XDSM) allows implementation of hierarchical storage management software with no kernel modifications as well as high-performance dump programs without requiring "raw" access to the disk and knowledge of filesystem structures.</Description>
  15. <Archive sha1sum="1d71339c14356091eab4d01b5d536d2efc1eaac9" type="targz">https://sources.archlinux.org/other/packages/dmapi/dmapi-2.2.12.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency versionFrom="5.18.0">xfsprogs-devel</Dependency>
  18. <Dependency>libutil-linux-devel</Dependency>
  19. </BuildDependencies>
  20. <Patches>
  21. <Patch level="1">dmapi-add-missing-includes-to-handle2path.patch</Patch>
  22. </Patches>
  23. </Source>
  24. <Package>
  25. <Name>dmapi</Name>
  26. <RuntimeDependencies>
  27. <Dependency>xfsprogs</Dependency>
  28. </RuntimeDependencies>
  29. <Files>
  30. <Path fileType="library">/lib</Path>
  31. <Path fileType="library">/usr/lib</Path>
  32. <Path fileType="doc">/usr/share/doc</Path>
  33. <Path fileType="man">/usr/share/man</Path>
  34. </Files>
  35. </Package>
  36. <Package>
  37. <Name>dmapi-devel</Name>
  38. <Summary>Development files for dmapi</Summary>
  39. <RuntimeDependencies>
  40. <Dependency release="current">dmapi</Dependency>
  41. </RuntimeDependencies>
  42. <Files>
  43. <Path fileType="header">/usr/include</Path>
  44. <Path fileType="data">/usr/lib/pkgconfig</Path>
  45. <Path fileType="man">/usr/share/man/man3</Path>
  46. </Files>
  47. </Package>
  48. <History>
  49. <Update release="7">
  50. <Date>2022-06-04</Date>
  51. <Version>2.2.12</Version>
  52. <Comment>Rebuild.</Comment>
  53. <Name>Pisi Linux Community</Name>
  54. <Email>admin@pisilinux.org</Email>
  55. </Update>
  56. <Update release="6">
  57. <Date>2020-01-19</Date>
  58. <Version>2.2.12</Version>
  59. <Comment>Rebuild.</Comment>
  60. <Name>Pisi Linux Community</Name>
  61. <Email>admin@pisilinux.org</Email>
  62. </Update>
  63. <Update release="5">
  64. <Date>2019-04-26</Date>
  65. <Version>2.2.12</Version>
  66. <Comment>Rebuild.</Comment>
  67. <Name>Pisi Linux Community</Name>
  68. <Email>admin@pisilinux.org</Email>
  69. </Update>
  70. <Update release="4">
  71. <Date>2018-08-07</Date>
  72. <Version>2.2.12</Version>
  73. <Comment>Release Bump</Comment>
  74. <Name>Pisi Linux Community</Name>
  75. <Email>admin@pisilinux.org</Email>
  76. </Update>
  77. <Update release="3">
  78. <Date>2017-02-18</Date>
  79. <Version>2.2.12</Version>
  80. <Comment>Release Bump</Comment>
  81. <Name>Pisi Linux Community</Name>
  82. <Email>admin@pisilinux.org</Email>
  83. </Update>
  84. <Update release="2">
  85. <Date>2016-06-09</Date>
  86. <Version>2.2.12</Version>
  87. <Comment>Release Bump</Comment>
  88. <Name>Pisi Linux Community</Name>
  89. <Email>admin@pisilinux.org</Email>
  90. </Update>
  91. <Update release="1">
  92. <Date>2014-05-22</Date>
  93. <Version>2.2.12</Version>
  94. <Comment>First release</Comment>
  95. <Name>Kamil Atlı</Name>
  96. <Email>suvarice@gmail.com</Email>
  97. </Update>
  98. </History>
  99. </PISI>