forked from victor-yacovlev/kumir2
-
Notifications
You must be signed in to change notification settings - Fork 12
/
rpm-conventions.opensuse.json
62 lines (58 loc) · 1.4 KB
/
rpm-conventions.opensuse.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
56
57
58
59
60
61
62
{
"unstablePackageSuffix": "-unstable",
"installPrefix": "%_prefix",
"cmakeCommand": "%cmake",
"makeCommand": "%make_jobs",
"makeInstallCommand": "%cmake_install",
"rpmBuildRoot": "$RPM_BUILD_ROOT",
"binDir": "%_bindir",
"libDir": "%_libdir",
"dataDir": "%_datadir",
"includesDir": "%_includedir",
"defAttr": "%defattr(-,root,root)",
"dirsOwnership": true,
"useBundledBoost": false,
"skipCleanSection": true,
"buildRequires": [
"python3 >= 3.2",
"cmake >= 3.0",
"gcc-c++ >= 4.8",
"boost-devel >= 1.54",
"libqt5-qtbase-devel >= 5.3.0",
"libqt5-qtsvg-devel >= 5.3.0",
"libqt5-qtx11extras-devel >= 5.3.0"
],
"requires": [
"libQt5Core5 >= 5.3.0",
"libQt5Gui5 >= 5.3.0",
"libQt5Widgets5 >= 5.3.0",
"libQt5Svg5 >= 5.3.0",
"libQt5Xml5 >= 5.3.0",
"libQt5Network5 >= 5.3.0",
"libQt5PrintSupport5 >= 5.3.0",
"libQt5WebKit5 >= 5.3.0",
"libQt5X11Extras5 >= 5.3.0"
],
"rpmGroup": "Productivity/Scientific/Other",
"commonUsedLibsPackage": {
"name": {
"prefix": "lib",
"suffix": ""
}
},
"toolsPackage": {
"name": {
"prefix": "",
"suffix": "-utils"
}
},
"develPackage": {
"name": {
"prefix": "",
"suffix": "-devel"
},
"cmakeFilesLocation": "%_libdir/cmake/Kumir2",
"develScriptsLocation": "%python3_sitelib",
"develSrcLocation": "%_datadir/kumir2/src"
}
}