-
Notifications
You must be signed in to change notification settings - Fork 64
Expand file tree
/
Copy pathpspec.xml
More file actions
90 lines (87 loc) · 3.36 KB
/
pspec.xml
File metadata and controls
90 lines (87 loc) · 3.36 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
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>cppunit</Name>
<Homepage>http://www.freedesktop.org/wiki/Software/cppunit</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>[email protected]</Email>
</Packager>
<License>LGPLv2.1</License>
<IsA>library</IsA>
<Summary>C++ port of the famous JUnit framework for unit testing</Summary>
<Description>cppunit is a C++ unit testing framework. It started its life as a port of JUnit to C++ by Michael Feathers.</Description>
<Archive sha1sum="0a991d725e0b5805506f4cb1c1deb9b7942ea17c" type="targz">https://dev-www.libreoffice.org/src/cppunit-1.15.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>grep</Dependency>
<Dependency>libtool</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>cppunit</Name>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>cppunit-devel</Name>
<Summary>Contains the headers and other files necessary for developing programs that use cppunit</Summary>
<RuntimeDependencies>
<Dependency release="current">cppunit</Dependency>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/share/aclocal</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<History>
<Update release="6">
<Date>2020-01-15</Date>
<Version>1.15.1</Version>
<Comment>Version bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>[email protected]</Email>
</Update>
<Update release="5">
<Date>2018-08-29</Date>
<Version>1.14.0</Version>
<Comment>Rebuild.</Comment>
<Name>Pisi Linux Community</Name>
<Email>[email protected]</Email>
</Update>
<Update release="4">
<Date>2017-08-01</Date>
<Version>1.14.0</Version>
<Comment>Version Bump</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>[email protected]</Email>
</Update>
<Update release="3">
<Date>2017-04-11</Date>
<Version>1.13.2</Version>
<Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>[email protected]</Email>
</Update>
<Update release="2">
<Date>2016-06-09</Date>
<Version>1.13.2</Version>
<Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>[email protected]</Email>
</Update>
<Update release="1">
<Date>2014-01-21</Date>
<Version>1.13.2</Version>
<Comment>First release</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>[email protected]</Email>
</Update>
</History>
</PISI>