12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <?xml version="1.0" ?>
- <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
- <INARY>
- <Source>
- <Name>protobuf</Name>
- <Homepage>http://code.google.com/p/protobuf</Homepage>
- <Packager>
- <Name>Süleyman Poyraz</Name>
- <Email>zaryob.dev@gmail.com</Email>
- </Packager>
- <License>Apache-2.0</License>
- <IsA>library</IsA>
- <Summary>Google's data interchange format</Summary>
- <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>
- <Archive sha1sum="88e481e9a3966a485a146416d0b1839a1d59e7af" type="targz">https://github.com/protocolbuffers/protobuf/releases/download/v3.11.1/protobuf-all-3.11.1.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>python3-setuptools</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>protobuf</Name>
- <RuntimeDependencies>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib/libproto*</Path>
- <Path fileType="library">/usr/lib/python3.7/site-packages</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="data">/usr/share/vim</Path>
- <Path fileType="data">/usr/share/emacs</Path>
- </Files>
- </Package>
- <Package>
- <Name>protobuf-devel</Name>
- <Summary>Development files for protobuf</Summary>
- <RuntimeDependencies>
- <Dependency release="current">protobuf</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include/google/protobuf</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="2">
- <Date>2019-12-14</Date>
- <Version>3.11.1</Version>
- <Comment>Version bump to 3.11.1</Comment>
- <Name>Süleyman Poyraz</Name>
- <Email>zaryob.dev@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2019-09-18</Date>
- <Version>3.10.1</Version>
- <Comment>First release</Comment>
- <Name>Süleyman Poyraz</Name>
- <Email>zaryob.dev@gmail.com</Email>
- </Update>
- </History>
- </INARY>
|