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 (79 loc) · 2.67 KB
/
Copy pathpspec.xml
File metadata and controls
80 lines (79 loc) · 2.67 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://gitlab.com/sulinos/sulinproject/inary/raw/master/inary-spec.dtd">
<INARY>
<Source>
<Name>cppunit</Name>
<Homepage>https://gitlab.com/sulinos/devel/inary</Homepage>
<Packager>
<Name>Your Name</Name>
</Packager>
<License>GPLv3</License>
<Summary>Unit testing library for C++</Summary>
<Description>Unit testing library for C++</Description>
<Archive sha1sum="0a991d725e0b5805506f4cb1c1deb9b7942ea17c">http://deb.debian.org/debian/pool/main/c/cppunit/cppunit_1.15.1.orig.tar.gz</Archive>
<BuildDependencies>
</BuildDependencies>
</Source>
<Package>
<Name>cppunit</Name>
<RuntimeDependencies>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="info">/usr/share/info</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="library">/lib</Path>
<Path fileType="library">/usr/libexec</Path>
<Path fileType="executable">/bin</Path>
</Files>
</Package>
<Package>
<Name>cppunit-pages</Name>
<RuntimeDependencies>
<Dependency>cppunit</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/share/man/</Path>
</Files>
</Package>
<Package>
<Name>cppunit-docs</Name>
<RuntimeDependencies>
<Dependency>cppunit</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/share/doc/</Path>
</Files>
</Package>
<Package>
<Name>cppunit-32bit</Name>
<RuntimeDependencies>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32</Path>
<Path fileType="library">/lib32</Path>
</Files>
</Package>
<Package>
<Name>cppunit-devel</Name>
<RuntimeDependencies>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/lib/pkgconfig</Path>
<Path fileType="header">/usr/include</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-05-05</Date>
<Version>1.15.1</Version>
<Comment>First release</Comment>
<Name>Your Name</Name>
</Update>
</History>
</INARY>