pspec.xml 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>fuse3</Name>
  6. <Homepage>http://fuse.sourceforge.net</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>library</IsA>
  13. <Summary>An interface for filesystems implemented in userspace</Summary>
  14. <Description>fuse is a backend allowing regular users to (un)mount filesystems for their own use.</Description>
  15. <Archive sha1sum="739972bee1a9e5fa02a9ed0ab5640c8fb095bc63" type="targz">https://github.com/libfuse/libfuse/releases/download/fuse-3.16.2/fuse-3.16.2.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>meson</Dependency>
  18. <Dependency>doxygen</Dependency>
  19. <Dependency>eudev-devel</Dependency>
  20. <Dependency>gettext-devel</Dependency>
  21. </BuildDependencies>
  22. <Patches>
  23. </Patches>
  24. </Source>
  25. <Package>
  26. <Name>fuse3</Name>
  27. <RuntimeDependencies>
  28. <Dependency>glibc</Dependency>
  29. </RuntimeDependencies>
  30. <Files>
  31. <Path fileType="config">/etc</Path>
  32. <Path fileType="executable">/bin</Path>
  33. <Path fileType="executable">/sbin</Path>
  34. <Path fileType="executable">/usr/sbin</Path>
  35. <Path fileType="executable">/usr/bin</Path>
  36. <Path fileType="library">/lib</Path>
  37. <Path fileType="library">/usr/lib</Path>
  38. <Path fileType="doc">/usr/share/doc</Path>
  39. <Path fileType="man">/usr/share/man</Path>
  40. </Files>
  41. </Package>
  42. <Package>
  43. <Name>fuse3-devel</Name>
  44. <PartOf>system.devel</PartOf>
  45. <Summary>Development files for fuse3</Summary>
  46. <RuntimeDependencies>
  47. <Dependency release="current">fuse3</Dependency>
  48. </RuntimeDependencies>
  49. <Files>
  50. <Path fileType="header">/usr/include</Path>
  51. <Path fileType="data">/usr/lib/pkgconfig</Path>
  52. </Files>
  53. </Package>
  54. <History>
  55. <Update release="9">
  56. <Date>2023-10-12</Date>
  57. <Version>3.16.2</Version>
  58. <Comment>Version bump.</Comment>
  59. <Name>Mustafa Cinasal</Name>
  60. <Email>muscnsl@gmail.com</Email>
  61. </Update>
  62. <Update release="8">
  63. <Date>2023-08-09</Date>
  64. <Version>3.16.1</Version>
  65. <Comment>Version bump.</Comment>
  66. <Name>Mustafa Cinasal</Name>
  67. <Email>muscnsl@gmail.com</Email>
  68. </Update>
  69. <Update release="7">
  70. <Date>2023-07-05</Date>
  71. <Version>3.15.1</Version>
  72. <Comment>Version bump.</Comment>
  73. <Name>Mustafa Cinasal</Name>
  74. <Email>muscnsl@gmail.com</Email>
  75. </Update>
  76. <Update release="6">
  77. <Date>2023-06-10</Date>
  78. <Version>3.15.0</Version>
  79. <Comment>Version bump.</Comment>
  80. <Name>Mustafa Cinasal</Name>
  81. <Email>muscnsl@gmail.com</Email>
  82. </Update>
  83. <Update release="5">
  84. <Date>2023-03-27</Date>
  85. <Version>3.14.1</Version>
  86. <Comment>Version bump.</Comment>
  87. <Name>Mustafa Cinasal</Name>
  88. <Email>muscnsl@gmail.com</Email>
  89. </Update>
  90. <Update release="4">
  91. <Date>2023-01-13</Date>
  92. <Version>3.13.0</Version>
  93. <Comment>Version bump.</Comment>
  94. <Name>Mustafa Cinasal</Name>
  95. <Email>muscnsl@gmail.com</Email>
  96. </Update>
  97. <Update release="3">
  98. <Date>2022-09-09</Date>
  99. <Version>3.12.0</Version>
  100. <Comment>Version bump.</Comment>
  101. <Name>Mustafa Cinasal</Name>
  102. <Email>muscnsl@gmail.com</Email>
  103. </Update>
  104. <Update release="2">
  105. <Date>2022-04-26</Date>
  106. <Version>3.10.5</Version>
  107. <Comment>version bump</Comment>
  108. <Name>Ayhan Yalçınsoy</Name>
  109. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  110. </Update>
  111. <Update release="1">
  112. <Date>2020-06-24</Date>
  113. <Version>3.9.2</Version>
  114. <Comment>First release</Comment>
  115. <Name>Mustafa Cinasal</Name>
  116. <Email>muscnsl@gmail.com</Email>
  117. </Update>
  118. </History>
  119. </PISI>