pspec.xml 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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="ff1190db8de279f950c242c6f4c5d5cdc2cbdc49" type="targz">mirrors://gnu/aspell/aspell-0.60.6.1.tar.gz</Archive>
  16. <Patches>
  17. <Patch level="1">fedora/aspell-0.60.3-install_info.patch</Patch>
  18. <Patch level="1">fedora/aspell-0.60.5-fileconflict.patch</Patch>
  19. <Patch level="1">fedora/aspell-0.60.5-pspell_conf.patch</Patch>
  20. <Patch level="1">fedora/aspell-0.60.6-mp.patch</Patch>
  21. <Patch level="1">fedora/aspell-0.60.6-zero.patch</Patch>
  22. </Patches>
  23. </Source>
  24. <Package>
  25. <Name>aspell</Name>
  26. <RuntimeDependencies>
  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/aspell</Path>
  33. <Path fileType="doc">/usr/share/doc</Path>
  34. <Path fileType="man">/usr/share/man</Path>
  35. <Path fileType="info">/usr/share/info</Path>
  36. <Path fileType="localedata">/usr/share/locale</Path>
  37. </Files>
  38. </Package>
  39. <Package>
  40. <Name>aspell-devel</Name>
  41. <Summary>Development files for aspell</Summary>
  42. <RuntimeDependencies>
  43. <Dependency release="current">aspell</Dependency>
  44. </RuntimeDependencies>
  45. <Files>
  46. <Path fileType="header">/usr/include</Path>
  47. <Path fileType="info">/usr/share/info/aspell-dev.info</Path>
  48. </Files>
  49. </Package>
  50. <History>
  51. <Update release="3">
  52. <Date>2017-02-28</Date>
  53. <Version>0.60.6.1</Version>
  54. <Comment>Rebuild for new toolchain.</Comment>
  55. <Name>Pisi Linux Community</Name>
  56. <Email>admin@pisilinux.org</Email>
  57. </Update>
  58. <Update release="2">
  59. <Date>2016-06-09</Date>
  60. <Version>0.60.6.1</Version>
  61. <Comment>Release Bump</Comment>
  62. <Name>Pisi Linux Community</Name>
  63. <Email>admin@pisilinux.org</Email>
  64. </Update>
  65. <Update release="1">
  66. <Date>2014-05-25</Date>
  67. <Version>0.60.6.1</Version>
  68. <Comment>First release</Comment>
  69. <Name>Yusuf Aydemir</Name>
  70. <Email>yusuf.aydemir@pisilinux.org</Email>
  71. </Update>
  72. </History>
  73. </PISI>