pspec.xml 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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-c</Name>
  6. <Homepage>https://github.com/protobuf-c/protobuf-c</Homepage>
  7. <Packager>
  8. <Name>Stefan Gronewold(groni)</Name>
  9. <Email>groni@pisilinux.org</Email>
  10. </Packager>
  11. <PartOf>network.misc</PartOf>
  12. <License>BSD</License>
  13. <IsA>app:console</IsA>
  14. <IsA>library</IsA>
  15. <Summary>Protocol Buffers implementation in C</Summary>
  16. <Description>This is protobuf-c, a C implementation of the Google Protocol Buffers data serialization format.Needed for the libgadu Package</Description>
  17. <Archive sha1sum="c9c478c372d26b7aa25c47f2a57c7aea17fd5d3b" type="targz">https://github.com/protobuf-c/protobuf-c/archive/v1.5.0.tar.gz</Archive>
  18. <BuildDependencies>
  19. <Dependency versionFrom="3.25.4">protobuf-devel</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>protobuf-c</Name>
  24. <Summary>Protocol Buffers implementation in C</Summary>
  25. <RuntimeDependencies>
  26. <Dependency>protobuf</Dependency>
  27. </RuntimeDependencies>
  28. <Files>
  29. <Path fileType="all">/</Path>
  30. <Path fileType="library">/usr/lib</Path>
  31. <Path fileType="doc">/usr/share/doc</Path>
  32. <Path fileType="executable">/usr/bin</Path>
  33. </Files>
  34. </Package>
  35. <Package>
  36. <Name>protobuf-c-devel</Name>
  37. <Summary>Development files for protobuf-c</Summary>
  38. <RuntimeDependencies>
  39. <Dependency release="current">protobuf-c</Dependency>
  40. </RuntimeDependencies>
  41. <Files>
  42. <Path fileType="data">/usr/lib/pkgconfig</Path>
  43. <Path fileType="header">/usr/include/protobuf-c</Path>
  44. <Path fileType="header">/usr/include/google/protobuf-c</Path>
  45. </Files>
  46. </Package>
  47. <History>
  48. <Update release="6">
  49. <Date>2024-08-21</Date>
  50. <Version>1.5.0</Version>
  51. <Comment>Rebuild.</Comment>
  52. <Name>Pisi Linux Community</Name>
  53. <Email>admin@pisilinux.org</Email>
  54. </Update>
  55. <Update release="5">
  56. <Date>2024-07-30</Date>
  57. <Version>1.5.0</Version>
  58. <Comment>Version bump.</Comment>
  59. <Name>Pisi Linux Community</Name>
  60. <Email>admin@pisilinux.org</Email>
  61. </Update>
  62. <Update release="4">
  63. <Date>2022-10-20</Date>
  64. <Version>1.4.1</Version>
  65. <Comment>Version bump.</Comment>
  66. <Name>Mustafa Cinasal</Name>
  67. <Email>muscnsl@gmail.com</Email>
  68. </Update>
  69. <Update release="3">
  70. <Date>2022-06-28</Date>
  71. <Version>1.4.0</Version>
  72. <Comment>Rebuild.</Comment>
  73. <Name>Mustafa Cinasal</Name>
  74. <Email>muscnsl@gmail.com</Email>
  75. </Update>
  76. <Update release="2">
  77. <Date>2021-10-20</Date>
  78. <Version>1.4.0</Version>
  79. <Comment>Version bump.</Comment>
  80. <Name>Mustafa Cinasal</Name>
  81. <Email>muscnsl@gmail.com</Email>
  82. </Update>
  83. <Update release="1">
  84. <Date>2020-04-09</Date>
  85. <Version>1.3.3</Version>
  86. <Comment>
  87. *Patch version bump.
  88. *Moved from contrib
  89. </Comment>
  90. <Name>Blue Devil</Name>
  91. <Email>bluedevil@sctzine.com</Email>
  92. </Update>
  93. </History>
  94. </PISI>