pspec.xml 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
  3. <INARY>
  4. <Source>
  5. <Name>protobuf</Name>
  6. <Homepage>http://code.google.com/p/protobuf</Homepage>
  7. <Packager>
  8. <Name>Süleyman Poyraz</Name>
  9. <Email>zaryob.dev@gmail.com</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="88e481e9a3966a485a146416d0b1839a1d59e7af" type="targz">https://github.com/protocolbuffers/protobuf/releases/download/v3.11.1/protobuf-all-3.11.1.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>python3-setuptools</Dependency>
  18. </BuildDependencies>
  19. </Source>
  20. <Package>
  21. <Name>protobuf</Name>
  22. <RuntimeDependencies>
  23. </RuntimeDependencies>
  24. <Files>
  25. <Path fileType="executable">/usr/bin</Path>
  26. <Path fileType="library">/usr/lib/libproto*</Path>
  27. <Path fileType="library">/usr/lib/python3.7/site-packages</Path>
  28. <Path fileType="doc">/usr/share/doc</Path>
  29. <Path fileType="data">/usr/share/vim</Path>
  30. <Path fileType="data">/usr/share/emacs</Path>
  31. </Files>
  32. </Package>
  33. <Package>
  34. <Name>protobuf-devel</Name>
  35. <Summary>Development files for protobuf</Summary>
  36. <RuntimeDependencies>
  37. <Dependency release="current">protobuf</Dependency>
  38. </RuntimeDependencies>
  39. <Files>
  40. <Path fileType="header">/usr/include/google/protobuf</Path>
  41. <Path fileType="data">/usr/lib/pkgconfig</Path>
  42. </Files>
  43. </Package>
  44. <History>
  45. <Update release="2">
  46. <Date>2019-12-14</Date>
  47. <Version>3.11.1</Version>
  48. <Comment>Version bump to 3.11.1</Comment>
  49. <Name>Süleyman Poyraz</Name>
  50. <Email>zaryob.dev@gmail.com</Email>
  51. </Update>
  52. <Update release="1">
  53. <Date>2019-09-18</Date>
  54. <Version>3.10.1</Version>
  55. <Comment>First release</Comment>
  56. <Name>Süleyman Poyraz</Name>
  57. <Email>zaryob.dev@gmail.com</Email>
  58. </Update>
  59. </History>
  60. </INARY>