pspec.xml 3.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>hunspell</Name>
  6. <Homepage>http://hunspell.sourceforge.net/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>MPL-1.1</License>
  12. <License>GPLv2</License>
  13. <License>LGPLv2.1</License>
  14. <IsA>library</IsA>
  15. <IsA>app:console</IsA>
  16. <Summary>An improved spell checker</Summary>
  17. <Description>hunspell spell checker is an improved replacement for myspell in Openoffice.org. It is also used in Firefox and Thunderbird as spell checker.</Description>
  18. <Archive sha1sum="6572d1459deafd358b886d4482c179b715bc92e8" type="targz">https://github.com/hunspell/hunspell/archive/v1.6.2.tar.gz</Archive>
  19. <BuildDependencies>
  20. <Dependency>ncurses-devel</Dependency>
  21. <Dependency>readline-devel</Dependency>
  22. </BuildDependencies>
  23. <Patches>
  24. <!-- <Patch>hunspell-1.2.2-renameexes.patch</Patch> -->
  25. <!-- <Patch level="1">15_OOo_paths.patch</Patch> -->
  26. <!-- <Patch level="1">ubuntu_affix.patch</Patch> -->
  27. </Patches>
  28. </Source>
  29. <Package>
  30. <Name>hunspell</Name>
  31. <RuntimeDependencies>
  32. <Dependency>ncurses</Dependency>
  33. <Dependency>libgcc</Dependency>
  34. <Dependency>readline</Dependency>
  35. </RuntimeDependencies>
  36. <Files>
  37. <Path fileType="library">/usr/lib</Path>
  38. <Path fileType="executable">/usr/bin</Path>
  39. <Path fileType="localedata">/usr/share/locale</Path>
  40. <Path fileType="man">/usr/share/man</Path>
  41. <Path fileType="man">/usr/share/doc</Path>
  42. </Files>
  43. <AdditionalFiles>
  44. <AdditionalFile target="/usr/bin/ispellaff2myspell" permission="0755" owner="root">ispellaff2myspell</AdditionalFile>
  45. <AdditionalFile target="/usr/bin/wordlist2hunspell" permission="0755" owner="root">wordlist2hunspell</AdditionalFile>
  46. </AdditionalFiles>
  47. </Package>
  48. <Package>
  49. <Name>hunspell-devel</Name>
  50. <Summary>Development files for hunspell</Summary>
  51. <RuntimeDependencies>
  52. <Dependency release="current">hunspell</Dependency>
  53. </RuntimeDependencies>
  54. <Files>
  55. <Path fileType="header">/usr/include</Path>
  56. <Path fileType="data">/usr/lib/pkgconfig</Path>
  57. <Path fileType="library">/usr/lib/*.a</Path>
  58. <Path fileType="man">/usr/share/man/man3</Path>
  59. </Files>
  60. </Package>
  61. <History>
  62. <Update release="4">
  63. <Date>2018-01-16</Date>
  64. <Version>1.6.2</Version>
  65. <Comment>Version bump.</Comment>
  66. <Name>Mustafa Cinasal</Name>
  67. <Email>muscnsl@gmail.com</Email>
  68. </Update>
  69. <Update release="3">
  70. <Date>2017-03-02</Date>
  71. <Version>1.6.0</Version>
  72. <Comment>Version Bump</Comment>
  73. <Name>Ayhan Yalçınsoy</Name>
  74. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  75. </Update>
  76. <Update release="2">
  77. <Date>2016-06-09</Date>
  78. <Version>1.3.3</Version>
  79. <Comment>Release Bump</Comment>
  80. <Name>Pisi Linux Community</Name>
  81. <Email>admin@pisilinux.org</Email>
  82. </Update>
  83. <Update release="1">
  84. <Date>2014-07-10</Date>
  85. <Version>1.3.3</Version>
  86. <Comment>First release</Comment>
  87. <Name>Vedat Demir</Name>
  88. <Email>vedat@pisilinux.com</Email>
  89. </Update>
  90. </History>
  91. </PISI>