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
92 lines (90 loc) · 3.32 KB
/
Copy pathpspec.xml
File metadata and controls
92 lines (90 loc) · 3.32 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
81
82
83
84
85
86
87
88
89
90
91
92
<?xml version="1.0" ?>
<!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
<INARY>
<Source>
<Name>elfutils</Name>
<Homepage>http://www.redhat.com/</Homepage>
<Packager>
<Name>Süleyman POYRAZ</Name>
</Packager>
<License>OpenSoftware</License>
<IsA>app:console</IsA>
<IsA>library</IsA>
<PartOf>system.base</PartOf>
<Summary>Libraries/utilities to handle ELF objects</Summary>
<Description>elfutils contains libraries and utilities to handle ELF objects and is a replacement for libelf.</Description>
<Archive sha1sum="922161f84baaae845382338098071544b98ca92d" type="tarbz2">ftp://sourceware.org/pub/elfutils/0.177/elfutils-0.177.tar.bz2</Archive>
<BuildDependencies>
<Dependency>bzip2</Dependency>
<Dependency>xz-devel</Dependency>
<Dependency>zlib-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>elfutils</Name>
<RuntimeDependencies>
<Dependency>xz</Dependency>
<Dependency>zlib</Dependency>
<Dependency>bzip2</Dependency>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="header">/usr/include</Path>
</Files>
</Package>
<Package>
<Name>elfutils-32bit</Name>
<Summary>32-bit shared libraries for elfutils</Summary>
<BuildType>emul32</BuildType>
<BuildDependencies>
<Dependency>xz-32bit</Dependency>
<Dependency>zlib-32bit</Dependency>
</BuildDependencies>
<RuntimeDependencies>
<Dependency>xz-32bit</Dependency>
<Dependency>zlib-32bit</Dependency>
<Dependency release="current">elfutils</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32</Path>
</Files>
</Package>
<Package>
<Name>elfutils-docs</Name>
<IsA>data:doc</IsA>
<PartOf>system.doc</PartOf>
<Summary>Documentation for elfutils package.</Summary>
<RuntimeDependencies>
<Dependency release="current">elfutils</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2019-12-15</Date>
<Version>0.177</Version>
<Comment>Package is rebuilded and released up.</Comment>
<Name>Süleyman Poyraz</Name>
</Update>
<Update release="2">
<Date>2019-09-17</Date>
<Version>0.177</Version>
<Comment>Version bump to 0.177</Comment>
<Name>Süleyman Poyraz</Name>
</Update>
<Update release="1">
<Date>2019-01-19</Date>
<Version>0.175</Version>
<Comment>First release</Comment>
<Name>Süleyman POYRAZ</Name>
</Update>
</History>
</INARY>