pspec.xml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>fatresize</Name>
  6. <Homepage>https://github.com/ya-mouse/fatresize</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv3</License>
  12. <IsA>library</IsA>
  13. <Summary>A utility to resize FAT filesystems using libparted</Summary>
  14. <Description>Libparted kullanarak FAT dosya sistemlerini yeniden boyutlandırmak için bir yardımcı program
  15. </Description>
  16. <Archive sha1sum="c6a24423c0f9c4023f2e7d8d074c3c2d7cccd1bd" type="targz">https://github.com/ya-mouse/fatresize/archive/v1.1.0.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>parted-devel</Dependency>
  19. </BuildDependencies>
  20. -->
  21. <!--
  22. <Patches>
  23. <Patch>fatresize.patch</Patch>
  24. <Patch level="1">fatresize.patch</Patch>
  25. </Patches>
  26. -->
  27. </Source>
  28. <Package>
  29. <Name>fatresize</Name>
  30. <RuntimeDependencies>
  31. <Dependency>parted</Dependency>
  32. </RuntimeDependencies>
  33. <Files>
  34. <Path fileType="executable">/usr/sbin</Path>
  35. <Path fileType="data">/usr/share</Path>
  36. <Path fileType="man">/usr/share/man</Path>
  37. <Path fileType="doc">/usr/share/doc</Path>
  38. </Files>
  39. </Package>
  40. <History>
  41. <Update release="2">
  42. <Date>2022-06-06</Date>
  43. <Version>1.1.0</Version>
  44. <Comment>Version bump.</Comment>
  45. <Name>Mustafa Cinasal</Name>
  46. <Email>muscnsl@gmail.com</Email>
  47. </Update>
  48. <Update release="1">
  49. <Date>2020-03-22</Date>
  50. <Version>1.0.4</Version>
  51. <Comment>First release</Comment>
  52. <Name>PisiLinux Community</Name>
  53. <Email>admins@pisilinux.org</Email>
  54. </Update>
  55. </History>
  56. </PISI>