pspec.xml 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>nilfs-utils</Name>
  6. <Homepage>https://nilfs.sourceforge.io/en/</Homepage>
  7. <Packager>
  8. <Name>AYDIN ATMACA</Name>
  9. <Email>aydinatmaca@gmail.com</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <License>LGPLv2.1</License>
  13. <IsA>app</IsA>
  14. <PartOf>hardware.disk</PartOf>
  15. <Summary>A log-structured file system supporting continuous snapshotting (userspace utils).</Summary>
  16. <Description>NILFS is a log-structured file system supporting versioning of the entire file system and continuous snapshotting which allows users to even restore files mistakenly overwritten or destroyed just a few seconds ago.</Description>
  17. <Archive sha1sum="ea6b471b675432b31fd69220ba648adbd426879b" type="tarbz2">https://nilfs.sourceforge.io/download/nilfs-utils-2.2.11.tar.bz2</Archive>
  18. <BuildDependencies>
  19. <Dependency>libutil-linux-devel</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>nilfs-utils</Name>
  24. <RuntimeDependencies>
  25. <Dependency>libutil-linux</Dependency>
  26. </RuntimeDependencies>
  27. <Files>
  28. <Path fileType="config">/etc</Path>
  29. <Path fileType="executable">/sbin</Path>
  30. <Path fileType="executable">/usr/bin</Path>
  31. <Path fileType="executable">/usr/sbin</Path>
  32. <Path fileType="library">/usr/lib</Path>
  33. <Path fileType="man">/usr/share/man</Path>
  34. <Path fileType="doc">/usr/share/doc</Path>
  35. </Files>
  36. </Package>
  37. <Package>
  38. <Name>nilfs-utils-devel</Name>
  39. <RuntimeDependencies>
  40. <Dependency release="current">nilfs-utils</Dependency>
  41. </RuntimeDependencies>
  42. <Files>
  43. <Path fileType="header">/usr/include</Path>
  44. </Files>
  45. </Package>
  46. <History>
  47. <Update release="3">
  48. <Date>2024-11-29</Date>
  49. <Version>2.2.11</Version>
  50. <Comment>Version bump.</Comment>
  51. <Name>Ümit Solmaz</Name>
  52. <Email>admins@pisilinux.org</Email>
  53. </Update>
  54. <Update release="2">
  55. <Date>2023-02-01</Date>
  56. <Version>2.2.9</Version>
  57. <Comment>Version bump.</Comment>
  58. <Name>fury</Name>
  59. <Email>uglyside@yandex.ru</Email>
  60. </Update>
  61. <Update release="1">
  62. <Date>2021-01-12</Date>
  63. <Version>2.2.8</Version>
  64. <Comment>First Beta release.</Comment>
  65. <Name>AYDIN ATMACA</Name>
  66. <Email>aydinatmaca@gmail.com</Email>
  67. </Update>
  68. </History>
  69. </PISI>