pspec.xml 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>gettext</Name>
  6. <Homepage>http://www.gnu.org/software/gettext/gettext.html</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv3+</License>
  12. <IsA>app:console</IsA>
  13. <IsA>library</IsA>
  14. <Summary>GNU libraries and utilities for producing multi-lingual messages</Summary>
  15. <Description>The GNU gettext package provides a set of tools and documentation for producing multi-lingual messages in programs. Tools include a set of conventions about how programs should be written to support message catalogs, a directory and file naming organization for the message catalogs, a runtime library which supports the retrieval of translated messages, and stand-alone programs for handling the translatable and the already translated strings. Gettext provides an easy to use library and tools for creating, using, and modifying natural language catalogs and is a powerful and simple method for internationalizing programs.</Description>
  16. <Archive sha1sum="1c3911796312efd8119da7a292edef305bdb71bb" type="targz">http://ftp.gnu.org/pub/gnu/gettext/gettext-0.22.5.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>acl-devel</Dependency>
  19. <Dependency>glib2-devel</Dependency>
  20. <Dependency>ncurses-devel</Dependency>
  21. <Dependency>libunistring-devel</Dependency>
  22. <Dependency>libxml2-devel</Dependency>
  23. <!-- <Dependency versionFrom="8.0.1">readline-devel</Dependency> -->
  24. </BuildDependencies>
  25. <Patches>
  26. <!-- <Patch level="1">gettext-0.21-gnulib-perror-tests.patch</Patch> -->
  27. <!-- <Patch level="1">fedora/gettext-0.22-disable-libtextstyle.patch</Patch> -->
  28. </Patches>
  29. </Source>
  30. <Package>
  31. <Name>gettext-docs</Name>
  32. <PartOf>system.doc</PartOf>
  33. <RuntimeDependencies>
  34. <Dependency>gettext</Dependency>
  35. </RuntimeDependencies>
  36. <Files>
  37. <Path fileType="doc">/usr/share/doc/gettext/html</Path>
  38. </Files>
  39. </Package>
  40. <Package>
  41. <Name>gettext</Name>
  42. <RuntimeDependencies>
  43. <Dependency>acl</Dependency>
  44. <Dependency>glib2</Dependency>
  45. <Dependency>ncurses</Dependency>
  46. <Dependency>libgcc</Dependency>
  47. <Dependency>libunistring</Dependency>
  48. <Dependency>libgomp</Dependency>
  49. <Dependency>libxml2</Dependency>
  50. </RuntimeDependencies>
  51. <Files>
  52. <Path fileType="executable">/usr/bin</Path>
  53. <Path fileType="library">/usr/lib</Path>
  54. <Path fileType="data">/usr/share/gettext-0.21</Path>
  55. <Path fileType="data">/usr/share/gettext</Path>
  56. <Path fileType="data">/usr/share/gettext-*</Path>
  57. <Path fileType="localedata">/usr/share/locale</Path>
  58. <Path fileType="info">/usr/share/info</Path>
  59. <Path fileType="man">/usr/share/man</Path>
  60. <Path fileType="doc">/usr/share/doc</Path>
  61. </Files>
  62. </Package>
  63. <Package>
  64. <Name>gettext-devel</Name>
  65. <PartOf>system.devel</PartOf>
  66. <Summary>Development files for gettext</Summary>
  67. <RuntimeDependencies>
  68. <Dependency release="current">gettext</Dependency>
  69. </RuntimeDependencies>
  70. <Files>
  71. <Path fileType="data">/usr/share/aclocal</Path>
  72. <Path fileType="header">/usr/include</Path>
  73. <!-- FIXME: Remove this if not necessary -->
  74. <Path fileType="man">/usr/share/man/man3</Path>
  75. </Files>
  76. </Package>
  77. <History>
  78. <Update release="21">
  79. <Date>2024-10-05</Date>
  80. <Version>0.22.5</Version>
  81. <Comment>Rebuild.</Comment>
  82. <Name>Pisi Linux Community</Name>
  83. <Email>admin@pisilinux.org</Email>
  84. </Update>
  85. <Update release="20">
  86. <Date>2024-07-06</Date>
  87. <Version>0.22.5</Version>
  88. <Comment>Version bump.</Comment>
  89. <Name>Pisi Linux Community</Name>
  90. <Email>admin@pisilinux.org</Email>
  91. </Update>
  92. <Update release="19">
  93. <Date>2024-06-01</Date>
  94. <Version>0.22.4</Version>
  95. <Comment>Rebuild.</Comment>
  96. <Name>Mustafa Cinasal</Name>
  97. <Email>muscnsl@gmail.com</Email>
  98. </Update>
  99. <Update release="18">
  100. <Date>2023-11-20</Date>
  101. <Version>0.22.4</Version>
  102. <Comment>Version bump.</Comment>
  103. <Name>Mustafa Cinasal</Name>
  104. <Email>muscnsl@gmail.com</Email>
  105. </Update>
  106. <Update release="17">
  107. <Date>2023-10-21</Date>
  108. <Version>0.22.3</Version>
  109. <Comment>Version bump.</Comment>
  110. <Name>Mustafa Cinasal</Name>
  111. <Email>muscnsl@gmail.com</Email>
  112. </Update>
  113. <Update release="16">
  114. <Date>2023-10-06</Date>
  115. <Version>0.22.3</Version>
  116. <Comment>Version bump.</Comment>
  117. <Name>Mustafa Cinasal</Name>
  118. <Email>muscnsl@gmail.com</Email>
  119. </Update>
  120. <Update release="15">
  121. <Date>2023-09-21</Date>
  122. <Version>0.22.2</Version>
  123. <Comment>Version bump.</Comment>
  124. <Name>Mustafa Cinasal</Name>
  125. <Email>muscnsl@gmail.com</Email>
  126. </Update>
  127. <Update release="14">
  128. <Date>2023-08-22</Date>
  129. <Version>0.22</Version>
  130. <Comment>Rebuild.</Comment>
  131. <Name>Mustafa Cinasal</Name>
  132. <Email>muscnsl@gmail.com</Email>
  133. </Update>
  134. <Update release="13">
  135. <Date>2023-06-19</Date>
  136. <Version>0.22</Version>
  137. <Comment>Version bump.</Comment>
  138. <Name>Mustafa Cinasal</Name>
  139. <Email>muscnsl@gmail.com</Email>
  140. </Update>
  141. <Update release="12">
  142. <Date>2023-01-28</Date>
  143. <Version>0.21</Version>
  144. <Comment>Rebuild.</Comment>
  145. <Name>Mustafa Cinasal</Name>
  146. <Email>muscnsl@gmail.com</Email>
  147. </Update>
  148. <Update release="11">
  149. <Date>2022-10-31</Date>
  150. <Version>0.21</Version>
  151. <Comment>Rebuild.</Comment>
  152. <Name>Mustafa Cinasal</Name>
  153. <Email>muscnsl@gmail.com</Email>
  154. </Update>
  155. <Update release="10">
  156. <Date>2022-07-18</Date>
  157. <Version>0.21</Version>
  158. <Comment>Rebuild.</Comment>
  159. <Name>Mustafa Cinasal</Name>
  160. <Email>muscnsl@gmail.com</Email>
  161. </Update>
  162. <Update release="9">
  163. <Date>2022-05-09</Date>
  164. <Version>0.21</Version>
  165. <Comment>Rebuild.</Comment>
  166. <Name>Mustafa Cinasal</Name>
  167. <Email>muscnsl@gmail.com</Email>
  168. </Update>
  169. <Update release="8">
  170. <Date>2021-10-02</Date>
  171. <Version>0.21</Version>
  172. <Comment>Rebuild.</Comment>
  173. <Name>Mustafa Cinasal</Name>
  174. <Email>muscnsl@gmail.com</Email>
  175. </Update>
  176. <Update release="7">
  177. <Date>2021-05-27</Date>
  178. <Version>0.21</Version>
  179. <Comment>Rebuild.</Comment>
  180. <Name>Mustafa Cinasal</Name>
  181. <Email>muscnsl@gmail.com</Email>
  182. </Update>
  183. <Update release="6">
  184. <Date>2020-12-09</Date>
  185. <Version>0.21</Version>
  186. <Comment>Version bump</Comment>
  187. <Name>Idris Kalp</Name>
  188. <Email>idriskalp@gmail.com</Email>
  189. </Update>
  190. <Update release="5">
  191. <Date>2019-12-11</Date>
  192. <Version>0.20.1</Version>
  193. <Comment>Version bump</Comment>
  194. <Name>Idris Kalp</Name>
  195. <Email>idriskalp@gmail.com</Email>
  196. </Update>
  197. <Update release="4">
  198. <Date>2018-07-20</Date>
  199. <Version>0.19.8.1</Version>
  200. <Comment>Rebuild</Comment>
  201. <Name>Ertuğrul Erata</Name>
  202. <Email>ertugrulerata@gmail.com</Email>
  203. </Update>
  204. <Update release="3">
  205. <Date>2017-02-16</Date>
  206. <Version>0.19.8.1</Version>
  207. <Comment>Version bump.</Comment>
  208. <Name>Ertuğrul Erata</Name>
  209. <Email>ertugrulerata@gmail.com</Email>
  210. </Update>
  211. <Update release="2">
  212. <Date>2016-04-27</Date>
  213. <Version>0.19.7</Version>
  214. <Comment>Release Bump</Comment>
  215. <Name>PisiLinux Community</Name>
  216. <Email>admin@pisilinux.org</Email>
  217. </Update>
  218. <Update release="1">
  219. <Date>2016-02-28</Date>
  220. <Version>0.19.7</Version>
  221. <Comment>First release</Comment>
  222. <Name>Ertuğrul Erata</Name>
  223. <Email>ertugrulerata@gmail.com</Email>
  224. </Update>
  225. </History>
  226. </PISI>