1 |
%define name smeserver-madsonic |
%define name smeserver-madsonic |
2 |
%define version 5.0.3761 |
%define version 5.0.3761 |
3 |
%define release 6 |
%define release 7 |
4 |
Summary: madsonic is a music streaming system |
Summary: madsonic is a music streaming system |
5 |
Name: %{name} |
Name: %{name} |
6 |
Version: %{version} |
Version: %{version} |
11 |
Source: smeserver-madsonic-%{version}.tar.gz |
Source: smeserver-madsonic-%{version}.tar.gz |
12 |
Patch0: smeserver-madsonic-5.0.3761-sme10.patch |
Patch0: smeserver-madsonic-5.0.3761-sme10.patch |
13 |
Patch1: smeserver-madsonic-5.0.3761-bz12014-backup.patch |
Patch1: smeserver-madsonic-5.0.3761-bz12014-backup.patch |
14 |
|
Patch2: smeserver-madsonic-5.0.3761-to62.patch |
15 |
|
|
16 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
17 |
BuildRoot: /var/tmp/%{name}-%{version}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-buildroot |
18 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
19 |
Requires: e-smith-release >= 8.0 |
Requires: e-smith-release >= 8.0 |
20 |
Requires: madsonic |
Requires: madsonic >= 6.2.9092 |
21 |
Requires: alsa-utils |
Requires: alsa-utils |
22 |
Requires: ffmpeg |
Requires: ffmpeg |
23 |
Requires: java-1.7.0-openjdk >= 1.7 |
Requires: java-1.8.0-openjdk >= 1.8 |
24 |
|
Requires: perl-DateTime |
25 |
AutoReqProv: no |
AutoReqProv: no |
26 |
|
|
27 |
%description |
%description |
28 |
madsonic is an application adapted as a contrib for SMEserver |
This is all the configurations needed to install madsonic as a contrib for SME Server |
29 |
|
|
30 |
%changelog |
%changelog |
31 |
|
* Sat Jul 30 2022 Brian Read <brianr@bjsystems.co.uk> 5.0.3761-7.sme |
32 |
|
- Re-build and link to latest devtools [SME: 11997] |
33 |
|
|
34 |
* Fri Jul 22 2022 Jean-Philippe Pialasse <tests@pialasse.com> 5.0.3761-6.sme |
* Fri Jul 22 2022 Jean-Philippe Pialasse <tests@pialasse.com> 5.0.3761-6.sme |
35 |
- add to core backup [SME: 12014] |
- add to core backup [SME: 12014] |
36 |
|
- update for 6.2 neededing java-1.8.0 |
37 |
|
- add local test webservices |
38 |
|
- main rpm is now using systemd [SME: 11619] |
39 |
|
|
40 |
* Sun Jun 06 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.0.3761-5.sme |
* Sun Jun 06 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.0.3761-5.sme |
41 |
- fix services not restarted on install [SME: 11280] |
- Re-build and link to latest devtools services not restarted on install [SME: 11280] |
42 |
|
|
43 |
* Fri Jun 04 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.0.3761-4.sme |
* Fri Jun 04 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.0.3761-4.sme |
44 |
- fix new configuration for madsonic 6 [SME: 11280] |
- Re-build and link to latest devtools new configuration for madsonic 6 [SME: 11280] |
45 |
add update event |
add update event |
46 |
- add madsonic user to audio group [SME: 10700] |
- add madsonic user to audio group [SME: 10700] |
47 |
- add /var/media folders and subfolders [SME: 10701] |
- add /var/media folders and subfolders [SME: 10701] |
66 |
%patch0 -p1 |
%patch0 -p1 |
67 |
mkdir -p root/var/media/playlist/export root/var/media/playlist/import root/var/media/incoming root/var/media/podcast root/var/media/playlists/backup |
mkdir -p root/var/media/playlist/export root/var/media/playlist/import root/var/media/incoming root/var/media/podcast root/var/media/playlists/backup |
68 |
%patch1 -p1 |
%patch1 -p1 |
69 |
|
%patch2 -p1 |
70 |
|
|
71 |
%build |
%build |
72 |
perl createlinks |
perl createlinks |
83 |
--dir /var/media/incoming/ 'attr(0750,madsonic,madsonic)' \ |
--dir /var/media/incoming/ 'attr(0750,madsonic,madsonic)' \ |
84 |
--dir /var/media/podcast/ 'attr(0750,madsonic,madsonic)' \ |
--dir /var/media/podcast/ 'attr(0750,madsonic,madsonic)' \ |
85 |
--dir /var/media/playlists/backup/ 'attr(0750,madsonic,madsonic)' \ |
--dir /var/media/playlists/backup/ 'attr(0750,madsonic,madsonic)' \ |
86 |
|
--file /var/www/backend/validateLicense.view 'attr(0750,www,www)' \ |
87 |
|
--dir /var/www/backend/ 'attr(0750,www,www)' \ |
88 |
> %{name}-%{version}-filelist |
> %{name}-%{version}-filelist |
89 |
|
|
90 |
%clean |
%clean |