pspec.xml 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>liblogging</Name>
  6. <Homepage>https://www.rsyslog.com/liblogging-0-3-1-is-now-available/</Homepage>
  7. <Packager>
  8. <Name>Marcin Bojara</Name>
  9. <Email>marcin@pisilinux.org</Email>
  10. </Packager>
  11. <License>BSD-2</License>
  12. <IsA>library</IsA>
  13. <Summary>Easy to use, portable, open source library for system logging</Summary>
  14. <Description>Liblogging offers an enhanced replacement for the syslog() call, but retains its ease of use.</Description>
  15. <Archive sha1sum="96cecdf1e6e990656863fd69428440b5870d72a8" type="targz">https://github.com/rsyslog/liblogging/archive/v1.0.6.tar.gz</Archive>
  16. </Source>
  17. <Package>
  18. <Name>liblogging</Name>
  19. <Files>
  20. <Path fileType="library">/usr/lib</Path>
  21. <Path fileType="executable">/usr/bin</Path>
  22. <Path fileType="man">/usr/share/man</Path>
  23. <Path fileType="doc">/usr/share/doc/liblogging</Path>
  24. </Files>
  25. </Package>
  26. <Package>
  27. <Name>liblogging-devel</Name>
  28. <PartOf>system.devel</PartOf>
  29. <Summary>Development files for liblogging</Summary>
  30. <RuntimeDependencies>
  31. <Dependency release="current">liblogging</Dependency>
  32. </RuntimeDependencies>
  33. <Files>
  34. <Path fileType="header">/usr/include/liblogging/stdlog.h</Path>
  35. <Path fileType="data">/usr/lib/pkgconfig/liblogging-stdlog.pc</Path>
  36. </Files>
  37. </Package>
  38. <History>
  39. <Update release="6">
  40. <Date>2020-12-09</Date>
  41. <Version>1.0.6</Version>
  42. <Comment>Rebuild.</Comment>
  43. <Name>Mustafa Cinasal</Name>
  44. <Email>muscnsl@gmail.com</Email>
  45. </Update>
  46. <Update release="5">
  47. <Date>2019-12-27</Date>
  48. <Version>1.0.6</Version>
  49. <Comment>Version bump</Comment>
  50. <Name>idris Kalp</Name>
  51. <Email>idriskalp@gmail.com</Email>
  52. </Update>
  53. <Update release="4">
  54. <Date>2018-07-19</Date>
  55. <Version>1.0.5</Version>
  56. <Comment>Rebuild</Comment>
  57. <Name>Ertuğrul Erata</Name>
  58. <Email>ertugrulerata@gmail.com</Email>
  59. </Update>
  60. <Update release="3">
  61. <Date>2017-01-30</Date>
  62. <Version>1.0.5</Version>
  63. <Comment>Rebuild.</Comment>
  64. <Name>Ertuğrul Erata</Name>
  65. <Email>ertugrulerata@gmail.com</Email>
  66. </Update>
  67. <Update release="2">
  68. <Date>2016-04-27</Date>
  69. <Version>1.0.5</Version>
  70. <Comment>Release Bump</Comment>
  71. <Name>PisiLinux Community</Name>
  72. <Email>admin@pisilinux.org</Email>
  73. </Update>
  74. <Update release="1">
  75. <Date>2016-03-08</Date>
  76. <Version>1.0.5</Version>
  77. <Comment>First release</Comment>
  78. <Name>Alihan Öztürk</Name>
  79. <Email>alihan@pisilinux.org</Email>
  80. </Update>
  81. </History>
  82. </PISI>