-
Notifications
You must be signed in to change notification settings - Fork 22
/
.shipyard.yml
118 lines (118 loc) · 3.46 KB
/
.shipyard.yml
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
name: kazoo-configs-core
custom_files: null
exposure: private
base_branch: origin/master
base_core: null
template: spec.tmpl
package:
centos7:
name: kazoo-sounds
group: Productivity/Telephony
license: MPL1.1
build_arch: noarch
build_requires:
- rpm-build
summary: 'Audio files for the Kazoo platform'
description: |
Audio files for the various components that make up the Kazoo platform.
dist: .el7.centos
requires:
sudo: { }
source: '%{_build_tar}'
prep: '%setup -q'
install: |
%{__mkdir} -p %{buildroot}/usr/share/kazoo-freeswitch/sounds
%{__mkdir} -p %{buildroot}/opt/kazoo/sounds
find freeswitch/ -mindepth 1 -maxdepth 1 -type d -exec cp -a {} %{buildroot}/usr/share/kazoo-freeswitch/sounds \;
find kazoo-core/ -mindepth 1 -maxdepth 1 -type d -exec cp -a {} %{buildroot}/opt/kazoo/sounds \;
files: null
url: 'http://www.2600hz.org'
vendor: 2600Hz
rockylinux8:
name: kazoo-sounds
group: Productivity/Telephony
license: MPL1.1
build_arch: noarch
build_requires:
- rpm-build
summary: 'Audio files for the Kazoo platform'
description: |
Audio files for the various components that make up the Kazoo platform.
dist: .el8
requires:
sudo: { }
source: '%{_build_tar}'
prep: '%setup -q'
install: |
%{__mkdir} -p %{buildroot}/usr/share/kazoo-freeswitch/sounds
%{__mkdir} -p %{buildroot}/opt/kazoo/sounds
find freeswitch/ -mindepth 1 -maxdepth 1 -type d -exec cp -a {} %{buildroot}/usr/share/kazoo-freeswitch/sounds \;
find kazoo-core/ -mindepth 1 -maxdepth 1 -type d -exec cp -a {} %{buildroot}/opt/kazoo/sounds \;
files: null
url: 'http://www.2600hz.org'
vendor: 2600Hz
rockylinux9:
name: kazoo-sounds
group: Productivity/Telephony
license: MPL1.1
build_arch: noarch
build_requires:
- rpm-build
summary: 'Audio files for the Kazoo platform'
description: |
Audio files for the various components that make up the Kazoo platform.
dist: .el9
requires:
sudo: { }
source: '%{_build_tar}'
prep: '%setup -q'
install: |
%{__mkdir} -p %{buildroot}/usr/share/kazoo-freeswitch/sounds
%{__mkdir} -p %{buildroot}/opt/kazoo/sounds
find freeswitch/ -mindepth 1 -maxdepth 1 -type d -exec cp -a {} %{buildroot}/usr/share/kazoo-freeswitch/sounds \;
find kazoo-core/ -mindepth 1 -maxdepth 1 -type d -exec cp -a {} %{buildroot}/opt/kazoo/sounds \;
files: null
url: 'http://www.2600hz.org'
vendor: 2600Hz
metapackage:
-
name: meta-kazoo-applications
package: kazoo-sounds-core-en-us
type: required
branch: '5.0'
-
name: meta-kazoo-applications
package: kazoo-sounds-core-es-es
type: required
branch: '5.0'
-
name: meta-kazoo-applications
package: kazoo-sounds-core-fr-ca
type: required
branch: '5.0'
-
name: meta-kazoo-applications
package: kazoo-sounds-core-ru-ru
type: required
branch: '5.0'
-
name: meta-kazoo-freeswitch
package: kazoo-sounds-freeswitch-en-us
type: required
branch: '5.0'
-
name: meta-kazoo-freeswitch
package: kazoo-sounds-freeswitch-fr-ca
type: required
branch: '5.0'
-
name: meta-kazoo-freeswitch
package: kazoo-sounds-freeswitch-music-8000
type: required
branch: '5.0'
-
name: meta-kazoo-freeswitch
package: kazoo-sounds-freeswitch-ru-ru
type: required
branch: '5.0'
dependencies: null