pspec.xml 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://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="4dad447866dd315d9042715b5a64d2180e713da8" type="targz">https://github.com/hunspell/hunspell/archive/v1.7.2.tar.gz</Archive>
  19. <BuildDependencies>
  20. <Dependency>gettext-devel</Dependency>
  21. <Dependency>ncurses-devel</Dependency>
  22. <Dependency>readline-devel</Dependency>
  23. </BuildDependencies>
  24. <Patches>
  25. <!-- <Patch>hunspell-1.2.2-renameexes.patch</Patch> -->
  26. <!-- <Patch level="1">15_OOo_paths.patch</Patch> -->
  27. <!-- <Patch level="1">ubuntu_affix.patch</Patch> -->
  28. </Patches>
  29. </Source>
  30. <Package>
  31. <Name>hunspell</Name>
  32. <RuntimeDependencies>
  33. <Dependency>ncurses</Dependency>
  34. <Dependency>libgcc</Dependency>
  35. <Dependency>readline</Dependency>
  36. </RuntimeDependencies>
  37. <Files>
  38. <Path fileType="library">/usr/lib</Path>
  39. <Path fileType="executable">/usr/bin</Path>
  40. <Path fileType="localedata">/usr/share/locale</Path>
  41. <Path fileType="man">/usr/share/man</Path>
  42. <Path fileType="man">/usr/share/doc</Path>
  43. </Files>
  44. <AdditionalFiles>
  45. <AdditionalFile target="/usr/bin/ispellaff2myspell" permission="0755" owner="root">ispellaff2myspell</AdditionalFile>
  46. <AdditionalFile target="/usr/bin/wordlist2hunspell" permission="0755" owner="root">wordlist2hunspell</AdditionalFile>
  47. </AdditionalFiles>
  48. </Package>
  49. <Package>
  50. <Name>hunspell-devel</Name>
  51. <Summary>Development files for hunspell</Summary>
  52. <RuntimeDependencies>
  53. <Dependency release="current">hunspell</Dependency>
  54. </RuntimeDependencies>
  55. <Files>
  56. <Path fileType="header">/usr/include</Path>
  57. <Path fileType="data">/usr/lib/pkgconfig</Path>
  58. <Path fileType="library">/usr/lib/*.a</Path>
  59. <Path fileType="man">/usr/share/man/man3</Path>
  60. </Files>
  61. </Package>
  62. <History>
  63. <Update release="8">
  64. <Date>2022-12-31</Date>
  65. <Version>1.7.2</Version>
  66. <Comment>Version bump.</Comment>
  67. <Name>Mustafa Cinasal</Name>
  68. <Email>muscnsl@gmail.com</Email>
  69. </Update>
  70. <Update release="7">
  71. <Date>2022-11-05</Date>
  72. <Version>1.7.1</Version>
  73. <Comment>Version bump.</Comment>
  74. <Name>Mustafa Cinasal</Name>
  75. <Email>muscnsl@gmail.com</Email>
  76. </Update>
  77. <Update release="6">
  78. <Date>2020-01-15</Date>
  79. <Version>1.7.0</Version>
  80. <Comment>Version bump.</Comment>
  81. <Name>İdris Kalp</Name>
  82. <Email>idriskalp@gmail.com</Email>
  83. </Update>
  84. <Update release="5">
  85. <Date>2018-08-06</Date>
  86. <Version>1.6.2</Version>
  87. <Comment>Version bump.</Comment>
  88. <Name>Mustafa Cinasal</Name>
  89. <Email>muscnsl@gmail.com</Email>
  90. </Update>
  91. <Update release="4">
  92. <Date>2018-01-16</Date>
  93. <Version>1.6.2</Version>
  94. <Comment>Version bump.</Comment>
  95. <Name>Mustafa Cinasal</Name>
  96. <Email>muscnsl@gmail.com</Email>
  97. </Update>
  98. <Update release="3">
  99. <Date>2017-03-02</Date>
  100. <Version>1.6.0</Version>
  101. <Comment>Version Bump</Comment>
  102. <Name>Ayhan Yalçınsoy</Name>
  103. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  104. </Update>
  105. <Update release="2">
  106. <Date>2016-06-09</Date>
  107. <Version>1.3.3</Version>
  108. <Comment>Release Bump</Comment>
  109. <Name>Pisi Linux Community</Name>
  110. <Email>admin@pisilinux.org</Email>
  111. </Update>
  112. <Update release="1">
  113. <Date>2014-07-10</Date>
  114. <Version>1.3.3</Version>
  115. <Comment>First release</Comment>
  116. <Name>Vedat Demir</Name>
  117. <Email>vedat@pisilinux.com</Email>
  118. </Update>
  119. </History>
  120. </PISI>