pspec.xml 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>icu4c</Name>
  6. <Homepage>http://site.icu-project.org/home</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>as-is</License>
  12. <IsA>library</IsA>
  13. <Summary>International Components for Unicode</Summary>
  14. <Description>ICU is a mature, widely used set of C/C++ and Java libraries for Unicode support, software internationalization and globalization (i18n/g11n). This package contains the C/C++ libraries.</Description>
  15. <!-- CAUTION! This package has a great potential to break API/ABI in minor version bumps, check for a file like:
  16. http://source.icu-project.org/repos/icu/icu/tags/release-55-1/APIChangeReport.html -->
  17. <Archive sha1sum="f7764341d196112573605881dbbf10e586d84841" type="targz">https://github.com/unicode-org/icu/releases/download/release-76-1/icu4c-76_1-src.tgz</Archive>
  18. <BuildDependencies>
  19. <Dependency>libgcc</Dependency>
  20. </BuildDependencies>
  21. <Patches>
  22. <!-- <Patch>gennorm2-man.patch</Patch> -->
  23. <!-- <Patch>icuinfo-man.patch</Patch> -->
  24. <Patch>fedora/0001-ICU-22954-USet-C-iterator-return-std-u16string.patch</Patch>
  25. <Patch>fedora/0002-ICU-22954-U_ICU_NAMESPACE_OR_INTERNAL-header-only-lo.patch</Patch>
  26. <Patch>fedora/0003-ICU-22954-intltest.h-IcuTestErrorCode-usable-without.patch</Patch>
  27. <Patch>fedora/0004-ICU-22954-header-only-test-USet-C-iterators.patch</Patch>
  28. <Patch>fedora/0005-ICU-22954-Partially-revert-PR-3295-U_ICU_NAMESPACE_O.patch</Patch>
  29. <Patch>fedora/0006-ICU-22954-USetHeaderOnlyTest-use-unique_ptr.patch</Patch>
  30. <Patch>fedora/0007-ICU-22954-Delete-copy-assign-from-IcuTestErrorCode.patch</Patch>
  31. <Patch>fedora/0008-ICU-22954-Workaround-Replace-std-u16string-member-wi.patch</Patch>
  32. <Patch>fedora/0009-ICU-22954-Revert-to-using-std-u16string-instead-of-U.patch</Patch>
  33. </Patches>
  34. </Source>
  35. <Package>
  36. <Name>icu4c</Name>
  37. <RuntimeDependencies>
  38. <Dependency>libgcc</Dependency>
  39. </RuntimeDependencies>
  40. <Files>
  41. <Path fileType="executable">/usr/bin</Path>
  42. <Path fileType="executable">/usr/sbin</Path>
  43. <Path fileType="library">/usr/lib</Path>
  44. <Path fileType="man">/usr/share/man</Path>
  45. <Path fileType="doc">/usr/share/doc/icu4c/html</Path>
  46. </Files>
  47. </Package>
  48. <Package>
  49. <Name>icu4c-devel</Name>
  50. <Summary>Development files for icu4c</Summary>
  51. <RuntimeDependencies>
  52. <Dependency release="current">icu4c</Dependency>
  53. </RuntimeDependencies>
  54. <Files>
  55. <Path fileType="executable">/usr/bin/icu-config</Path>
  56. <Path fileType="data">/usr/lib/icu</Path>
  57. <Path fileType="data">/usr/share/icu</Path>
  58. <Path fileType="header">/usr/include</Path>
  59. <Path fileType="data">/usr/lib/pkgconfig</Path>
  60. <Path fileType="data">/usr/lib32/pkgconfig/</Path>
  61. </Files>
  62. </Package>
  63. <Package>
  64. <Name>icu4c-32bit</Name>
  65. <PartOf>emul32</PartOf>
  66. <Summary>32-bit shared libraries for icu4c</Summary>
  67. <BuildType>_emul32</BuildType>
  68. <BuildDependencies>
  69. <Dependency>libgcc</Dependency>
  70. </BuildDependencies>
  71. <RuntimeDependencies>
  72. <Dependency release="current">icu4c</Dependency>
  73. <Dependency>libgcc</Dependency>
  74. </RuntimeDependencies>
  75. <Files>
  76. <Path fileType="library">/usr/lib32/libicu*</Path>
  77. <Path fileType="library">/usr/lib32/icu</Path>
  78. </Files>
  79. </Package>
  80. <History>
  81. <Update release="14">
  82. <Date>2025-02-23</Date>
  83. <Version>76.1</Version>
  84. <Comment>Version bump.</Comment>
  85. <Name>Mustafa Cinasal</Name>
  86. <Email>muscnsl@gmail.com</Email>
  87. </Update>
  88. <Update release="13">
  89. <Date>2023-10-16</Date>
  90. <Version>73.2</Version>
  91. <Comment>Version bump.</Comment>
  92. <Name>Mustafa Cinasal</Name>
  93. <Email>muscnsl@gmail.com</Email>
  94. </Update>
  95. <Update release="12">
  96. <Date>2021-02-26</Date>
  97. <Version>68.2</Version>
  98. <Comment>Version bump.</Comment>
  99. <Name>İdris Kalp</Name>
  100. <Email>idriskalp@gmail.com</Email>
  101. </Update>
  102. <Update release="11">
  103. <Date>2020-11-07</Date>
  104. <Version>65.1</Version>
  105. <Comment>Rebuild.</Comment>
  106. <Name>Mustafa Cinasal</Name>
  107. <Email>muscnsl@gmail.com</Email>
  108. </Update>
  109. <Update release="10">
  110. <Date>2020-01-12</Date>
  111. <Version>65.1</Version>
  112. <Comment>Version bump.</Comment>
  113. <Name>Idris Kalp</Name>
  114. <Email>idriskalp@gmail.com</Email>
  115. </Update>
  116. <Update release="9">
  117. <Date>2020-01-06</Date>
  118. <Version>64.2</Version>
  119. <Comment>Version bump.</Comment>
  120. <Name>Mustafa Cinasal</Name>
  121. <Email>muscnsl@gmail.com</Email>
  122. </Update>
  123. <Update release="8">
  124. <Date>2019-04-06</Date>
  125. <Version>60.2</Version>
  126. <Comment>Rebuild</Comment>
  127. <Name>Mustafa Cinasal</Name>
  128. <Email>muscnsl@gmail.com</Email>
  129. </Update>
  130. <Update release="7">
  131. <Date>2019-01-23</Date>
  132. <Version>60.2</Version>
  133. <Comment>Rebuild</Comment>
  134. <Name>Mustafa Cinasal</Name>
  135. <Email>muscnsl@gmail.com</Email>
  136. </Update>
  137. <Update release="6">
  138. <Date>2018-07-24</Date>
  139. <Version>60.2</Version>
  140. <Comment>Rebuild</Comment>
  141. <Name>Mustafa Cinasal</Name>
  142. <Email>muscnsl@gmail.com</Email>
  143. </Update>
  144. <Update release="5">
  145. <Date>2018-01-29</Date>
  146. <Version>60.2</Version>
  147. <Comment>Version Bump</Comment>
  148. <Name>Mustafa Cinasal</Name>
  149. <Email>muscnsl@gmail.com</Email>
  150. </Update>
  151. <Update release="4">
  152. <Date>2017-01-31</Date>
  153. <Version>58.2</Version>
  154. <Comment>Version Bump</Comment>
  155. <Name>Ayhan Yalçınsoy</Name>
  156. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  157. </Update>
  158. <Update release="3">
  159. <Date>2016-06-09</Date>
  160. <Version>55.1</Version>
  161. <Comment>Release Bump</Comment>
  162. <Name>Pisi Linux Community</Name>
  163. <Email>admin@pisilinux.org</Email>
  164. </Update>
  165. <Update release="2">
  166. <Date>2016-05-25</Date>
  167. <Version>55.1</Version>
  168. <Comment>Release bump</Comment>
  169. <Name>Ertuğrul Erata</Name>
  170. <Email>ertugrulerata@gmail.com</Email>
  171. </Update>
  172. <Update release="1">
  173. <Date>2015-07-03</Date>
  174. <Version>55.1</Version>
  175. <Comment>First release</Comment>
  176. <Name>Ertuğrul Erata</Name>
  177. <Email>ertugrulerata@gmail.com</Email>
  178. </Update>
  179. </History>
  180. </PISI>