pspec.xml 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libfastjson</Name>
  6. <Homepage>https://github.com/rsyslog/libfastjson</Homepage>
  7. <Packager>
  8. <Name>Ertuğrul Erata</Name>
  9. <Email>ertugrulerata@gmail.com</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>library</IsA>
  13. <Summary>A performance-focused json library for C</Summary>
  14. <Description>A performance-focused json library for C</Description>
  15. <Archive sha1sum="df1ab2602bc73cf4c49a16860cf6a065b636fe6d" type="targz">https://github.com/rsyslog/libfastjson/archive/v0.99.8.tar.gz</Archive>
  16. </Source>
  17. <Package>
  18. <Name>libfastjson</Name>
  19. <Files>
  20. <Path fileType="library">/usr/lib</Path>
  21. <Path fileType="doc">/usr/share/doc</Path>
  22. </Files>
  23. </Package>
  24. <Package>
  25. <Name>libfastjson-devel</Name>
  26. <PartOf>system.devel</PartOf>
  27. <Summary>Development files for libfastjson</Summary>
  28. <RuntimeDependencies>
  29. <Dependency release="current">libfastjson</Dependency>
  30. </RuntimeDependencies>
  31. <Files>
  32. <Path fileType="header">/usr/include</Path>
  33. <Path fileType="library">/usr/lib/pkgconfig</Path>
  34. </Files>
  35. </Package>
  36. <History>
  37. <Update release="4">
  38. <Date>2020-12-09</Date>
  39. <Version>0.99.8</Version>
  40. <Comment>Rebuild.</Comment>
  41. <Name>Mustafa Cinasal</Name>
  42. <Email>muscnsl@gmail.com</Email>
  43. </Update>
  44. <Update release="3">
  45. <Date>2019-12-27</Date>
  46. <Version>0.99.8</Version>
  47. <Comment>Version bump</Comment>
  48. <Name>idris Kalp</Name>
  49. <Email>idriskalp@gmail.com</Email>
  50. </Update>
  51. <Update release="2">
  52. <Date>2018-07-19</Date>
  53. <Version>0.99.4</Version>
  54. <Comment>Rebuild</Comment>
  55. <Name>Ertuğrul Erata</Name>
  56. <Email>ertugrulerata@gmail.com</Email>
  57. </Update>
  58. <Update release="1">
  59. <Date>2017-01-30</Date>
  60. <Version>0.99.4</Version>
  61. <Comment>First release</Comment>
  62. <Name>Ertuğrul Erata</Name>
  63. <Email>ertugrulerata@gmail.com</Email>
  64. </Update>
  65. </History>
  66. </PISI>