pspec.xml 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libxml2</Name>
  6. <Homepage>http://www.xmlsoft.org/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>MIT</License>
  12. <IsA>library</IsA>
  13. <Summary>Version 2 of the library to manipulate XML files</Summary>
  14. <Description>Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform).</Description>
  15. <Archive sha1sum="958ae70baf186263a4bd801a81dd5d682aedd1db" type="targz">ftp://xmlsoft.org/libxml2/libxml2-2.9.4.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>python-devel</Dependency>
  18. <Dependency>xz-devel</Dependency>
  19. <Dependency>zlib-devel</Dependency>
  20. <Dependency>readline-devel</Dependency>
  21. </BuildDependencies>
  22. <Patches>
  23. <!-- <Patch level="1">CVE-2014-0191.patch</Patch> -->
  24. </Patches>
  25. </Source>
  26. <Package>
  27. <Name>libxml2-docs</Name>
  28. <PartOf>system.doc</PartOf>
  29. <RuntimeDependencies>
  30. <Dependency>libxml2</Dependency>
  31. </RuntimeDependencies>
  32. <Files>
  33. <Path fileType="doc">/usr/share/doc</Path>
  34. </Files>
  35. </Package>
  36. <Package>
  37. <Name>libxml2</Name>
  38. <RuntimeDependencies>
  39. <Dependency>xz</Dependency>
  40. <Dependency>zlib</Dependency>
  41. <Dependency>python</Dependency>
  42. <Dependency>readline</Dependency>
  43. </RuntimeDependencies>
  44. <Files>
  45. <Path fileType="executable">/usr/bin</Path>
  46. <Path fileType="library">/usr/lib</Path>
  47. <Path fileType="man">/usr/share/man</Path>
  48. </Files>
  49. </Package>
  50. <Package>
  51. <Name>libxml2-devel</Name>
  52. <PartOf>system.devel</PartOf>
  53. <Summary>Development files for libxml2</Summary>
  54. <RuntimeDependencies>
  55. <Dependency release="current">libxml2</Dependency>
  56. </RuntimeDependencies>
  57. <Files>
  58. <Path fileType="data">/usr/lib/pkgconfig</Path>
  59. <Path fileType="data">/usr/lib32/pkgconfig</Path>
  60. <Path fileType="header">/usr/include</Path>
  61. <Path fileType="data">/usr/share/aclocal</Path>
  62. <Path fileType="man">/usr/share/man/man3</Path>
  63. </Files>
  64. </Package>
  65. <Package>
  66. <Name>libxml2-32bit</Name>
  67. <PartOf>emul32</PartOf>
  68. <Summary>32-bit shared libraries for libxml2</Summary>
  69. <BuildType>emul32</BuildType>
  70. <BuildDependencies>
  71. <Dependency>xz-32bit</Dependency>
  72. <Dependency>zlib-32bit</Dependency>
  73. <Dependency>readline-32bit</Dependency>
  74. </BuildDependencies>
  75. <RuntimeDependencies>
  76. <Dependency release="current">libxml2</Dependency>
  77. <Dependency>xz-32bit</Dependency>
  78. <Dependency>zlib-32bit</Dependency>
  79. </RuntimeDependencies>
  80. <Files>
  81. <Path fileType="library">/usr/lib32</Path>
  82. </Files>
  83. </Package>
  84. <History>
  85. <Update release="4">
  86. <Date>2017-01-24</Date>
  87. <Version>2.9.4</Version>
  88. <Comment>Version bump.</Comment>
  89. <Name>Ertuğrul Erata</Name>
  90. <Email>ertugrulerata@gmail.com</Email>
  91. </Update>
  92. <Update release="3">
  93. <Date>2017-01-08</Date>
  94. <Version>2.9.3</Version>
  95. <Comment>Rebuild with new toolchain.</Comment>
  96. <Name>Ertuğrul Erata</Name>
  97. <Email>ertugrulerata@gmail.com</Email>
  98. </Update>
  99. <Update release="2">
  100. <Date>2016-04-27</Date>
  101. <Version>2.9.3</Version>
  102. <Comment>Release Bump</Comment>
  103. <Name>PisiLinux Community</Name>
  104. <Email>admin@pisilinux.org</Email>
  105. </Update>
  106. <Update release="1">
  107. <Date>2016-03-04</Date>
  108. <Version>2.9.3</Version>
  109. <Comment>First release</Comment>
  110. <Name>Alihan Öztürk</Name>
  111. <Email>alihan@pisilinux.org</Email>
  112. </Update>
  113. </History>
  114. </PISI>