pspec.xml 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>liblogging</Name>
  6. <Homepage>http://www.liblogging.org</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="e202bf9412747ecd384678e8b3024a4646d45c2f" type="targz">https://sourceforge.net/projects/pisilinux/files/source/liblogging-1.0.5.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="3">
  40. <Date>2017-01-30</Date>
  41. <Version>1.0.5</Version>
  42. <Comment>Rebuild.</Comment>
  43. <Name>Ertuğrul Erata</Name>
  44. <Email>ertugrulerata@gmail.com</Email>
  45. </Update>
  46. <Update release="2">
  47. <Date>2016-04-27</Date>
  48. <Version>1.0.5</Version>
  49. <Comment>Release Bump</Comment>
  50. <Name>PisiLinux Community</Name>
  51. <Email>admin@pisilinux.org</Email>
  52. </Update>
  53. <Update release="1">
  54. <Date>2016-03-08</Date>
  55. <Version>1.0.5</Version>
  56. <Comment>First release</Comment>
  57. <Name>Alihan Öztürk</Name>
  58. <Email>alihan@pisilinux.org</Email>
  59. </Update>
  60. </History>
  61. </PISI>