-
Notifications
You must be signed in to change notification settings - Fork 19
/
roccat-tools.spec
684 lines (551 loc) · 17.2 KB
/
roccat-tools.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
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
Name: roccat
Version: 5.7.0
Release: 1
License: GPL
Source: https://sourceforge.net/projects/roccat/files/roccat-tools/roccat-tools-%{version}.tar.bz2
BuildRequires: gtk2-devel >= 2.20
BuildRequires: cmake >= 2.6.4
BuildRequires: dbus-glib
BuildRequires: dbus-glib-devel
BuildRequires: libgudev1-devel
BuildRequires: libX11-devel
BuildRequires: libgaminggear-devel >= 0.15.1
BuildRequires: lua-devel = %{luaversion}
BuildRequires: gettext >= 0.15
ExclusiveOS: linux
URL: http://roccat.sourceforge.net
%define default_udevdir /lib/udev/rules.d
%{!?udevdir: %define udevdir %{default_udevdir}}
%define default_eventhandlerdir %{_libdir}/roccat
%{!?eventhandlerdir: %define eventhandlerdir %{default_eventhandlerdir}}
%define default_gfx_plugindir %{_libdir}/gaminggear_plugins
%{!?gfx_plugindir: %define gfx_plugindir %{default_gfx_plugindir}}
%define default_luaversion 5.3
%{!?luaversion: %define luaversion %{default_luaversion}}
Summary: Roccat common files
%package arvo
Requires: roccat
Summary: Roccat Arvo userlandtools
Group: Applications/System
%package isku
Requires: roccat
Summary: Roccat Isku userlandtools
Group: Applications/System
%package iskufx
Requires: roccat
Requires: roccat-isku
Summary: Roccat IskuFX userlandtools
Group: Applications/System
%package kiro
Requires: roccat
Summary: Roccat Kiro userlandtools
Group: Applications/System
%package kone
Requires: roccat
Summary: Roccat Kone userlandtools
Group: Applications/System
%package koneplus
Requires: roccat
Summary: Roccat Kone[+] userlandtools
Group: Applications/System
%package konepure
Requires: roccat
Requires: roccat-konextd
Summary: Roccat KonePure userlandtools
Group: Applications/System
%package konepuremilitary
Requires: roccat
Requires: roccat-konepure
Summary: Roccat KonePureMilitary/Black userlandtools
Group: Applications/System
%package konepureoptical
Requires: roccat
Requires: roccat-konepure
Summary: Roccat KonePureOptical userlandtools
Group: Applications/System
%package konextd
Requires: roccat
Requires: roccat-koneplus
Summary: Roccat KoneXTD userlandtools
Group: Applications/System
%package konextdoptical
Requires: roccat
Requires: roccat-konepuremilitary
Summary: Roccat KoneXTDOptical userlandtools
Group: Applications/System
%package kova2016
Requires: roccat
Summary: Roccat Kova 2016 userlandtools
Group: Applications/System
%package kovaplus
Requires: roccat
Summary: Roccat Kova[+] userlandtools
Group: Applications/System
%package lua
Requires: roccat
Summary: Roccat Lua userlandtools
Group: Applications/System
%package nyth
Requires: roccat
Summary: Roccat Nyth userlandtools
Group: Applications/System
%package pyra
Requires: roccat
Summary: Roccat Pyra userlandtools
Group: Applications/System
%package ryosmk
Requires: roccat
Requires: lua = %{luaversion}
Obsoletes: roccat-ryos
Summary: Roccat Ryos MK userlandtools
Group: Applications/System
%package ryosmkfx
Requires: roccat
Requires: roccat-ryosmk
Requires: lua = %{luaversion}
Summary: Roccat Ryos MK FX userlandtools
Group: Applications/System
%package ryostkl
Requires: roccat
Requires: roccat-ryosmk
Requires: lua = %{luaversion}
Summary: Roccat Ryos TKL userlandtools
Group: Applications/System
%package savu
Requires: roccat
Summary: Roccat Savu userlandtools
Group: Applications/System
%package skeltr
Requires: roccat
Summary: Roccat Skeltr userlandtools
Group: Applications/System
%package sova
Requires: roccat
Summary: Roccat Sova userlandtools
Group: Applications/System
%package suora
Requires: roccat
Summary: Roccat Suora userlandtools
Group: Applications/System
%package tyon
Requires: roccat
Summary: Roccat Tyon userlandtools
Group: Applications/System
%description
Roccat consists of a shared library and other files shared by device specific
applications for roccat hardware.
%description arvo
Arvo consists of a console application and a GUI application. It helps users to
manipulate the Profiles and Settings of a Roccat Arvo keyboard.
%description isku
Isku consists of a console application and a GUI application. It helps users to
manipulate the Profiles and Settings of a Roccat Isku keyboard.
%description iskufx
IskuFX consists of a console application and a GUI application. It helps users to
manipulate the Profiles and Settings of a Roccat IskuFX keyboard.
%description kiro
Kiro consists of a console application and a GUI application. It helps users
to manipulate the Profiles and Settings of a Roccat Kiro mouse.
%description kone
Kone consists of a console application and a GUI application. It helps users to
manipulate the Profiles and Settings of a Roccat Kone mouse.
%description koneplus
Koneplus consists of a console application and a GUI application. It helps users
to manipulate the Profiles and Settings of a Roccat Kone[+] mouse.
%description konepure
Konepure consists of a console application and a GUI application. It helps users
to manipulate the Profiles and Settings of a Roccat KonePure mouse.
%description konepuremilitary
Konepuremilitary consists of a console application and a GUI application. It helps
to manipulate the Profiles and Settings of a Roccat KonePureMilitary/Black mouse.
%description konepureoptical
Konepureoptical consists of a console application and a GUI application. It helps
users to manipulate the Profiles and Settings of a Roccat KonePureOptical mouse.
%description konextd
Konextd consists of a console application and a GUI application. It helps users
to manipulate the Profiles and Settings of a Roccat KoneXTD mouse.
%description konextdoptical
Konextdoptical consists of a console application and a GUI application. It helps
users to manipulate the Profiles and Settings of a Roccat KoneXTDOptical mouse.
%description kova2016
Kova2016 consists of a console application and a GUI application. It helps users
to manipulate the Profiles and Settings of a Roccat Kova 2016 mouse.
%description kovaplus
Kovaplus consists of a console application and a GUI application. It helps users
to manipulate the Profiles and Settings of a Roccat Kova[+] mouse.
%description lua
Lua consists of a console application and a GUI application. It helps users to
manipulate the Settings of a Roccat Lua mouse.
%description nyth
Nyth consists of a console application and a GUI application. It helps users to
manipulate the Settings of a Roccat Nyth mouse.
%description pyra
Pyra consists of a console application and a GUI application. It helps users to
manipulate the Profiles and Settings of a Roccat Pyra mouse.
%description ryosmk
Ryosmk consists of a console application and a GUI application. It helps users
to manipulate the Profiles and Settings of Roccat Ryos MK keyboards.
%description ryostkl
Ryostkl consists of a console application and a GUI application. It helps users
to manipulate the Profiles and Settings of Roccat Ryos TKL keyboards.
%description ryosmkfx
Ryosmkfx consists of a console application and a GUI application. It helps users
to manipulate the Profiles and Settings of Roccat Ryos MK FX keyboards.
%description savu
Savu consists of a console application and a GUI application. It helps users to
manipulate the Profiles and Settings of a Roccat Savu mouse.
%description skeltr
Skeltr consists of a console application and a GUI application. It helps users to
manipulate the Profiles and Settings of a Roccat Skeltr keyboard.
%description sova
Sova consists of a console application and a GUI application. It helps users to
manipulate the Profiles and Settings of a Roccat Sova keyboard.
%description suora
Suora consists of a console application and a GUI application. It helps users to
manipulate the Profiles and Settings of a Roccat Suora keyboard.
%description tyon
Tyon consists of a console application and a GUI application. It helps users to
manipulate the Profiles and Settings of a Roccat Tyon mouse.
%prep
%setup -q -n roccat-tools-%{version}
%{__mkdir} build
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="%{_prefix}" -DLIBDIR="%{_libdir}" -DUDEVDIR="%{udevdir}" -DEVENTHANDLER_PLUGIN_DIR="%{eventhandlerdir}" -DWITH_LUA=%{luaversion} ..
%build
cd build
%{__make} %{?_smp_mflags}
%install
cd build
%{__make} %{?_smp_mflags} DESTDIR="%{buildroot}" install
%{__mkdir} -p "%{buildroot}/var/lib/roccat"
%pre
/usr/sbin/groupadd --force --system roccat >/dev/null || :
%post
/sbin/ldconfig
touch --no-create %{_prefix}/share/icons/hicolor &>/dev/null || :
%postun
/sbin/ldconfig
if [ $1 -eq 0 ] ; then
touch --no-create %{_prefix}/share/icons/hicolor &>/dev/null
gtk-update-icon-cache %{_prefix}/share/icons/hicolor &>dev/null || :
fi
%posttrans
gtk-update-icon-cache %{_prefix}/share/icons/hicolor &>dev/null || :
%post arvo
/sbin/ldconfig
%postun arvo
/sbin/ldconfig
%post isku
/sbin/ldconfig
%postun isku
/sbin/ldconfig
%post iskufx
/sbin/ldconfig
%postun iskufx
/sbin/ldconfig
%post kiro
/sbin/ldconfig
%postun kiro
/sbin/ldconfig
%post kone
/sbin/ldconfig
%postun kone
/sbin/ldconfig
%post koneplus
/sbin/ldconfig
%postun koneplus
/sbin/ldconfig
%post konepure
/sbin/ldconfig
%postun konepure
/sbin/ldconfig
%post konepuremilitary
/sbin/ldconfig
%postun konepuremilitary
/sbin/ldconfig
%post konepureoptical
/sbin/ldconfig
%postun konepureoptical
/sbin/ldconfig
%post konextd
/sbin/ldconfig
%post konextdoptical
/sbin/ldconfig
%postun konextd
/sbin/ldconfig
%post kova2016
/sbin/ldconfig
%postun kova2016
/sbin/ldconfig
%post kovaplus
/sbin/ldconfig
%postun kovaplus
/sbin/ldconfig
%post lua
/sbin/ldconfig
%postun lua
/sbin/ldconfig
%post nyth
/sbin/ldconfig
%postun nyth
/sbin/ldconfig
%post pyra
/sbin/ldconfig
%postun pyra
/sbin/ldconfig
%post ryosmk
/sbin/ldconfig
%postun ryosmk
/sbin/ldconfig
%post ryosmkfx
/sbin/ldconfig
%postun ryosmkfx
/sbin/ldconfig
%postun ryostkl
/sbin/ldconfig
%post savu
/sbin/ldconfig
%postun savu
/sbin/ldconfig
%post skeltr
/sbin/ldconfig
%postun skeltr
/sbin/ldconfig
%post sova
/sbin/ldconfig
%postun sova
/sbin/ldconfig
%post suora
/sbin/ldconfig
%postun suora
/sbin/ldconfig
%post tyon
/sbin/ldconfig
%postun tyon
/sbin/ldconfig
%files
%defattr(-,root,root)
%doc README COPYING Changelog
%{_bindir}/roccateventhandler
%{_libdir}/libroccat.so*
%{_libdir}/libroccatwidget.so*
%{_datadir}/icons
%{_datadir}/roccat/sounds
/etc/xdg/autostart/roccateventhandler.desktop
%{_datadir}/locale/*/LC_MESSAGES/roccat-tools.mo
%attr(2770,root,roccat) /var/lib/roccat
%files arvo
%defattr(-,root,root)
%{udevdir}/90-roccat-arvo.rules
%{_bindir}/roccatarvo*
%{_libdir}/libroccatarvo.so*
%{eventhandlerdir}/libarvoeventhandler.so
%{_datadir}/applications/roccatarvoconfig.desktop
%{_mandir}/*/man1/roccatarvo*
%files isku
%defattr(-,root,root)
%{udevdir}/90-roccat-isku.rules
%{_bindir}/roccatisku*
%{_libdir}/libroccatisku.so*
%{_libdir}/libroccatiskuwidget.so*
%{eventhandlerdir}/libiskueventhandler.so
%{_datadir}/applications/roccatiskuconfig.desktop
%{_mandir}/*/man1/roccatisku*
%files iskufx
%defattr(-,root,root)
%{udevdir}/90-roccat-iskufx.rules
%{_bindir}/roccatiskufx*
%{_libdir}/libroccatiskufx.so*
%{eventhandlerdir}/libiskufxeventhandler.so
%{gfx_plugindir}/libiskufxgfxplugin.so
%{_datadir}/applications/roccatiskufxconfig.desktop
%{_mandir}/*/man1/roccatiskufx*
%files kiro
%defattr(-,root,root)
%{udevdir}/90-roccat-kiro.rules
%{_bindir}/roccatkiro*
%{_libdir}/libroccatkiro.so*
%{eventhandlerdir}/libkiroeventhandler.so
%{gfx_plugindir}/libkirogfxplugin.so
%{_datadir}/applications/roccatkiroconfig.desktop
%{_mandir}/*/man1/roccatkiro*
%files kone
%defattr(-,root,root)
%{udevdir}/90-roccat-kone.rules
%{_bindir}/roccatkone*
%{_libdir}/libroccatkone.so*
%{eventhandlerdir}/libkoneeventhandler.so
%{_datadir}/applications/roccatkoneconfig.desktop
%{_mandir}/*/man1/roccatkone*
%files koneplus
%defattr(-,root,root)
%{udevdir}/90-roccat-koneplus.rules
%{_bindir}/roccatkoneplus*
%{_libdir}/libroccatkoneplus.so*
%{_libdir}/libroccatkonepluswidget.so*
%{eventhandlerdir}/libkonepluseventhandler.so
%{gfx_plugindir}/libkoneplusgfxplugin.so
%{_datadir}/applications/roccatkoneplusconfig.desktop
%{_mandir}/*/man1/roccatkoneplus*
%files konepure
%defattr(-,root,root)
%{udevdir}/90-roccat-konepure.rules
%{_bindir}/roccatkonepure*
%{_libdir}/libroccatkonepure.so*
%{_libdir}/libroccatkonepurewidget.so*
%{eventhandlerdir}/libkonepureeventhandler.so
%{gfx_plugindir}/libkonepuregfxplugin.so
%{_datadir}/applications/roccatkonepureconfig.desktop
%{_mandir}/*/man1/roccatkonepure*
%files konepuremilitary
%defattr(-,root,root)
%{udevdir}/90-roccat-konepuremilitary.rules
%{_bindir}/roccatkonepuremilitary*
%{_libdir}/libroccatkonepuremilitary.so*
%{_libdir}/libroccatkonepuremilitarywidget.so*
%{eventhandlerdir}/libkonepuremilitaryeventhandler.so
%{gfx_plugindir}/libkonepuremilitarygfxplugin.so
%{_datadir}/applications/roccatkonepuremilitaryconfig.desktop
%{_mandir}/*/man1/roccatkonepuremilitary*
%files konepureoptical
%defattr(-,root,root)
%{udevdir}/90-roccat-konepureoptical.rules
%{_bindir}/roccatkonepureoptical*
%{_libdir}/libroccatkonepureoptical.so*
%{eventhandlerdir}/libkonepureopticaleventhandler.so
%{gfx_plugindir}/libkonepureopticalgfxplugin.so
%{_datadir}/applications/roccatkonepureopticalconfig.desktop
%{_mandir}/*/man1/roccatkonepureoptical*
%files konextd
%defattr(-,root,root)
%{udevdir}/90-roccat-konextd.rules
%{_bindir}/roccatkonextd*
%{_libdir}/libroccatkonextd.so*
%{_libdir}/libroccatkonextdwidget.so*
%{eventhandlerdir}/libkonextdeventhandler.so
%{gfx_plugindir}/libkonextdgfxplugin.so
%{_datadir}/applications/roccatkonextdconfig.desktop
%{_mandir}/*/man1/roccatkonextd*
%files konextdoptical
%defattr(-,root,root)
%{udevdir}/90-roccat-konextdoptical.rules
%{_bindir}/roccatkonextdoptical*
%{_libdir}/libroccatkonextdoptical.so*
%{eventhandlerdir}/libkonextdopticaleventhandler.so
%{gfx_plugindir}/libkonextdopticalgfxplugin.so
%{_datadir}/applications/roccatkonextdopticalconfig.desktop
%{_mandir}/*/man1/roccatkonextdoptical*
%files kova2016
%defattr(-,root,root)
%{udevdir}/90-roccat-kova2016.rules
%{_bindir}/roccatkova2016*
%{_libdir}/libroccatkova2016.so*
%{eventhandlerdir}/libkova2016eventhandler.so
%{gfx_plugindir}/libkova2016gfxplugin.so
%{_datadir}/applications/roccatkova2016config.desktop
%{_mandir}/*/man1/roccatkova2016*
%files kovaplus
%defattr(-,root,root)
%{udevdir}/90-roccat-kovaplus.rules
%{_bindir}/roccatkovaplus*
%{_libdir}/libroccatkovaplus.so*
%{eventhandlerdir}/libkovapluseventhandler.so
%{_datadir}/applications/roccatkovaplusconfig.desktop
%{_mandir}/*/man1/roccatkovaplus*
%files lua
%defattr(-,root,root)
%{udevdir}/90-roccat-lua.rules
%{_bindir}/roccatlua*
%{_libdir}/libroccatlua.so*
%{eventhandlerdir}/libluaeventhandler.so
%{_datadir}/applications/roccatluaconfig.desktop
%{_mandir}/*/man1/roccatlua*
%files nyth
%defattr(-,root,root)
%{udevdir}/90-roccat-nyth.rules
%{_bindir}/roccatnyth*
%{_libdir}/libroccatnyth.so*
%{eventhandlerdir}/libnytheventhandler.so
%{gfx_plugindir}/libnythgfxplugin.so
%{_datadir}/applications/roccatnythconfig.desktop
%{_mandir}/*/man1/roccatnyth*
%files pyra
%defattr(-,root,root)
%{udevdir}/90-roccat-pyra.rules
%{_bindir}/roccatpyra*
%{_libdir}/libroccatpyra.so*
%{eventhandlerdir}/libpyraeventhandler.so
%{_datadir}/applications/roccatpyraconfig.desktop
%{_mandir}/*/man1/roccatpyra*
%files ryosmk
%defattr(-,root,root)
%{udevdir}/90-roccat-ryosmk.rules
%{_bindir}/roccatryosmk*
%{_libdir}/libroccatryosmk.so*
%{_libdir}/libroccatryosmkwidget.so*
%{eventhandlerdir}/libryosmkeventhandler.so
%{_datadir}/applications/roccatryosmkconfig.desktop
%{_mandir}/*/man1/roccatryosmk*
%{_datadir}/roccat/ryos_effect_modules
%files ryosmkfx
%defattr(-,root,root)
%{udevdir}/90-roccat-ryosmkfx.rules
%{_bindir}/roccatryosmkfx*
%{_libdir}/libroccatryosmkfx.so*
%{eventhandlerdir}/libryosmkfxeventhandler.so
%{gfx_plugindir}/libryosmkfxgfxplugin.so
%{_datadir}/applications/roccatryosmkfxconfig.desktop
%{_mandir}/*/man1/roccatryosmkfx*
%files ryostkl
%defattr(-,root,root)
%{udevdir}/90-roccat-ryostkl.rules
%{_bindir}/roccatryostkl*
%{_libdir}/libroccatryostkl.so*
%{eventhandlerdir}/libryostkleventhandler.so
%{_datadir}/applications/roccatryostklconfig.desktop
%{_mandir}/*/man1/roccatryostkl*
%files savu
%defattr(-,root,root)
%{udevdir}/90-roccat-savu.rules
%{_bindir}/roccatsavu*
%{_libdir}/libroccatsavu.so*
%{eventhandlerdir}/libsavueventhandler.so
%{_datadir}/applications/roccatsavuconfig.desktop
%{_mandir}/*/man1/roccatsavu*
%files skeltr
%defattr(-,root,root)
%{udevdir}/90-roccat-skeltr.rules
%{_bindir}/roccatskeltr*
%{_libdir}/libroccatskeltr.so*
%{eventhandlerdir}/libskeltreventhandler.so
%{gfx_plugindir}/libskeltrgfxplugin.so
%{_datadir}/applications/roccatskeltrconfig.desktop
%{_mandir}/*/man1/roccatskeltr*
%files sova
%defattr(-,root,root)
%{udevdir}/90-roccat-sova.rules
%{_bindir}/roccatsova*
%{_libdir}/libroccatsova.so*
%{eventhandlerdir}/libsovaeventhandler.so
%{_datadir}/applications/roccatsovaconfig.desktop
%{_mandir}/*/man1/roccatsova*
%files suora
%defattr(-,root,root)
%{udevdir}/90-roccat-suora.rules
%{_bindir}/roccatsuora*
%{_libdir}/libroccatsuora.so*
%{eventhandlerdir}/libsuoraeventhandler.so
%{_datadir}/applications/roccatsuoraconfig.desktop
%{_mandir}/*/man1/roccatsuora*
%files tyon
%defattr(-,root,root)
%{udevdir}/90-roccat-tyon.rules
%{_bindir}/roccattyon*
%{_libdir}/libroccattyon.so*
%{eventhandlerdir}/libtyoneventhandler.so
%{gfx_plugindir}/libtyongfxplugin.so
%{_datadir}/applications/roccattyonconfig.desktop
%{_mandir}/*/man1/roccattyon*
%changelog
* Tue Jun 13 2017 Stefan Achatz <[email protected]> 5.7.0-1
- Initial version