This file is indexed.

/usr/share/THE/spec.tld is in the 3.3~rc1-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
*
* This file contains the THE Language Definition for RPM spec files.
* It is based heavily on Kedit's KLD file format.
*
* Name = spec
*
:case
  ignore
:identifier
  [a-zA-Z_{] [a-zA-Z0-9_{}:]
:comment
  line dnl any
  line # any
:header
  line % column 1
:keyword
  autoprov: alt 5
  autoreq: alt 5
  autoreqprov: alt 5
  buildroot: alt 5
  conflicts: alt 5
  epoch: alt 5
  excludearch: alt 5
  excludeos: alt 5
  exclusivearch: alt 5
  exclusiveos: alt 5
  group: alt 5
  icon: alt 5
  license: alt 5
  name: alt 5
  nopatch: alt 5
  nosource: alt 5
  packager: alt 5
  patch: alt 5
  prefix: alt 5
  provides: alt 5
  release: alt 5
  requires: alt 5
  source: alt 5
  summary: alt 5
  url: alt 5
  vendor: alt 5
  version: alt 5
  {_lib}
  {_libdir}
  {_tmppath}
  {buildroot}
  {group}
  {license}
  {name}
  {packager}
  {prefix}
  {provides}
  {release}
  {source}
  {summary}
  {url}
  {vendor}
  {version}