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