123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- <?xml version="1.0" ?>
- <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
- <INARY>
- <Source>
- <Name>libtdb</Name>
- <Homepage>http://tdb.samba.org</Homepage>
- <Packager>
- <Name>Süleyman Poyraz</Name>
- <Email>zaryob.dev@gmail.com</Email>
- </Packager>
- <License>LGPLv3+</License>
- <IsA>library</IsA>
- <IsA>app:console</IsA>
- <Summary>Trivial database library</Summary>
- <Description>libtdb contains C library and Python bindings to access to a trivial database. TDB is very much like GDBM and BSDDB except that it allows multiple simultaneous writers and uses locking internally to keep writers from trampling on each other.</Description>
- <Archive sha1sum="a8b7de5efceb288d4ad3174866111452ef5bf21b" type="targz">https://www.samba.org/ftp/tdb/tdb-1.4.3.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>docbook-xsl</Dependency>
- <Dependency>libbsd-devel</Dependency>
- </BuildDependencies>
- <Patches>
- </Patches>
- </Source>
- <Package>
- <Name>libtdb</Name>
- <RuntimeDependencies>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>libtdb-devel</Name>
- <Summary>Development files for libtdb</Summary>
- <RuntimeDependencies>
- <Dependency release="current">libtdb</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- <Path fileType="header">/usr/include</Path>
- </Files>
- </Package>
- <History>
- <Update release="2">
- <Date>2020-07-01</Date>
- <Version>1.4.3</Version>
- <Comment>Version bump to 1.4.3</Comment>
- <Name>Suleyman Poyraz</Name>
- <Email>zaryob.dev@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2019-09-29</Date>
- <Version>1.4.2</Version>
- <Comment>First release</Comment>
- <Name>Süleyman Poyraz</Name>
- <Email>zaryob.dev@gmail.com</Email>
- </Update>
- </History>
- </INARY>
|