pspec.xml 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
  3. <INARY>
  4. <Source>
  5. <Name>dmapi</Name>
  6. <Homepage>http://oss.sgi.com/projects/xfs/</Homepage>
  7. <Packager>
  8. <Name>Süleyman Poyraz</Name>
  9. <Email>zaryob.dev@gmail.com</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="b82a7dc3f257316f14ea1c153a02d8e62445040d" type="tarbz2">https://gitlab.com/sulinos/resources/dmapi/-/archive/2.2.12/dmapi-2.2.12.tar.bz2</Archive>
  16. <BuildDependencies>
  17. <Dependency>xfsprogs-devel</Dependency>
  18. </BuildDependencies>
  19. </Source>
  20. <Package>
  21. <Name>dmapi</Name>
  22. <RuntimeDependencies>
  23. <Dependency>xfsprogs</Dependency>
  24. </RuntimeDependencies>
  25. <Files>
  26. <Path fileType="library">/lib</Path>
  27. <Path fileType="library">/usr/lib</Path>
  28. <Path fileType="doc">/usr/share/doc</Path>
  29. <Path fileType="man">/usr/share/man</Path>
  30. </Files>
  31. </Package>
  32. <Package>
  33. <Name>dmapi-devel</Name>
  34. <Summary>Development files for dmapi</Summary>
  35. <RuntimeDependencies>
  36. <Dependency release="current">dmapi</Dependency>
  37. </RuntimeDependencies>
  38. <Files>
  39. <Path fileType="header">/usr/include</Path>
  40. <Path fileType="data">/usr/lib/pkgconfig</Path>
  41. <Path fileType="man">/usr/share/man/man3</Path>
  42. </Files>
  43. </Package>
  44. <History>
  45. <Update release="1">
  46. <Date>2019-12-09</Date>
  47. <Version>2.2.12</Version>
  48. <Comment>First release</Comment>
  49. <Name>Süleyman Poyraz</Name>
  50. <Email>zaryob.dev@gmail.com</Email>
  51. </Update>
  52. </History>
  53. </INARY>