pspec.xml 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://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. <License>Apache-2.0</License>
  12. <IsA>library</IsA>
  13. <Summary>Google's data interchange format</Summary>
  14. <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>
  15. <Archive sha1sum="28704f02565951968073ce2a61fd7660790d9d9e" type="targz">https://github.com/google/protobuf/archive/v3.0.0-beta-2.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>python-setuptools</Dependency>
  18. </BuildDependencies>
  19. </Source>
  20. <Package>
  21. <Name>protobuf</Name>
  22. <RuntimeDependencies>
  23. <Dependency>libgcc</Dependency>
  24. </RuntimeDependencies>
  25. <Files>
  26. <Path fileType="executable">/usr/bin</Path>
  27. <Path fileType="library">/usr/lib/libproto*</Path>
  28. <Path fileType="library">/usr/lib/python2.7/site-packages</Path>
  29. <Path fileType="doc">/usr/share/doc</Path>
  30. <Path fileType="data">/usr/share/vim</Path>
  31. <Path fileType="data">/usr/share/emacs</Path>
  32. </Files>
  33. </Package>
  34. <Package>
  35. <Name>protobuf-devel</Name>
  36. <Summary>Development files for protobuf</Summary>
  37. <RuntimeDependencies>
  38. <Dependency release="current">protobuf</Dependency>
  39. </RuntimeDependencies>
  40. <Files>
  41. <Path fileType="header">/usr/include/google/protobuf</Path>
  42. <Path fileType="data">/usr/lib/pkgconfig</Path>
  43. </Files>
  44. </Package>
  45. <History>
  46. <Update release="5">
  47. <Date>2016-03-23</Date>
  48. <Version>3.0.0_beta2</Version>
  49. <Comment>Version bump, rebuilt with docker</Comment>
  50. <Name>İbrahim KARAGÜZEL</Name>
  51. <Email>karaguzelibrahim@gmail.com</Email>
  52. </Update>
  53. <Update release="4">
  54. <Date>2015-02-16</Date>
  55. <Version>3.0.0_pre1</Version>
  56. <Comment>Version bump.</Comment>
  57. <Name>Vedat Demir</Name>
  58. <Email>vedat@pisilinux.org</Email>
  59. </Update>
  60. <Update release="3">
  61. <Date>2015-02-03</Date>
  62. <Version>2.6.1</Version>
  63. <Comment>Version bump.</Comment>
  64. <Name>Stefan Gronewold(groni)</Name>
  65. <Email>groni@pisilinux.org</Email>
  66. </Update>
  67. <Update release="2">
  68. <Date>2014-02-05</Date>
  69. <Version>2.5.0</Version>
  70. <Comment>Version Bump.</Comment>
  71. <Name>Alihan Öztürk</Name>
  72. <Email>alihan@pisilinux.org</Email>
  73. </Update>
  74. <Update release="1">
  75. <Date>2012-09-03</Date>
  76. <Version>2.4.1</Version>
  77. <Comment>First release</Comment>
  78. <Name>PisiLinux Community</Name>
  79. <Email>admins@pisilinux.org</Email>
  80. </Update>
  81. </History>
  82. </PISI>