pspec.xml 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>xapian-core</Name>
  6. <Homepage>http://www.oligarchy.co.uk/xapian</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>library</IsA>
  13. <IsA>app:console</IsA>
  14. <Summary>Probabilistic Information Retrieval library</Summary>
  15. <Description>Xapian is an Open Source Probabilistic Information Retrieval Library. It offers a highly adaptable toolkit that allows developers to easily add advanced indexing and search facilities to applications.</Description>
  16. <Archive sha1sum="77d8af79cf77fc700298e6e542844c69aed33cf9" type="tarxz">https://oligarchy.co.uk/xapian/1.4.3/xapian-core-1.4.3.tar.xz</Archive>
  17. <BuildDependencies>
  18. <Dependency>zlib-devel</Dependency>
  19. <Dependency>libutil-linux-devel</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>xapian-core</Name>
  24. <RuntimeDependencies>
  25. <Dependency>zlib</Dependency>
  26. <Dependency>libutil-linux</Dependency>
  27. <Dependency>libgcc</Dependency>
  28. </RuntimeDependencies>
  29. <Files>
  30. <Path fileType="executable">/usr/bin</Path>
  31. <Path fileType="library">/usr/lib</Path>
  32. <Path fileType="data">/usr/share</Path>
  33. <Path fileType="doc">/usr/share/doc</Path>
  34. <Path fileType="man">/usr/share/man</Path>
  35. </Files>
  36. </Package>
  37. <Package>
  38. <Name>xapian-core-devel</Name>
  39. <IsA>library</IsA>
  40. <Summary>Development headers for xapian-core</Summary>
  41. <Description>xapian-core-devel provides development headers for xapian-core.</Description>
  42. <RuntimeDependencies>
  43. <Dependency release="current">xapian-core</Dependency>
  44. </RuntimeDependencies>
  45. <Files>
  46. <Path fileType="executable">/usr/bin/xapian-config*</Path>
  47. <Path fileType="header">/usr/include</Path>
  48. <Path fileType="library">/usr/lib/pkgconfig</Path>
  49. <Path fileType="library">/usr/lib/cmake/xapian</Path>
  50. <Path fileType="data">/usr/share/aclocal</Path>
  51. </Files>
  52. </Package>
  53. <Package>
  54. <Name>xapian-core-docs</Name>
  55. <IsA>data:doc</IsA>
  56. <Summary>Documentation files for xapian-core</Summary>
  57. <Description>xapian-core-docs provides documentation files for xapian-core.</Description>
  58. <RuntimeDependencies>
  59. <Dependency release="current">xapian-core</Dependency>
  60. </RuntimeDependencies>
  61. <Files>
  62. <Path fileType="doc">/usr/share/doc/xapian-core/*html</Path>
  63. <Path fileType="doc">/usr/share/doc/xapian-core/apidoc.pdf</Path>
  64. <Path fileType="doc">/usr/share/doc/xapian-core/apidoc/</Path>
  65. </Files>
  66. </Package>
  67. <History>
  68. <Update release="4">
  69. <Date>2017-09-20</Date>
  70. <Version>1.4.3</Version>
  71. <Comment>Release bump.</Comment>
  72. <Name>Stefan Gronewold(groni)</Name>
  73. <Email>groni@pisilinux.org</Email>
  74. </Update>
  75. <Update release="3">
  76. <Date>2017-03-03</Date>
  77. <Version>1.12.18</Version>
  78. <Comment>Rebuild for new Toolchain.</Comment>
  79. <Name>Stefan Gronewold(groni)</Name>
  80. <Email>groni@pisilinux.org</Email>
  81. </Update>
  82. <Update release="2">
  83. <Date>2016-06-09</Date>
  84. <Version>1.12.18</Version>
  85. <Comment>Release Bump</Comment>
  86. <Name>Pisi Linux Community</Name>
  87. <Email>admin@pisilinux.org</Email>
  88. </Update>
  89. <Update release="1">
  90. <Date>2014-09-02</Date>
  91. <Version>1.12.18</Version>
  92. <Comment>First release</Comment>
  93. <Type package="xapian-core">critical</Type>
  94. <Name>Yusuf Aydemir</Name>
  95. <Email>yusuf.aydemir@pisilinux.org</Email>
  96. </Update>
  97. </History>
  98. </PISI>