pspec.xml 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>protobuf</Name>
  6. <Homepage>https://developers.google.com/protocol-buffers/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <PartOf>network.misc</PartOf>
  12. <License>BSD</License>
  13. <IsA>library</IsA>
  14. <Summary>Google's data interchange format</Summary>
  15. <Description>Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats.</Description>
  16. <Archive sha1sum="45804be54bbc5716e99df20d0b53f5cca626977f" type="targz" name="protobuf-3.25.4.tar.gz">https://github.com/protocolbuffers/protobuf/archive/refs/tags/v3.25.4.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>cmake</Dependency>
  19. <Dependency>gtest-devel</Dependency>
  20. <Dependency>python-wheel</Dependency>
  21. <Dependency>python-devel</Dependency>
  22. <Dependency>python3-devel</Dependency>
  23. <Dependency>python-setuptools</Dependency>
  24. <Dependency>python3-setuptools</Dependency>
  25. <Dependency>abseil-cpp-devel</Dependency>
  26. </BuildDependencies>
  27. </Source>
  28. <Package>
  29. <Name>protobuf</Name>
  30. <Summary>Google's data interchange format</Summary>
  31. <RuntimeDependencies>
  32. <Dependency>zlib</Dependency>
  33. <Dependency>libgcc</Dependency>
  34. <Dependency>abseil-cpp</Dependency>
  35. </RuntimeDependencies>
  36. <Files>
  37. <Path fileType="doc">/usr/share/doc</Path>
  38. <Path fileType="executable">/usr/bin</Path>
  39. <Path fileType="data">/usr/share/vim</Path>
  40. <Path fileType="data">/usr/share/emacs</Path>
  41. <Path fileType="library">/usr/lib/libproto*</Path>
  42. <Path fileType="library">/usr/lib/libutf8_range.a</Path>
  43. <Path fileType="library">/usr/lib/libutf8_validity.a</Path>
  44. </Files>
  45. </Package>
  46. <Package>
  47. <Name>protobuf-devel</Name>
  48. <Summary>Development files for protobuf</Summary>
  49. <RuntimeDependencies>
  50. <Dependency release="current">protobuf</Dependency>
  51. <Dependency>abseil-cpp-devel</Dependency>
  52. </RuntimeDependencies>
  53. <Files>
  54. <Path fileType="data">/usr/lib/pkgconfig</Path>
  55. <Path fileType="library">/usr/lib/cmake</Path>
  56. <Path fileType="header">/usr/include</Path>
  57. <Path fileType="header">/usr/include/google/protobuf</Path>
  58. </Files>
  59. </Package>
  60. <!--Package>
  61. <Name>python-protobuf</Name>
  62. <Summary>Python 2 bindings for Google Protocol Buffers</Summary>
  63. <RuntimeDependencies>
  64. <Dependency>python-setuptools</Dependency>
  65. <Dependency release="current">protobuf-devel</Dependency>
  66. </RuntimeDependencies>
  67. <Files>
  68. <Path fileType="library">/usr/lib/python2*</Path>
  69. </Files>
  70. </Package-->
  71. <Package>
  72. <Name>python3-protobuf</Name>
  73. <Summary>Python 3 bindings for Google Protocol Buffers</Summary>
  74. <RuntimeDependencies>
  75. <Dependency>python3</Dependency>
  76. <Dependency>python3-setuptools</Dependency>
  77. <Dependency release="current">protobuf-devel</Dependency>
  78. </RuntimeDependencies>
  79. <Files>
  80. <Path fileType="library">/usr/lib/python3*</Path>
  81. </Files>
  82. </Package>
  83. <History>
  84. <Update release="21">
  85. <Date>2024-08-21</Date>
  86. <Version>3.25.4</Version>
  87. <Comment>Rebuild.</Comment>
  88. <Name>Pisi Linux Community</Name>
  89. <Email>admin@pisilinux.org</Email>
  90. </Update>
  91. <Update release="20">
  92. <Date>2024-07-27</Date>
  93. <Version>3.25.4</Version>
  94. <Comment>Version bump.</Comment>
  95. <Name>Pisi Linux Community</Name>
  96. <Email>admin@pisilinux.org</Email>
  97. </Update>
  98. <Update release="19">
  99. <Date>2023-11-04</Date>
  100. <Version>3.21.12</Version>
  101. <Comment>Rebuild.</Comment>
  102. <Name>Mustafa Cinasal</Name>
  103. <Email>muscnsl@gmail.com</Email>
  104. </Update>
  105. <Update release="18">
  106. <Date>2023-03-26</Date>
  107. <Version>3.21.12</Version>
  108. <Comment>Version bump.</Comment>
  109. <Name>Mustafa Cinasal</Name>
  110. <Email>muscnsl@gmail.com</Email>
  111. </Update>
  112. <Update release="17">
  113. <Date>2022-12-08</Date>
  114. <Version>3.21.11</Version>
  115. <Comment>Version bump.</Comment>
  116. <Name>Mustafa Cinasal</Name>
  117. <Email>muscnsl@gmail.com</Email>
  118. </Update>
  119. <Update release="16">
  120. <Date>2022-12-01</Date>
  121. <Version>3.21.10</Version>
  122. <Comment>Version bump.</Comment>
  123. <Name>Mustafa Cinasal</Name>
  124. <Email>muscnsl@gmail.com</Email>
  125. </Update>
  126. <Update release="15">
  127. <Date>2022-11-26</Date>
  128. <Version>3.21.9</Version>
  129. <Comment>Version bump.</Comment>
  130. <Name>Mustafa Cinasal</Name>
  131. <Email>muscnsl@gmail.com</Email>
  132. </Update>
  133. <Update release="14">
  134. <Date>2022-10-20</Date>
  135. <Version>3.21.8</Version>
  136. <Comment>Version bump.</Comment>
  137. <Name>Mustafa Cinasal</Name>
  138. <Email>muscnsl@gmail.com</Email>
  139. </Update>
  140. <Update release="13">
  141. <Date>2022-06-28</Date>
  142. <Version>3.19.4</Version>
  143. <Comment>Version bump.</Comment>
  144. <Name>Mustafa Cinasal</Name>
  145. <Email>muscnsl@gmail.com</Email>
  146. </Update>
  147. <Update release="12">
  148. <Date>2021-10-25</Date>
  149. <Version>3.18.1</Version>
  150. <Comment>Rebuild py3.</Comment>
  151. <Name>Mustafa Cinasal</Name>
  152. <Email>muscnsl@gmail.com</Email>
  153. </Update>
  154. <Update release="11">
  155. <Date>2021-10-20</Date>
  156. <Version>3.18.1</Version>
  157. <Comment>Version bump.</Comment>
  158. <Name>Mustafa Cinasal</Name>
  159. <Email>muscnsl@gmail.com</Email>
  160. </Update>
  161. <Update release="10">
  162. <Date>2021-03-13</Date>
  163. <Version>3.15.6</Version>
  164. <Comment>Version bump.</Comment>
  165. <Name>İdris Kalp</Name>
  166. <Email>idriskalp@gmail.com</Email>
  167. </Update>
  168. <Update release="9">
  169. <Date>2020-08-30</Date>
  170. <Version>3.13.0</Version>
  171. <Comment>Minor version bump.</Comment>
  172. <Name>Blue Devil</Name>
  173. <Email>bluedevil@sctzine.com</Email>
  174. </Update>
  175. <Update release="8">
  176. <Date>2020-01-12</Date>
  177. <Version>3.11.3</Version>
  178. <Comment>Version bump</Comment>
  179. <Name>Blue Devil</Name>
  180. <Email>bluedevil@sctzine.com</Email>
  181. </Update>
  182. <Update release="7">
  183. <Date>2020-01-24</Date>
  184. <Version>3.11.2</Version>
  185. <Comment>Fix deps and clean</Comment>
  186. <Name>Blue Devil</Name>
  187. <Email>bluedevil@sctzine.com</Email>
  188. </Update>
  189. <Update release="6">
  190. <Date>2019-12-25</Date>
  191. <Version>3.11.2</Version>
  192. <Comment>Version bump</Comment>
  193. <Name>Blue Devil</Name>
  194. <Email>bluedevil@sctzine.com</Email>
  195. </Update>
  196. <Update release="5">
  197. <Date>2016-03-23</Date>
  198. <Version>3.0.0_beta2</Version>
  199. <Comment>Version bump, rebuilt with docker</Comment>
  200. <Name>İbrahim KARAGÜZEL</Name>
  201. <Email>karaguzelibrahim@gmail.com</Email>
  202. </Update>
  203. <Update release="4">
  204. <Date>2015-02-16</Date>
  205. <Version>3.0.0_pre1</Version>
  206. <Comment>Version bump.</Comment>
  207. <Name>Vedat Demir</Name>
  208. <Email>vedat@pisilinux.org</Email>
  209. </Update>
  210. <Update release="3">
  211. <Date>2015-02-03</Date>
  212. <Version>2.6.1</Version>
  213. <Comment>Version bump.</Comment>
  214. <Name>Stefan Gronewold(groni)</Name>
  215. <Email>groni@pisilinux.org</Email>
  216. </Update>
  217. <Update release="2">
  218. <Date>2014-02-05</Date>
  219. <Version>2.5.0</Version>
  220. <Comment>Version Bump.</Comment>
  221. <Name>Alihan Öztürk</Name>
  222. <Email>alihan@pisilinux.org</Email>
  223. </Update>
  224. <Update release="1">
  225. <Date>2012-09-03</Date>
  226. <Version>2.4.1</Version>
  227. <Comment>First release</Comment>
  228. <Name>PisiLinux Community</Name>
  229. <Email>admins@pisilinux.org</Email>
  230. </Update>
  231. </History>
  232. </PISI>