pspec.xml 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
  3. <INARY>
  4. <Source>
  5. <Name>icu4c</Name>
  6. <Homepage>http://site.icu-project.org/home</Homepage>
  7. <Packager>
  8. <Name>Suleyman Poyraz</Name>
  9. <Email>zaryob.dev@gmail.com</Email>
  10. </Packager>
  11. <License>as-is</License>
  12. <IsA>library</IsA>
  13. <PartOf>programming.misc</PartOf>
  14. <Summary>International Components for Unicode</Summary>
  15. <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>
  16. <!-- CAUTION! This package has a great potential to break API/ABI in minor version bumps, check for a file like:
  17. http://source.icu-project.org/repos/icu/icu/tags/release-55-1/APIChangeReport.html -->
  18. <Archive sha1sum="3127155ecf2b75ab4835f501b7478e39c07bb852" type="targz">http://download.icu-project.org/files/icu4c/64.2/icu4c-64_2-src.tgz</Archive>
  19. <BuildDependencies>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>icu4c</Name>
  24. <RuntimeDependencies>
  25. </RuntimeDependencies>
  26. <Files>
  27. <Path fileType="executable">/usr/bin</Path>
  28. <Path fileType="executable">/usr/sbin</Path>
  29. <Path fileType="library">/usr/lib</Path>
  30. <Path fileType="man">/usr/share/man</Path>
  31. <Path fileType="doc">/usr/share/doc/icu4c/html</Path>
  32. </Files>
  33. </Package>
  34. <Package>
  35. <Name>icu4c-devel</Name>
  36. <Summary>Development files for icu4c</Summary>
  37. <RuntimeDependencies>
  38. <Dependency release="current">icu4c</Dependency>
  39. </RuntimeDependencies>
  40. <Files>
  41. <Path fileType="executable">/usr/bin/icu-config</Path>
  42. <Path fileType="data">/usr/lib/icu</Path>
  43. <Path fileType="data">/usr/share/icu</Path>
  44. <Path fileType="header">/usr/include</Path>
  45. <Path fileType="data">/usr/lib/pkgconfig</Path>
  46. <Path fileType="data">/usr/lib32/pkgconfig/</Path>
  47. </Files>
  48. </Package>
  49. <Package>
  50. <Name>icu4c-32bit</Name>
  51. <PartOf>emul32</PartOf>
  52. <Summary>32-bit shared libraries for icu4c</Summary>
  53. <BuildType>_emul32</BuildType>
  54. <BuildDependencies>
  55. </BuildDependencies>
  56. <RuntimeDependencies>
  57. <Dependency release="current">icu4c</Dependency>
  58. </RuntimeDependencies>
  59. <Files>
  60. <Path fileType="library">/usr/lib32/libicu*</Path>
  61. <Path fileType="library">/usr/lib32/icu</Path>
  62. </Files>
  63. </Package>
  64. <History>
  65. <Update release="2">
  66. <Date>2019-09-25</Date>
  67. <Version>64.2</Version>
  68. <Comment>Upgraded version to 64.2</Comment>
  69. <Name>Süleyman Poyraz</Name>
  70. <Email>zaryob.dev@gmail.com</Email>
  71. </Update>
  72. <Update release="1">
  73. <Date>2019-04-12</Date>
  74. <Version>58.2</Version>
  75. <Comment>First release</Comment>
  76. <Name>Suleyman Poyraz</Name>
  77. <Email>zaryob.dev@gmail.com</Email>
  78. </Update>
  79. </History>
  80. </INARY>