pspec.xml 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>log4cxx</Name>
  6. <Homepage>http://logging.apache.org/log4cxx</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>Apache-2.0</License>
  12. <IsA>library</IsA>
  13. <Summary>Apache log4cxx is a logging framework for C++</Summary>
  14. <Description>Log4cxx is a popular logging package written in C++. One of its distinctive features is the notion of inheritance in loggers. Using a logger hierarchy it is possible to control which log statements are output at arbitrary granularity. This helps reduce the volume of logged output and minimize the cost of logging.</Description>
  15. <Archive sha1sum="d79c053e8ac90f66c5e873b712bb359fd42b648d" type="targz">http://www.us.apache.org/dist/logging/log4cxx/0.10.0/apache-log4cxx-0.10.0.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>apr-devel</Dependency>
  18. <Dependency>apr-util-devel</Dependency>
  19. </BuildDependencies>
  20. <Patches>
  21. <Patch level="1">log4cxx-0.10.0-missing_includes.patch</Patch>
  22. </Patches>
  23. </Source>
  24. <Package>
  25. <Name>log4cxx</Name>
  26. <RuntimeDependencies>
  27. <Dependency>apr</Dependency>
  28. <Dependency>libgcc</Dependency>
  29. <Dependency>apr-util</Dependency>
  30. </RuntimeDependencies>
  31. <Files>
  32. <Path fileType="library">/usr/lib</Path>
  33. <Path fileType="data">/usr/share/log4cxx</Path>
  34. <Path fileType="doc">/usr/share/doc</Path>
  35. </Files>
  36. </Package>
  37. <Package>
  38. <Name>log4cxx-devel</Name>
  39. <Summary>Development files for log4cxx</Summary>
  40. <RuntimeDependencies>
  41. <Dependency release="current">log4cxx</Dependency>
  42. </RuntimeDependencies>
  43. <Files>
  44. <Path fileType="header">/usr/include</Path>
  45. <Path fileType="data">/usr/lib/pkgconfig</Path>
  46. </Files>
  47. </Package>
  48. <History>
  49. <Update release="6">
  50. <Date>2016-03-24</Date>
  51. <Version>0.10.0</Version>
  52. <Comment>Rebuilt with docker</Comment>
  53. <Name>İbrahim KARAGÜZEL</Name>
  54. <Email>karaguzelibrahim@gmail.com</Email>
  55. </Update>
  56. <Update release="5">
  57. <Date>2014-05-26</Date>
  58. <Version>0.10.0</Version>
  59. <Comment>Rebuild.</Comment>
  60. <Name>Kamil Atlı</Name>
  61. <Email>suvarice@gmail.com</Email>
  62. </Update>
  63. <Update release="4">
  64. <Date>2014-02-19</Date>
  65. <Version>0.10</Version>
  66. <Comment>Rebuild Unused</Comment>
  67. <Name>Varol Maksutoğlu</Name>
  68. <Email>waroi@pisilinux.org</Email>
  69. </Update>
  70. <Update release="3">
  71. <Date>2013-12-28</Date>
  72. <Version>0.10</Version>
  73. <Comment>Rebuild</Comment>
  74. <Name>PisiLinux Community</Name>
  75. <Email>admins@pisilinux.org</Email>
  76. </Update>
  77. <Update release="2">
  78. <Date>2013-08-26</Date>
  79. <Version>0.10</Version>
  80. <Comment>Release bump.</Comment>
  81. <Name>Serdar Soytetir</Name>
  82. <Email>kaptan@pisilinux.org</Email>
  83. </Update>
  84. <Update release="1">
  85. <Date>2009-08-04</Date>
  86. <Version>0.10</Version>
  87. <Comment>First release</Comment>
  88. <Name>Pisi Linux Admins</Name>
  89. <Email>admins@pisilinux.org</Email>
  90. </Update>
  91. </History>
  92. </PISI>