pspec.xml 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>jfsutils</Name>
  6. <Homepage>https://jfs.sourceforge.net/</Homepage>
  7. <Packager>
  8. <Name>AYDIN ATMACA</Name>
  9. <Email>aydinatmaca@gmail</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:console</IsA>
  13. <PartOf>hardware.disk</PartOf>
  14. <Summary>IBM's Journaling Filesystem (JFS) Utilities.</Summary>
  15. <Description>Contains tools to work with JFS (Journaling Filesystem) developed by IBM.</Description>
  16. <Archive sha1sum="291e8bd9d615cf3d27e4000117c81a3602484a50" type="targz">https://jfs.sourceforge.net/project/pub/jfsutils-1.1.15.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>libutil-linux-devel</Dependency>
  19. </BuildDependencies>
  20. <Patches>
  21. <Patch level="1">gcc10.patch</Patch>
  22. <Patch level="1">missing_stdint_header.patch</Patch>
  23. <Patch level="1">inttypes.patch</Patch>
  24. <Patch level="1">sysmacros.patch</Patch>
  25. </Patches>
  26. </Source>
  27. <Package>
  28. <Name>jfsutils</Name>
  29. <RuntimeDependencies>
  30. <Dependency>libutil-linux</Dependency>
  31. </RuntimeDependencies>
  32. <Files>
  33. <Path fileType="executable">/usr/sbin</Path>
  34. <Path fileType="doc">/usr/share/doc</Path>
  35. <Path fileType="man">/usr/share/man</Path>
  36. </Files>
  37. </Package>
  38. <History>
  39. <Update release="2">
  40. <Date>2024-11-29</Date>
  41. <Version>1.1.15</Version>
  42. <Comment>First rebuild.</Comment>
  43. <Name>Ümit Solmaz</Name>
  44. <Email>admins@pisilinux.org</Email>
  45. </Update>
  46. <Update release="1">
  47. <Date>2021-01-12</Date>
  48. <Version>1.1.15</Version>
  49. <Comment>First Beta rebuild.</Comment>
  50. <Name>AYDIN ATMACA</Name>
  51. <Email>aydinatmaca@gmail.com</Email>
  52. </Update>
  53. </History>
  54. </PISI>