pspec.xml 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>glusterfs</Name>
  6. <Homepage>https://www.gluster.org/</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>library</IsA>
  13. <IsA>app:console</IsA>
  14. <Summary>a cluster file-system capable of scaling to several peta-bytes.</Summary>
  15. <Description>Gluster is a scalable network filesystem. Using common off-the-shelf hardware, you can create large, distributed storage solutions for media streaming, data analysis, and other data- and bandwidth-intensive tasks. Gluster is free.</Description>
  16. <Archive sha1sum="a0f965f4e9b6582a7abcb451b690d29d760052b0" type="targz">https://github.com/gluster/glusterfs/archive/refs/tags/v11.0.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>acl-devel</Dependency>
  19. <Dependency>zlib-devel</Dependency>
  20. <Dependency>curl-devel</Dependency>
  21. <Dependency>fuse-devel</Dependency>
  22. <Dependency>attr-devel</Dependency>
  23. <Dependency>gperftools</Dependency>
  24. <Dependency>spice-devel</Dependency>
  25. <Dependency>libaio-devel</Dependency>
  26. <Dependency>python3-devel</Dependency>
  27. <Dependency>openssl-devel</Dependency>
  28. <Dependency>libxml2-devel</Dependency>
  29. <Dependency>liburcu-devel</Dependency>
  30. <Dependency>libtirpc-devel</Dependency>
  31. <Dependency>liburing-devel</Dependency>
  32. <Dependency>readline-devel</Dependency>
  33. <Dependency>spice-protocol</Dependency>
  34. <Dependency>rpcsvc-proto-devel</Dependency>
  35. <Dependency>libutil-linux-devel</Dependency>
  36. </BuildDependencies>
  37. </Source>
  38. <Package>
  39. <Name>glusterfs</Name>
  40. <RuntimeDependencies>
  41. <Dependency>acl</Dependency>
  42. <Dependency>curl</Dependency>
  43. <Dependency>zlib</Dependency>
  44. <Dependency>attr</Dependency>
  45. <Dependency>libaio</Dependency>
  46. <Dependency>liburcu</Dependency>
  47. <Dependency>libxml2</Dependency>
  48. <Dependency>openssl</Dependency>
  49. <Dependency>libtirpc</Dependency>
  50. <Dependency>liburing</Dependency>
  51. <Dependency>gperftools</Dependency>
  52. <Dependency>libutil-linux</Dependency>
  53. </RuntimeDependencies>
  54. <Files>
  55. <Path fileType="config">/etc/bash_completion.d/gluster.bash</Path>
  56. <Path fileType="executable">/usr/bin</Path>
  57. <Path fileType="library">/usr/lib</Path>
  58. <Path fileType="data">/var/lib/glusterd</Path>
  59. <Path fileType="man">/usr/share/man</Path>
  60. <Path fileType="doc">/usr/share/doc</Path>
  61. <Path fileType="data">/usr/share/glusterfs</Path>
  62. <Path fileType="config">/etc/glusterfs</Path>
  63. <Path fileType="data">/var/log</Path>
  64. <Path fileType="data">/etc/ganesha/ganesha-ha.conf.sample</Path>
  65. <Path fileType="data">/var/run/gluster</Path>
  66. </Files>
  67. </Package>
  68. <Package>
  69. <Name>glusterfs-devel</Name>
  70. <Summary>Development files for glusterfs</Summary>
  71. <RuntimeDependencies>
  72. <Dependency>libutil-linux-devel</Dependency>
  73. <Dependency release="current">glusterfs</Dependency>
  74. </RuntimeDependencies>
  75. <Files>
  76. <Path fileType="header">/usr/include</Path>
  77. <Path fileType="library">/usr/lib/pkgconfig</Path>
  78. </Files>
  79. </Package>
  80. <History>
  81. <Update release="2">
  82. <Date>2023-11-03</Date>
  83. <Version>11.0</Version>
  84. <Comment>Version bump.</Comment>
  85. <Name>Mustafa Cinasal</Name>
  86. <Email>muscnsl@gmail.com</Email>
  87. </Update>
  88. <Update release="1">
  89. <Date>2022-02-05</Date>
  90. <Version>10.1</Version>
  91. <Comment>First release</Comment>
  92. <Name>Kamil Atlı</Name>
  93. <Email>suvari@pisilinux.org</Email>
  94. </Update>
  95. </History>
  96. </PISI>