pspec.xml 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>xfsdump</Name>
  6. <Homepage>https://git.kernel.org/pub/scm/fs/xfs/xfsdump-dev.git/</Homepage>
  7. <Packager>
  8. <Name>AYDIN ATMACA</Name>
  9. <Email>aydinatmaca@gmail</Email>
  10. </Packager>
  11. <License>LGPLv2.1</License>
  12. <IsA>app:console</IsA>
  13. <PartOf>hardware.disk</PartOf>
  14. <Summary>XFS dump/restore utilities.</Summary>
  15. <Description>xfsdump contains XFS filesystem dump and restore utilities.</Description>
  16. <Archive sha1sum="20753a3244bd9470bc39fc8477ba9a33f2bdac75" type="tarxz">http://ftp.ntu.edu.tw/pub/linux/utils/fs/xfs/xfsdump/xfsdump-3.1.12.tar.xz</Archive>
  17. <BuildDependencies>
  18. <Dependency>attr-devel</Dependency>
  19. <Dependency>dmapi-devel</Dependency>
  20. <Dependency>ncurses-devel</Dependency>
  21. <Dependency>xfsprogs-devel</Dependency>
  22. <Dependency>libutil-linux-devel</Dependency>
  23. </BuildDependencies>
  24. <Patches>
  25. <Patch level="1">no_symlink.patch</Patch>
  26. <Patch level="1">skip_inventory_debian_subfolder.patch</Patch>
  27. <Patch level="1">no_changes_compress.patch</Patch>
  28. <!-- <Patch level="1">xfs_restore.patch</Patch> -->
  29. </Patches>
  30. </Source>
  31. <Package>
  32. <Name>xfsdump</Name>
  33. <RuntimeDependencies>
  34. <!--Dependency>gcc</Dependency-->
  35. <Dependency>attr</Dependency>
  36. <Dependency>gawk</Dependency>
  37. <Dependency>dmapi</Dependency>
  38. <Dependency>uuidd</Dependency>
  39. <Dependency>ncurses</Dependency>
  40. <Dependency>libtool</Dependency>
  41. <Dependency>gettext</Dependency>
  42. <Dependency>xfsprogs</Dependency>
  43. <Dependency>libutil-linux</Dependency>
  44. </RuntimeDependencies>
  45. <Files>
  46. <Path fileType="executable">/sbin</Path>
  47. <Path fileType="executable">/usr/sbin</Path>
  48. <Path fileType="localedata">/usr/share/locale</Path>
  49. <Path fileType="man">/usr/share/man</Path>
  50. <Path fileType="doc">/usr/share/doc</Path>
  51. </Files>
  52. </Package>
  53. <History>
  54. <Update release="4">
  55. <Date>2024-07-01</Date>
  56. <Version>3.1.12</Version>
  57. <Comment>Version bump.</Comment>
  58. <Name>Pisi Linux Community</Name>
  59. <Email>admin@pisilinux.org</Email>
  60. </Update>
  61. <Update release="3">
  62. <Date>2022-06-04</Date>
  63. <Version>3.1.10</Version>
  64. <Comment>Version bump.</Comment>
  65. <Name>Mustafa Cinasal</Name>
  66. <Email>muscnsl@gmail.com</Email>
  67. </Update>
  68. <Update release="2">
  69. <Date>2021-05-18</Date>
  70. <Version>3.1.9</Version>
  71. <Comment>Rebuild.</Comment>
  72. <Name>Mustafa Cinasal</Name>
  73. <Email>muscnsl@gmail.com</Email>
  74. </Update>
  75. <Update release="1">
  76. <Date>2021-02-27</Date>
  77. <Version>3.1.9</Version>
  78. <Comment>First Beta release.</Comment>
  79. <Name>AYDIN ATMACA</Name>
  80. <Email>aydinatmaca@gmail.com</Email>
  81. </Update>
  82. </History>
  83. </PISI>