pspec.xml 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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>libtdb</Name>
  6. <Homepage>http://tdb.samba.org</Homepage>
  7. <Packager>
  8. <Name>Süleyman Poyraz</Name>
  9. <Email>zaryob.dev@gmail.com</Email>
  10. </Packager>
  11. <License>LGPLv3+</License>
  12. <IsA>library</IsA>
  13. <IsA>app:console</IsA>
  14. <Summary>Trivial database library</Summary>
  15. <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>
  16. <Archive sha1sum="a8b7de5efceb288d4ad3174866111452ef5bf21b" type="targz">https://www.samba.org/ftp/tdb/tdb-1.4.3.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>docbook-xsl</Dependency>
  19. <Dependency>libbsd-devel</Dependency>
  20. </BuildDependencies>
  21. <Patches>
  22. </Patches>
  23. </Source>
  24. <Package>
  25. <Name>libtdb</Name>
  26. <RuntimeDependencies>
  27. </RuntimeDependencies>
  28. <Files>
  29. <Path fileType="executable">/usr/bin</Path>
  30. <Path fileType="library">/usr/lib</Path>
  31. <Path fileType="man">/usr/share/man</Path>
  32. <Path fileType="doc">/usr/share/doc</Path>
  33. </Files>
  34. </Package>
  35. <Package>
  36. <Name>libtdb-devel</Name>
  37. <Summary>Development files for libtdb</Summary>
  38. <RuntimeDependencies>
  39. <Dependency release="current">libtdb</Dependency>
  40. </RuntimeDependencies>
  41. <Files>
  42. <Path fileType="data">/usr/lib/pkgconfig</Path>
  43. <Path fileType="header">/usr/include</Path>
  44. </Files>
  45. </Package>
  46. <History>
  47. <Update release="2">
  48. <Date>2020-07-01</Date>
  49. <Version>1.4.3</Version>
  50. <Comment>Version bump to 1.4.3</Comment>
  51. <Name>Suleyman Poyraz</Name>
  52. <Email>zaryob.dev@gmail.com</Email>
  53. </Update>
  54. <Update release="1">
  55. <Date>2019-09-29</Date>
  56. <Version>1.4.2</Version>
  57. <Comment>First release</Comment>
  58. <Name>Süleyman Poyraz</Name>
  59. <Email>zaryob.dev@gmail.com</Email>
  60. </Update>
  61. </History>
  62. </INARY>