-
Notifications
You must be signed in to change notification settings - Fork 18
/
discord.spec
372 lines (265 loc) · 12.3 KB
/
discord.spec
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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
%global debug_package %{nil}
%global __strip /bin/true
%global __requires_exclude libffmpeg.so
%global _build_id_links none
###############################Exclude Private bundled libs###########################
%global __provides_exclude_from %{_libdir}/discord/.*\\.s
Name: discord
Version: 0.0.72
Release: 1%{?dist}
Summary: All-in-one voice and text chat
# License Information: https://bugzilla.rpmfusion.org/show_bug.cgi?id=4441#c14
License: Proprietary
URL: https://discordapp.com/
Source0: https://dl.discordapp.net/apps/linux/%{version}/%{name}-%{version}.tar.gz
# Adapted from https://raw.githubusercontent.com/flathub/com.discordapp.Discord/master/com.discordapp.Discord.appdata.xml
Source1: discord.metainfo.xml
Source2: wrapper.sh
Source3: disable-breaking-updates.py
ExclusiveArch: x86_64
BuildRequires: desktop-file-utils
BuildRequires: libappstream-glib
# From official discord-0.0.58.deb
# Depends: libc6, libasound2, libatomic1, libnotify4, libnspr4, libnss3, libstdc++6, libxss1, libxtst6
# Recommends: libappindicator1 | libayatana-appindicator1
Requires: glibc%{_isa}
Requires: alsa-lib%{_isa}
Requires: libatomic%{_isa}
Requires: libnotify%{_isa}
Requires: nspr%{_isa} >= 4.13
Requires: nss%{_isa} >= 3.27
Requires: libstdc++%{_isa}
Requires: libXtst%{_isa} >= 1.2
Requires: hicolor-icon-theme
%if !0%{?el7}
Recommends: (libayatana-appindicator-gtk3%{_isa} if gtk3%{_isa})
Recommends: google-noto-emoji-color-fonts
Recommends: libXScrnSaver
%endif
%description
Linux Release for Discord, a free proprietary VoIP application
%prep
%autosetup -n Discord
%build
%install
mkdir -p %{buildroot}/%{_bindir}/
mkdir -p %{buildroot}/%{_libdir}/discord
mkdir -p %{buildroot}/%{_datadir}/applications
mkdir -p %{buildroot}%{_metainfodir}/
desktop-file-install \
--set-icon=%{name} \
--set-key=Exec --set-value=%{_bindir}/Discord \
--remove-key=Path \
--delete-original \
--dir=%{buildroot}/%{_datadir}/applications \
discord.desktop
cp -r * %{buildroot}/%{_libdir}/discord/
ln -sf ../%{_lib}/discord/wrapper.sh %{buildroot}/%{_bindir}/Discord
install -p -D -m 644 %{name}.png \
%{buildroot}%{_datadir}/icons/hicolor/256x256/apps/%{name}.png
install -p -m 0644 %{SOURCE1} %{buildroot}%{_metainfodir}/
install -p -m 755 %{SOURCE2} %{buildroot}%{_libdir}/discord/
install -p -m 755 %{SOURCE3} %{buildroot}%{_libdir}/discord/
%check
desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{name}.metainfo.xml
%files
%{_libdir}/discord/
%{_bindir}/Discord
%{_datadir}/applications/discord.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.png
%{_metainfodir}/%{name}.metainfo.xml
%changelog
* Tue Oct 22 2024 Sérgio Basto <[email protected]> - 0.0.72-1
- Update to 0.0.72
* Sat Oct 12 2024 Sérgio Basto <[email protected]> - 0.0.71-1
- Update to 0.0.71
* Sat Oct 05 2024 LuK1337 <[email protected]> - 0.0.70-2
- Remove "Path" from the desktop file
* Wed Oct 02 2024 Sérgio Basto <[email protected]> - 0.0.70-1
- Update to 0.0.70
* Wed Sep 25 2024 Sérgio Basto <[email protected]> - 0.0.69-1
- Update to 0.0.69
* Tue Sep 10 2024 Sérgio Basto <[email protected]> - 0.0.68-1
- Update to 0.0.68
* Thu Sep 05 2024 Sérgio Basto <[email protected]> - 0.0.67-1
- Update to 0.0.67
* Wed Aug 28 2024 Sérgio Basto <[email protected]> - 0.0.66-1
- Update to 0.0.66
* Sun Aug 25 2024 Sérgio Basto <[email protected]> - 0.0.65-1
- Update to 0.0.65
* Thu Aug 15 2024 Sérgio Basto <[email protected]> - 0.0.64-1
- Update to 0.0.64
* Tue Aug 06 2024 Sérgio Basto <[email protected]> - 0.0.63-1
- Update to 0.0.63
* Wed Jul 31 2024 Sérgio Basto <[email protected]> - 0.0.62-1
- Update to 0.0.62
* Tue Jul 23 2024 Sérgio Basto <[email protected]> - 0.0.61-1
- Update to 0.0.61
* Tue Jul 16 2024 Sérgio Basto <[email protected]> - 0.0.60-1
- Update to 0.0.60
* Tue Jul 09 2024 Sérgio Basto <[email protected]> - 0.0.59-1
- Update to 0.0.59
* Wed Jun 26 2024 Sérgio Basto <[email protected]> - 0.0.58-2
- Move to libayatana-appindicator
- Remove the requires of libcxx http://libcxx.llvm.org/ and requires libstdc++ http://gcc.gnu.org
- Also remove the requires of GConf2 and libX11
* Wed Jun 26 2024 Sérgio Basto <[email protected]> - 0.0.58-1
- Update to 0.0.58
* Sun Jun 23 2024 Sérgio Basto <[email protected]> - 0.0.57-1
- Update discord to 0.0.57
* Thu Jun 13 2024 Sérgio Basto <[email protected]> - 0.0.56-1
- Update to 0.0.56
* Fri May 17 2024 Leigh Scott <[email protected]> - 0.0.54-1
- Update to 0.0.54
* Tue May 07 2024 Nicolas Chauvet <[email protected]> - 0.0.53-1
- Update to 0.0.53
* Tue May 07 2024 Nicolas Chauvet <[email protected]> - 0.0.52-2
- Disable discord check-update pop-up - Valentin Tainon
https://github.com/rpmfusion/discord/pull/20
* Thu May 02 2024 Leigh Scott <[email protected]> - 0.0.52-1
- Update to 0.0.51 release
* Fri Apr 26 2024 Leigh Scott <[email protected]> - 0.0.51-1
- Update to 0.0.51 release
* Tue Apr 16 2024 Leigh Scott <[email protected]> - 0.0.50-1
- Update to 0.0.50
* Tue Apr 09 2024 Nicolas Chauvet <[email protected]> - 0.0.49-1
- Update to 0.0.49
* Mon Apr 08 2024 Sérgio Basto <[email protected]> - 0.0.48-1
- Update discord to 0.0.48
* Tue Mar 26 2024 Nicolas Chauvet <[email protected]> - 0.0.47-1
- Update to 0.0.47
* Tue Mar 19 2024 Nicolas Chauvet <[email protected]> - 0.0.46-1
- Update to 0.0.46
* Mon Mar 18 2024 Nicolas Chauvet <[email protected]> - 0.0.45-1
- Update to 0.0.45
* Fri Mar 08 2024 Nicolas Chauvet <[email protected]> - 0.0.44-1
- Update to 0.0.44
* Sat Feb 17 2024 Sérgio Basto <[email protected]> - 0.0.43-1
- Update discord to 0.0.43
* Sun Feb 04 2024 RPM Fusion Release Engineering <[email protected]> - 0.0.42-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Tue Jan 30 2024 Sérgio Basto <[email protected]> - 0.0.42-1
- Update discord to 0.0.42
* Wed Jan 10 2024 Sérgio Basto <[email protected]> - 0.0.40-1
- Update discord to 0.0.40
* Wed Dec 20 2023 Leigh Scott <[email protected]> - 0.0.39-1
- Update discord to 0.0.39
* Thu Dec 14 2023 Leigh Scott <[email protected]> - 0.0.38-1
- Update discord to 0.0.38
* Tue Dec 05 2023 Sérgio Basto <[email protected]> - 0.0.37-1
- Update discord to 0.0.37
* Thu Nov 16 2023 Leigh Scott <[email protected]> - 0.0.35-1
- Update discord to 0.0.35
* Tue Nov 07 2023 Sérgio Basto <[email protected]> - 0.0.34-1
- Update discord to 0.0.34
* Thu Nov 02 2023 Leigh Scott <[email protected]> - 0.0.33-1
- Update discord to 0.0.33
* Wed Oct 11 2023 Sérgio Basto <[email protected]> - 0.0.31-1
- Update discord to 0.0.31
* Fri Sep 22 2023 Sérgio Basto <[email protected]> - 0.0.30-1
- Update discord to 0.0.30
* Fri Sep 01 2023 Sérgio Basto <[email protected]> - 0.0.29-1
- Update discord to 0.0.29
* Thu Aug 03 2023 RPM Fusion Release Engineering <[email protected]> - 0.0.28-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Wed Jul 12 2023 Sérgio Basto <[email protected]> - 0.0.28-1
- Update discord to 0.0.28
* Sat Jun 10 2023 Leigh Scott <[email protected]> - 0.0.27-2
- Add appdata
* Thu Apr 27 2023 Sérgio Basto <[email protected]> - 0.0.27-1
- Update discord to 0.0.27
* Fri Mar 31 2023 Sérgio Basto <[email protected]> - 0.0.26-1
- Update discord to 0.0.26
* Wed Feb 15 2023 Sérgio Basto <[email protected]> - 0.0.25-1
- Update discord to 0.0.25
* Sat Jan 14 2023 Sérgio Basto <[email protected]> - 0.0.24-1
- Update discord to 0.0.24
* Thu Jan 12 2023 Sérgio Basto <[email protected]> - 0.0.23-1
- Update discord to 0.0.23
* Sat Dec 10 2022 Sérgio Basto <[email protected]> - 0.0.22-1
- Update discord to 0.0.22
* Fri Nov 18 2022 Leigh Scott <[email protected]> - 0.0.21-2
- Fix rfbz6498
* Fri Oct 21 2022 Sérgio Basto <[email protected]> - 0.0.21-1
- Update discord to 0.0.21
* Thu Sep 15 2022 Sérgio Basto <[email protected]> - 0.0.20-1
- Update discord to 0.0.20
* Thu Aug 11 2022 Justin Zobel <[email protected]> - 0.0.19-1
- Update to 0.0.19
* Mon Aug 08 2022 RPM Fusion Release Engineering <[email protected]> - 0.0.18-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg
5.1
* Wed Jun 08 2022 Sérgio Basto <[email protected]> - 0.0.18-1
- Update discord to 0.0.18
* Sun Feb 20 2022 David Auer <[email protected]> - 0.0.17-4
- (#6108) Install icon to icons/hicolor and don't hardcode path in desktop file
- Remove unnecessary build requirement: sed
- Fix original desktop file being shipped
* Sat Feb 19 2022 Sérgio Basto <[email protected]> - 0.0.17-3
- (#6166) fixes conflicts with files with other packages
- Minor fixes (warning: File listed twice: /usr/lib64/discord/Discord)
- (#5921) Adding libappindicator-gtk3 as a dependency if gtk3 is installed
- Fix "warning: absolute symlink"
* Thu Feb 17 2022 Eric Duvic <[email protected]> - 0.0.17-1
- Update 0.0.17
* Thu Feb 10 2022 RPM Fusion Release Engineering <[email protected]> - 0.0.16-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Wed Sep 22 2021 Sérgio Basto <[email protected]> - 0.0.16-1
- Update 0.0.16
* Wed Aug 04 2021 RPM Fusion Release Engineering <[email protected]> - 0.0.15-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Tue May 25 2021 Sérgio Basto <[email protected]> - 0.0.15-1
- Update 0.0.15
* Wed Mar 24 2021 Sérgio Basto <[email protected]> - 0.0.14-1
- Update 0.0.14
* Thu Feb 04 2021 RPM Fusion Release Engineering <[email protected]> - 0.0.13-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Sun Dec 06 2020 Sérgio Basto <[email protected]> - 0.0.13-1
- Update 0.0.13
* Fri Sep 11 2020 Sean Callaway <[email protected]> - 0.0.12-1
* Updated to 0.0.12
* Wed Aug 19 2020 RPM Fusion Release Engineering <[email protected]> - 0.0.11-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Fri Aug 07 2020 Sean Callaway <[email protected]> - 0.0.11-1
- Updated to 0.0.11
* Tue May 12 2020 Sean Callaway <[email protected]> - 0.0.10-3
- Made emoji fonts a weak dependency
* Sun Mar 01 2020 Sean Callaway <[email protected]> - 0.0.10-2
- Fixed dependency issue
* Wed Feb 26 2020 Sean Callaway <[email protected]> - 0.0.10-1
- Update to 0.0.10
- Add dependency for emoji fonts
* Wed Feb 05 2020 RPM Fusion Release Engineering <[email protected]> - 0.0.9-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Sat Aug 10 2019 RPM Fusion Release Engineering <[email protected]> - 0.0.9-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Wed Mar 13 2019 Sean Callaway <[email protected]> - 0.0.9-1
- Update to 0.0.9
* Tue Mar 05 2019 RPM Fusion Release Engineering <[email protected]> - 0.0.8-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Fri Jan 18 2019 Sean Callaway <[email protected]> - 0.0.8-2
- Fix permissions issue on binary in source.
* Wed Jan 16 2019 Sean Callaway <[email protected]> - 0.0.8-1
- Updated to 0.0.8
* Sun Aug 19 2018 RPM Fusion Release Engineering <[email protected]> - 0.0.5-3
- Rebuilt for Fedora 29 Mass Rebuild binutils issue
* Fri Jul 27 2018 RPM Fusion Release Engineering <[email protected]> - 0.0.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Thu May 03 2018 Sean Callaway <[email protected]> 0.0.5-1
- Update to 0.0.5
* Fri Apr 27 2018 Sean Callaway <[email protected]> 0.0.4-3
- Added libatomic requirement.
* Fri Mar 02 2018 RPM Fusion Release Engineering <[email protected]> - 0.0.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Wed Jan 31 2018 Sean Callaway <[email protected]> 0.0.4-1
- Update to 0.0.4
* Tue Dec 12 2017 Sean Callaway <[email protected]> 0.0.3-1
- Update to 0.0.3
- Now using desktop-file-install.
- Removed unneeded requirements.
* Wed Aug 16 2017 Sean Callaway <[email protected]> 0.0.2-1
- Update to 0.0.2
- Spec file cleanup.
* Thu Jan 12 2017 Sean Callaway <[email protected]> 0.0.1-1
- Initial build using version 0.0.1