pspec.xml 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>grpc</Name>
  6. <Homepage>https://grpc.io/</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvari@pisilinux.org</Email>
  10. </Packager>
  11. <License>Apache</License>
  12. <IsA>library</IsA>
  13. <Summary>The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)</Summary>
  14. <Description>High performance, open source, general RPC framework that puts mobile and HTTP/2 first.</Description>
  15. <Archive sha1sum="dd2c58d648441ab5eaea4ccf799415fc6bcdec7f" type="targz">https://github.com/grpc/grpc/archive/refs/tags/v1.65.5.tar.gz</Archive>
  16. <Archive sha1sum="568d58e26bd4e838449ca7ab8ebc152b3cbd210d" type="targz" target="grpc-1.65.5">https://github.com/google/googletest/archive/refs/tags/v1.15.2.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>re2c</Dependency>
  19. <Dependency>ninja</Dependency>
  20. <Dependency>cmake</Dependency>
  21. <Dependency>cython3</Dependency>
  22. <Dependency>chrpath</Dependency>
  23. <Dependency>re2-devel</Dependency>
  24. <Dependency>php-devel</Dependency>
  25. <Dependency>zlib-devel</Dependency>
  26. <Dependency>gtest-devel</Dependency>
  27. <Dependency>c-ares-devel</Dependency>
  28. <Dependency>openssl-devel</Dependency>
  29. <Dependency>protobuf-devel</Dependency>
  30. <Dependency>benchmark-devel</Dependency>
  31. <Dependency>abseil-cpp-devel</Dependency>
  32. <Dependency>python3-setuptools</Dependency>
  33. <Dependency>NetworkManager-devel</Dependency>
  34. <Dependency>python3-pygobject3-devel</Dependency>
  35. </BuildDependencies>
  36. <Patches>
  37. <!-- <Patch>python-grpcio-use-system-abseil.patch</Patch> -->
  38. </Patches>
  39. </Source>
  40. <Package>
  41. <Name>grpc</Name>
  42. <RuntimeDependencies>
  43. <Dependency>xapp</Dependency>
  44. <Dependency>gtk3</Dependency>
  45. <Dependency>polkit</Dependency>
  46. <Dependency>libgcc</Dependency>
  47. <Dependency>python3</Dependency>
  48. <Dependency>chrpath</Dependency>
  49. <Dependency>protobuf</Dependency>
  50. <Dependency>benchmark</Dependency>
  51. <Dependency>abseil-cpp</Dependency>
  52. <Dependency>NetworkManager</Dependency>
  53. <Dependency>python3-pynacl</Dependency>
  54. <Dependency>python3-protobuf</Dependency>
  55. <Dependency>python3-zeroconf</Dependency>
  56. <Dependency>python3-setuptools</Dependency>
  57. <Dependency>python3-pygobject3</Dependency>
  58. <Dependency>python3-cryptography</Dependency>
  59. <Dependency>python3-setproctitle</Dependency>
  60. </RuntimeDependencies>
  61. <Files>
  62. <Path fileType="executable">/usr/bin</Path>
  63. <Path fileType="data">/usr/share/grpc</Path>
  64. <Path fileType="library">/usr/lib/libgrpc*</Path>
  65. <Path fileType="library">/usr/lib/libgpr*</Path>
  66. <Path fileType="library">/usr/lib/libupb*</Path>
  67. <Path fileType="library">/usr/lib/libaddress*</Path>
  68. <Path fileType="library">/usr/lib/libutf8_range_lib*</Path>
  69. </Files>
  70. </Package>
  71. <Package>
  72. <Name>grpc-devel</Name>
  73. <RuntimeDependencies>
  74. <Dependency>openssl-devel</Dependency>
  75. <Dependency>abseil-cpp-devel</Dependency>
  76. <Dependency release="current">grpc</Dependency>
  77. </RuntimeDependencies>
  78. <Files>
  79. <Path fileType="library">/usr/lib/cmake</Path>
  80. <Path fileType="library">/usr/lib/pkgconfig</Path>
  81. <Path fileType="header">/usr/include</Path>
  82. </Files>
  83. </Package>
  84. <History>
  85. <Update release="4">
  86. <Date>2024-08-21</Date>
  87. <Version>1.65.5</Version>
  88. <Comment>Version bump.</Comment>
  89. <Name>Pisi Linux Community</Name>
  90. <Email>admin@pisilinux.org</Email>
  91. </Update>
  92. <Update release="3">
  93. <Date>2022-10-22</Date>
  94. <Version>1.50.0</Version>
  95. <Comment>Version bump.</Comment>
  96. <Name>Mustafa Cinasal</Name>
  97. <Email>muscnsl@gmail.com</Email>
  98. </Update>
  99. <Update release="2">
  100. <Date>2022-06-30</Date>
  101. <Version>1.47.0</Version>
  102. <Comment>Version bump</Comment>
  103. <Name>Kamil Atlı</Name>
  104. <Email>suvari@pisilinux.org</Email>
  105. </Update>
  106. <Update release="1">
  107. <Date>2022-06-11</Date>
  108. <Version>1.46.3</Version>
  109. <Comment>First release</Comment>
  110. <Name>Kamil Atlı</Name>
  111. <Email>suvari@pisilinux.org</Email>
  112. </Update>
  113. </History>
  114. </PISI>