pspec.xml 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>fuse-exfat</Name>
  6. <Homepage>http://code.google.com/p/exfat/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admin@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv3</License>
  12. <IsA>app</IsA>
  13. <Summary>exFAT filesystem fuse module</Summary>
  14. <Description>exFAT filesystem fuse module</Description>
  15. <Archive sha1sum="c0ddc51e082ecbd6985b6cf66290735cc31a7f01" type="targz">https://github.com/relan/exfat/releases/download/v1.2.7/fuse-exfat-1.2.7.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>exfat-utils</Dependency>
  18. <Dependency>fuse-devel</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>fuse-exfat</Name>
  23. <RuntimeDependencies>
  24. <Dependency>fuse</Dependency>
  25. <Dependency>exfat-utils</Dependency>
  26. </RuntimeDependencies>
  27. <Files>
  28. <Path fileType="executable">/usr/bin</Path>
  29. <Path fileType="executable">/usr/sbin</Path>
  30. <Path fileType="man">/usr/share/man</Path>
  31. <Path fileType="doc">/usr/share/doc</Path>
  32. </Files>
  33. </Package>
  34. <History>
  35. <Update release="4">
  36. <Date>2017-12-30</Date>
  37. <Version>1.2.7</Version>
  38. <Comment>Version bump.</Comment>
  39. <Name>Mustafa Cinasal</Name>
  40. <Email>muscnsl@gmail.com</Email>
  41. </Update>
  42. <Update release="3">
  43. <Date>2017-01-28</Date>
  44. <Version>1.2.5</Version>
  45. <Comment>Version bump.</Comment>
  46. <Name>Stefan Gronewold(groni)</Name>
  47. <Email>groni@pisilinux.org</Email>
  48. </Update>
  49. <Update release="2">
  50. <Date>2016-06-09</Date>
  51. <Version>1.2.3</Version>
  52. <Comment>Release Bump</Comment>
  53. <Name>Pisi Linux Community</Name>
  54. <Email>admin@pisilinux.org</Email>
  55. </Update>
  56. <Update release="1">
  57. <Date>2016-01-27</Date>
  58. <Version>1.2.3</Version>
  59. <Comment>First release</Comment>
  60. <Name>Stefan Gronewold</Name>
  61. <Email>groni@pisilinux.org</Email>
  62. </Update>
  63. </History>
  64. </PISI>