-
Notifications
You must be signed in to change notification settings - Fork 1
/
.amzn2.json
55 lines (54 loc) · 1.69 KB
/
.amzn2.json
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
{
"Package": "rpm",
"Project": "xlines",
"ProjectUrl": "https://github.com/fstab50/xlines",
"Description": "Utility for counting lines in code projects",
"Version": "MAJOR_VERSION",
"Release": "MINOR_VERSION",
"PreInstall": ["rpm-build", "rpmdevtools"],
"DependencyList": [
"python3",
"python3-libs",
"python3-pip",
"python3-setuptools",
"bash-completion",
"which"
],
"LogFiles": [ ],
"VersionModule": "_version.py",
"DockerImage": "rpmbuildD",
"DockerContainer": "buildxlines",
"DockerUser": "builder",
"RepositoryRoot": "/home/builder/git/xlines",
"MakeTarget": "buildrpm-rhel",
"DockerBuildScript": "buildrpm-amzn2.sh",
"BashCompletion": "xlines-completion.bash",
"SpecFile": {
"Name": "xlines.spec",
"Summary": "Utility for illustrating the status of a git working branch",
"Group": "Development Tools",
"BuildArch": "noarch",
"License": "MIT",
"Source": "xlines-MAJOR_VERSION.MINOR_VERSION.tar.gz",
"BuildDirName": "xlines-MAJOR_VERSION",
"Directories": [
{
"Dirname": "/usr/local/lib/xlines",
"Permissions": "0755"
},
{
"Dirname": "/usr/local/bin",
"Permissions": "0755"
}
],
"Files": [
{
"filename": "xlines",
"SourceLocation": "rpmbuild/SOURCES/xlines-MAJOR_VERSION/xlines",
"location": "/usr/local/bin/xlines",
"Permissions": "0755"
}
],
"BuildComment": "RPM Package built by CI/CD automtation"
}
}