pspec.xml 3.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>e2fsprogs</Name>
  6. <Homepage>http://e2fsprogs.sourceforge.net/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>app:console</IsA>
  13. <Summary>Standard ext2/3/4 filesystem utilities</Summary>
  14. <Description>e2fsprogs provides the filesystem utilities for use with the ext2 filesystem. It also supports the ext3/4 filesystem with journaling support.</Description>
  15. <Archive sha1sum="dcf98fcb96f8a57c7083d54caee6af050f0025cf" type="targz">mirrors://sourceforge/e2fsprogs/e2fsprogs-1.43.5.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>libutil-linux-devel</Dependency>
  18. <!-- The first release shipped within util-linux -->
  19. <Dependency>gettext</Dependency>
  20. <Dependency>util-linux</Dependency>
  21. </BuildDependencies>
  22. <Patches>
  23. <Patch level="1">ntfs-3g.patch</Patch>
  24. <!-- strip references to workDir() from /usr/bin/mk_cmds and /usr/bin/compile_et -->
  25. <!--<Patch level="1">e2fsprogs-1.41.8-strip-me.patch</Patch>-->
  26. </Patches>
  27. </Source>
  28. <Package>
  29. <Name>e2fsprogs</Name>
  30. <RuntimeDependencies>
  31. <Dependency>libutil-linux</Dependency>
  32. <!-- The first release shipped within util-linux -->
  33. <!--<Dependency>libuuid</Dependency>-->
  34. </RuntimeDependencies>
  35. <Files>
  36. <Path fileType="config">/etc</Path>
  37. <Path fileType="executable">/bin</Path>
  38. <Path fileType="executable">/usr/bin</Path>
  39. <Path fileType="library">/lib</Path>
  40. <Path fileType="library">/usr/lib</Path>
  41. <Path fileType="executable">/sbin</Path>
  42. <Path fileType="executable">/usr/sbin</Path>
  43. <Path fileType="data">/usr/share/et</Path>
  44. <Path fileType="data">/usr/share/ss</Path>
  45. <Path fileType="localedata">/usr/share/locale</Path>
  46. <Path fileType="info">/usr/share/info</Path>
  47. <Path fileType="man">/usr/share/man</Path>
  48. <Path fileType="doc">/usr/share/doc</Path>
  49. </Files>
  50. </Package>
  51. <Package>
  52. <Name>e2fsprogs-devel</Name>
  53. <PartOf>system.devel</PartOf>
  54. <Summary>Development files for e2fsprogs</Summary>
  55. <RuntimeDependencies>
  56. <Dependency release="current">e2fsprogs</Dependency>
  57. </RuntimeDependencies>
  58. <Files>
  59. <Path fileType="header">/usr/include</Path>
  60. <Path fileType="data">/usr/lib/pkgconfig</Path>
  61. <Path fileType="man">/usr/share/man/man3</Path>
  62. </Files>
  63. </Package>
  64. <History>
  65. <Update release="4">
  66. <Date>2017-12-03</Date>
  67. <Version>1.43.5</Version>
  68. <Comment>Version bump.</Comment>
  69. <Name>Ertuğrul Erata</Name>
  70. <Email>ertugrulerata@gmail.com</Email>
  71. </Update>
  72. <Update release="3">
  73. <Date>2017-03-26</Date>
  74. <Version>1.43.3</Version>
  75. <Comment>Version bump.</Comment>
  76. <Name>Ertuğrul Erata</Name>
  77. <Email>ertugrulerata@gmail.com</Email>
  78. </Update>
  79. <Update release="2">
  80. <Date>2016-04-27</Date>
  81. <Version>1.42.13</Version>
  82. <Comment>Release Bump</Comment>
  83. <Name>PisiLinux Community</Name>
  84. <Email>admin@pisilinux.org</Email>
  85. </Update>
  86. <Update release="1">
  87. <Date>2016-03-19</Date>
  88. <Version>1.42.13</Version>
  89. <Comment>First release</Comment>
  90. <Name>Alihan Öztürk</Name>
  91. <Email>alihan@pisilinux.org</Email>
  92. </Update>
  93. </History>
  94. </PISI>