pspec.xml 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>aspell</Name>
  6. <Homepage>http://aspell.net/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2</License>
  12. <IsA>app:console</IsA>
  13. <Summary>A multi-language spellchecker</Summary>
  14. <Description>Aspell is a spellchecker that has dictionaries for more than one language and is written as a replacement to ispell.</Description>
  15. <Archive sha1sum="ae554df297aee676b4d16f261fa5c60e285478f6" type="targz">mirrors://gnu/aspell/aspell-0.60.8.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>ncurses-devel</Dependency>
  18. </BuildDependencies>
  19. <Patches>
  20. <!--
  21. <Patch level="1">fedora/aspell-0.60.3-install_info.patch</Patch>
  22. -->
  23. <!--
  24. <Patch level="1">fedora/aspell-0.60.5-fileconflict.patch</Patch>
  25. <Patch level="1">fedora/aspell-0.60.5-pspell_conf.patch</Patch>
  26. <Patch level="1">fedora/aspell-0.60.6-mp.patch</Patch>
  27. -->
  28. <!--
  29. <Patch level="1">fedora/aspell-0.60.6-zero.patch</Patch>
  30. -->
  31. <Patch level="1">fedora/aspell-0.60.7-fileconflict.patch</Patch>
  32. <Patch level="1">fedora/aspell-0.60.7-mp.patch</Patch>
  33. <Patch level="1">fedora/aspell-0.60.7-pspell_conf.patch</Patch>
  34. </Patches>
  35. </Source>
  36. <Package>
  37. <Name>aspell</Name>
  38. <RuntimeDependencies>
  39. <Dependency>libgcc</Dependency>
  40. <Dependency>ncurses</Dependency>
  41. </RuntimeDependencies>
  42. <Files>
  43. <Path fileType="executable">/usr/bin</Path>
  44. <Path fileType="library">/usr/lib</Path>
  45. <Path fileType="data">/usr/share/aspell</Path>
  46. <Path fileType="doc">/usr/share/doc</Path>
  47. <Path fileType="man">/usr/share/man</Path>
  48. <Path fileType="info">/usr/share/info</Path>
  49. <Path fileType="localedata">/usr/share/locale</Path>
  50. </Files>
  51. </Package>
  52. <Package>
  53. <Name>aspell-devel</Name>
  54. <Summary>Development files for aspell</Summary>
  55. <RuntimeDependencies>
  56. <Dependency release="current">aspell</Dependency>
  57. </RuntimeDependencies>
  58. <Files>
  59. <Path fileType="header">/usr/include</Path>
  60. <Path fileType="info">/usr/share/info/aspell-dev.info</Path>
  61. </Files>
  62. </Package>
  63. <History>
  64. <Update release="6">
  65. <Date>2021-05-25</Date>
  66. <Version>0.60.8</Version>
  67. <Comment>Rebuild.</Comment>
  68. <Name>Pisi Linux Community</Name>
  69. <Email>admin@pisilinux.org</Email>
  70. </Update>
  71. <Update release="5">
  72. <Date>2020-01-15</Date>
  73. <Version>0.60.8</Version>
  74. <Comment>Version bump</Comment>
  75. <Name>Pisi Linux Community</Name>
  76. <Email>admin@pisilinux.org</Email>
  77. </Update>
  78. <Update release="4">
  79. <Date>2018-09-16</Date>
  80. <Version>0.60.6.1</Version>
  81. <Comment>Rebuild for new toolchain.</Comment>
  82. <Name>Pisi Linux Community</Name>
  83. <Email>admin@pisilinux.org</Email>
  84. </Update>
  85. <Update release="3">
  86. <Date>2017-02-28</Date>
  87. <Version>0.60.6.1</Version>
  88. <Comment>Rebuild for new toolchain.</Comment>
  89. <Name>Pisi Linux Community</Name>
  90. <Email>admin@pisilinux.org</Email>
  91. </Update>
  92. <Update release="2">
  93. <Date>2016-06-09</Date>
  94. <Version>0.60.6.1</Version>
  95. <Comment>Release Bump</Comment>
  96. <Name>Pisi Linux Community</Name>
  97. <Email>admin@pisilinux.org</Email>
  98. </Update>
  99. <Update release="1">
  100. <Date>2014-05-25</Date>
  101. <Version>0.60.6.1</Version>
  102. <Comment>First release</Comment>
  103. <Name>Yusuf Aydemir</Name>
  104. <Email>yusuf.aydemir@pisilinux.org</Email>
  105. </Update>
  106. </History>
  107. </PISI>