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
77 lines (75 loc) · 2.67 KB
/
Copy pathpspec.xml
File metadata and controls
77 lines (75 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
<?xml version="1.0" ?>
<!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
<INARY>
<Source>
<Name>snappy</Name>
<Homepage>http://code.google.com/p/snappy/</Homepage>
<Packager>
<Name>Süleyman POYRAZ</Name>
</Packager>
<License>BSD</License>
<IsA>library</IsA>
<PartOf>system.devel</PartOf>
<Summary>A fast compressor/decompressor library.</Summary>
<Description>Snappy is a compression/decompression library. It does not aim for maximum compression, or compatibility with any other compression library; instead, it aims for very high speeds and reasonable compression.</Description>
<BuildDependencies>
<Dependency>lzo-devel</Dependency>
<Dependency>zlib-devel</Dependency>
</BuildDependencies>
<Archive sha1sum="1eeb144e7b564dd726136c97f869b453d2fb7924" >https://github.com/google/snappy/archive/1.1.8.tar.gz</Archive>
</Source>
<Package>
<Name>snappy</Name>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
</Files>
</Package>
<Package>
<Name>snappy-devel</Name>
<RuntimeDependencies>
<Dependency release="current">snappy</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
</Files>
</Package>
<Package>
<Name>snappy-docs</Name>
<IsA>data:doc</IsA>
<PartOf>system.doc</PartOf>
<Summary>Documentation for snappy package.</Summary>
<RuntimeDependencies>
<Dependency release="current">snappy</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2020-04-14</Date>
<Version>1.1.8</Version>
<Comment>Automatic version upgrade.</Comment>
<Name>Ali Rıza KESKİN</Name>
</Update>
<Update release="2">
<Date>2019-12-13</Date>
<Version>1.1.7</Version>
<Comment>Automatic version bump.</Comment>
<Name>Ali Rıza KESKİN</Name>
</Update>
<Update release="1">
<Date>2018-12-28</Date>
<Version>1.1.3</Version>
<Comment>First release</Comment>
<Name>Süleyman POYRAZ</Name>
</Update>
</History>
</INARY>